Shades of Deep Pink #FF1489
Tints of Deep Pink #FF1489
RGB
CMYK
RGB Variations
Color information
#FF1489 (or 0xFF1489) is known color: Deep Pink. HEX triplet: FF, 14 and 89. RGB value is (255,20,137). Sum of RGB (Red+Green+Blue) = 255+20+137=412 (54% of max value = 765). Red value is 255 (100% from 255 or 61.89% from 412); Green value is 20 (8.20% from 255 or 4.85% from 412); Blue value is 137 (53.91% from 255 or 33.25% from 412); Max value from RGB is 255 - color contains mainly: red. Hex color #FF1489 is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #FF1489 is #00EB76. Grayscale: #676767. Windows color (decimal): -60279 or 8983807. OLE color: 8983807.
HSL color Cylindrical-coordinate representation of color #FF1489: hue angle of 330.13º 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 #FF1489 is Cyan = 0, Magento = 0.92, Yellow = 0.46 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 20 | 137 | - |
| CMYK | 0 | 0.92 | 0.46 | 0 |
| HSL | 330.13º | 1% | 0.54% | - |
| HSV(B) | 330.13º | 0.92% | 1% | - |
| XYZ | 46.01 | 23.57 | 25.79 | - |
| YUV | 103.6 | 146.86 | 235.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 20 | 137 | 0 | 0.92 | 0.46 | 0 | 330.13 | 1 | 0.54 |
| Hex | FF | 14 | 89 | 0 | 5C | 2E | 0 | 14A | 64 | 36 |
| Octal | 377 | 24 | 211 | 0 | 134 | 56 | 0 | 512 | 144 | 66 |
| Binary | 11111111 | 10100 | 10001001 | 0 | 1011100 | 101110 | 0 | 101001010 | 1100100 | 110110 |
Color Harmonies of #FF1489
Complementary color
Monochromatic Colors of #FF1489
Black with #FF1489
Text Example
Text Example
White with #FF1489
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF1489; }
p { color: rgb(255,20,137); }
H1.HeaderClassName
{
color: #FF1489;
}
.AnyTagClassName
{
color: #FF1489;
}
</style>
background-color css
<style>
a { background-color: #FF1489; }
a { background-color: rgb(255,20,137); }
div.DivClassName
{
background-color: #FF1489;
}
.BgClassName
{
background-color: #FF1489;
}
</style>
border-color css
<style>
span { border-color: #FF1489; }
span { border-color: rgb(255,20,137); }
td.TdClassName
{
border-color: #FF1489;
}
.TagClassName
{
border-color: #FF1489;
}
</style>