Shades of Deep Pink #FF1490
Tints of Deep Pink #FF1490
RGB
CMYK
RGB Variations
Color information
#FF1490 (or 0xFF1490) is known color: Deep Pink. HEX triplet: FF, 14 and 90. RGB value is (255,20,144). Sum of RGB (Red+Green+Blue) = 255+20+144=419 (55% of max value = 765). Red value is 255 (100% from 255 or 60.86% from 419); Green value is 20 (8.20% from 255 or 4.77% from 419); Blue value is 144 (56.64% from 255 or 34.37% from 419); Max value from RGB is 255 - color contains mainly: red. Hex color #FF1490 is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #FF1490 is #00EB6F. Grayscale: #686868. Windows color (decimal): -60272 or 9442559. OLE color: 9442559.
HSL color Cylindrical-coordinate representation of color #FF1490: hue angle of 328.34º degrees, saturation: 1, lightness: 0.54%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #FF1490 is Cyan = 0, Magento = 0.92, Yellow = 0.44 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 20 | 144 | - |
| CMYK | 0 | 0.92 | 0.44 | 0 |
| HSL | 328.34º | 1% | 0.54% | - |
| HSV(B) | 328.34º | 0.92% | 1% | - |
| XYZ | 46.52 | 23.77 | 28.52 | - |
| YUV | 104.4 | 150.36 | 235.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 20 | 144 | 0 | 0.92 | 0.44 | 0 | 328.34 | 1 | 0.54 |
| Hex | FF | 14 | 90 | 0 | 5C | 2C | 0 | 148 | 64 | 36 |
| Octal | 377 | 24 | 220 | 0 | 134 | 54 | 0 | 510 | 144 | 66 |
| Binary | 11111111 | 10100 | 10010000 | 0 | 1011100 | 101100 | 0 | 101001000 | 1100100 | 110110 |
Color Harmonies of #FF1490
Complementary color
Monochromatic Colors of #FF1490
Black with #FF1490
Text Example
Text Example
White with #FF1490
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF1490; }
p { color: rgb(255,20,144); }
H1.HeaderClassName
{
color: #FF1490;
}
.AnyTagClassName
{
color: #FF1490;
}
</style>
background-color css
<style>
a { background-color: #FF1490; }
a { background-color: rgb(255,20,144); }
div.DivClassName
{
background-color: #FF1490;
}
.BgClassName
{
background-color: #FF1490;
}
</style>
border-color css
<style>
span { border-color: #FF1490; }
span { border-color: rgb(255,20,144); }
td.TdClassName
{
border-color: #FF1490;
}
.TagClassName
{
border-color: #FF1490;
}
</style>