What is the RGB code for hotpink?
The CSS color hotpink in RGB format is rgb(255, 105, 180). Use this value directly in CSS, SVG, and most design tools.
How do I use hotpink in CSS?
To apply hotpink in CSS:
- Text color: color: rgb(255, 105, 180);
- Background: background-color: rgb(255, 105, 180);
- Border: border-color: rgb(255, 105, 180);
What are all the color format values for hotpink?
| Format | Value |
|---|---|
| HEX | #ff69b4 |
| RGB | rgb(255, 105, 180) |
| HSL | hsl(330, 100%, 70.6%) |
| CMYK | cmyk(0%, 58.8%, 29.4%, 0%) |
How do I convert hotpink to RGB?
Select hotpink from the color name list in our color converter. The RGB value — rgb(255, 105, 180) — appears instantly alongside HEX, RGB, HSL and CMYK.
What color family does hotpink belong to?
hotpink belongs to the pink color family. It is a light, vivid color with HSL values: hue 330°, saturation 100%, lightness 70.6%.
How do I create lighter and darker shades of hotpink?
Lighter variant (lightness 85.6%): #ffb6da. Darker variant (lightness 55.599999999999994%): #ff1d8e. These values are computed by adjusting HSL lightness ±15% while keeping the same hue and saturation.
What is RGB used for?
RGB defines colors using three values from 0 to 255 — red, green and blue intensity. It is the native format for screens, monitors and web browsers.