Shades of Deep Pink #FF0F89
Tints of Deep Pink #FF0F89
RGB
CMYK
RGB Variations
Color information
#FF0F89 (or 0xFF0F89) is known color: Deep Pink. HEX triplet: FF, 0F and 89. RGB value is (255,15,137). Sum of RGB (Red+Green+Blue) = 255+15+137=407 (53% of max value = 765). Red value is 255 (100% from 255 or 62.65% from 407); Green value is 15 (6.25% from 255 or 3.69% from 407); Blue value is 137 (53.91% from 255 or 33.66% from 407); Max value from RGB is 255 - color contains mainly: red. Hex color #FF0F89 is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #FF0F89 is #00F076. Grayscale: #646464. Windows color (decimal): -61559 or 8982527. OLE color: 8982527.
HSL color Cylindrical-coordinate representation of color #FF0F89: hue angle of 329.5º degrees, saturation: 1, lightness: 0.53%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #FF0F89 is Cyan = 0, Magento = 0.94, Yellow = 0.46 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 15 | 137 | - |
| CMYK | 0 | 0.94 | 0.46 | 0 |
| HSL | 329.5º | 1% | 0.53% | - |
| HSV(B) | 329.5º | 0.94% | 1% | - |
| XYZ | 45.93 | 23.41 | 25.76 | - |
| YUV | 100.67 | 148.51 | 238.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 15 | 137 | 0 | 0.94 | 0.46 | 0 | 329.5 | 1 | 0.53 |
| Hex | FF | F | 89 | 0 | 5E | 2E | 0 | 14A | 64 | 35 |
| Octal | 377 | 17 | 211 | 0 | 136 | 56 | 0 | 512 | 144 | 65 |
| Binary | 11111111 | 1111 | 10001001 | 0 | 1011110 | 101110 | 0 | 101001010 | 1100100 | 110101 |
Color Harmonies of #FF0F89
Complementary color
Monochromatic Colors of #FF0F89
Black with #FF0F89
Text Example
Text Example
White with #FF0F89
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF0F89; }
p { color: rgb(255,15,137); }
H1.HeaderClassName
{
color: #FF0F89;
}
.AnyTagClassName
{
color: #FF0F89;
}
</style>
background-color css
<style>
a { background-color: #FF0F89; }
a { background-color: rgb(255,15,137); }
div.DivClassName
{
background-color: #FF0F89;
}
.BgClassName
{
background-color: #FF0F89;
}
</style>
border-color css
<style>
span { border-color: #FF0F89; }
span { border-color: rgb(255,15,137); }
td.TdClassName
{
border-color: #FF0F89;
}
.TagClassName
{
border-color: #FF0F89;
}
</style>