Shades of Deep Pink #F00C91
Tints of Deep Pink #F00C91
RGB
CMYK
RGB Variations
Color information
#F00C91 (or 0xF00C91) is known color: Deep Pink. HEX triplet: F0, 0C and 91. RGB value is (240,12,145). Sum of RGB (Red+Green+Blue) = 240+12+145=397 (52% of max value = 765). Red value is 240 (94.14% from 255 or 60.45% from 397); Green value is 12 (5.08% from 255 or 3.02% from 397); Blue value is 145 (57.03% from 255 or 36.52% from 397); Max value from RGB is 240 - color contains mainly: red. Hex color #F00C91 is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #F00C91 is #0FF36E. Grayscale: #5F5F5F. Windows color (decimal): -1045359 or 9506032. OLE color: 9506032.
HSL color Cylindrical-coordinate representation of color #F00C91: hue angle of 325º degrees, saturation: 0.9, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #F00C91 is Cyan = 0, Magento = 0.95, Yellow = 0.40 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 240 | 12 | 145 | - |
| CMYK | 0 | 0.95 | 0.40 | 0.06 |
| HSL | 325º | 0.9% | 0.49% | - |
| HSV(B) | 325º | 0.95% | 0.94% | - |
| XYZ | 41.18 | 20.83 | 28.64 | - |
| YUV | 95.33 | 156.04 | 231.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 12 | 145 | 0 | 0.95 | 0.40 | 0.06 | 325 | 0.9 | 0.49 |
| Hex | F0 | C | 91 | 0 | 5F | 28 | 6 | 145 | 5A | 31 |
| Octal | 360 | 14 | 221 | 0 | 137 | 50 | 6 | 505 | 132 | 61 |
| Binary | 11110000 | 1100 | 10010001 | 0 | 1011111 | 101000 | 110 | 101000101 | 1011010 | 110001 |
Color Harmonies of #F00C91
Complementary color
Monochromatic Colors of #F00C91
Black with #F00C91
Text Example
Text Example
White with #F00C91
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F00C91; }
p { color: rgb(240,12,145); }
H1.HeaderClassName
{
color: #F00C91;
}
.AnyTagClassName
{
color: #F00C91;
}
</style>
background-color css
<style>
a { background-color: #F00C91; }
a { background-color: rgb(240,12,145); }
div.DivClassName
{
background-color: #F00C91;
}
.BgClassName
{
background-color: #F00C91;
}
</style>
border-color css
<style>
span { border-color: #F00C91; }
span { border-color: rgb(240,12,145); }
td.TdClassName
{
border-color: #F00C91;
}
.TagClassName
{
border-color: #F00C91;
}
</style>