Shades of Deep Pink #F00991
Tints of Deep Pink #F00991
RGB
CMYK
RGB Variations
Color information
#F00991 (or 0xF00991) is known color: Deep Pink. HEX triplet: F0, 09 and 91. RGB value is (240,9,145). Sum of RGB (Red+Green+Blue) = 240+9+145=394 (52% of max value = 765). Red value is 240 (94.14% from 255 or 60.91% from 394); Green value is 9 (3.91% from 255 or 2.28% from 394); Blue value is 145 (57.03% from 255 or 36.80% from 394); Max value from RGB is 240 - color contains mainly: red. Hex color #F00991 is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #F00991 is #0FF66E. Grayscale: #5D5D5D. Windows color (decimal): -1046127 or 9505264. OLE color: 9505264.
HSL color Cylindrical-coordinate representation of color #F00991: hue angle of 324.68º degrees, saturation: 0.93, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #F00991 is Cyan = 0, Magento = 0.96, Yellow = 0.40 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 240 | 9 | 145 | - |
| CMYK | 0 | 0.96 | 0.40 | 0.06 |
| HSL | 324.68º | 0.93% | 0.49% | - |
| HSV(B) | 324.68º | 0.96% | 0.94% | - |
| XYZ | 41.14 | 20.76 | 28.63 | - |
| YUV | 93.57 | 157.03 | 232.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 9 | 145 | 0 | 0.96 | 0.40 | 0.06 | 324.68 | 0.93 | 0.49 |
| Hex | F0 | 9 | 91 | 0 | 60 | 28 | 6 | 145 | 5D | 31 |
| Octal | 360 | 11 | 221 | 0 | 140 | 50 | 6 | 505 | 135 | 61 |
| Binary | 11110000 | 1001 | 10010001 | 0 | 1100000 | 101000 | 110 | 101000101 | 1011101 | 110001 |
Color Harmonies of #F00991
Complementary color
Monochromatic Colors of #F00991
Black with #F00991
Text Example
Text Example
White with #F00991
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F00991; }
p { color: rgb(240,9,145); }
H1.HeaderClassName
{
color: #F00991;
}
.AnyTagClassName
{
color: #F00991;
}
</style>
background-color css
<style>
a { background-color: #F00991; }
a { background-color: rgb(240,9,145); }
div.DivClassName
{
background-color: #F00991;
}
.BgClassName
{
background-color: #F00991;
}
</style>
border-color css
<style>
span { border-color: #F00991; }
span { border-color: rgb(240,9,145); }
td.TdClassName
{
border-color: #F00991;
}
.TagClassName
{
border-color: #F00991;
}
</style>