Shades of Deep Pink #F00C92
Tints of Deep Pink #F00C92
RGB
CMYK
RGB Variations
Color information
#F00C92 (or 0xF00C92) is known color: Deep Pink. HEX triplet: F0, 0C and 92. RGB value is (240,12,146). Sum of RGB (Red+Green+Blue) = 240+12+146=398 (52% of max value = 765). Red value is 240 (94.14% from 255 or 60.30% from 398); Green value is 12 (5.08% from 255 or 3.02% from 398); Blue value is 146 (57.42% from 255 or 36.68% from 398); Max value from RGB is 240 - color contains mainly: red. Hex color #F00C92 is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #F00C92 is #0FF36D. Grayscale: #5F5F5F. Windows color (decimal): -1045358 or 9571568. OLE color: 9571568.
HSL color Cylindrical-coordinate representation of color #F00C92: hue angle of 324.74º 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 #F00C92 is Cyan = 0, Magento = 0.95, Yellow = 0.39 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 240 | 12 | 146 | - |
| CMYK | 0 | 0.95 | 0.39 | 0.06 |
| HSL | 324.74º | 0.9% | 0.49% | - |
| HSV(B) | 324.74º | 0.95% | 0.94% | - |
| XYZ | 41.25 | 20.86 | 29.05 | - |
| YUV | 95.45 | 156.54 | 231.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 12 | 146 | 0 | 0.95 | 0.39 | 0.06 | 324.74 | 0.9 | 0.49 |
| Hex | F0 | C | 92 | 0 | 5F | 27 | 6 | 145 | 5A | 31 |
| Octal | 360 | 14 | 222 | 0 | 137 | 47 | 6 | 505 | 132 | 61 |
| Binary | 11110000 | 1100 | 10010010 | 0 | 1011111 | 100111 | 110 | 101000101 | 1011010 | 110001 |
Color Harmonies of #F00C92
Complementary color
Monochromatic Colors of #F00C92
Black with #F00C92
Text Example
Text Example
White with #F00C92
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F00C92; }
p { color: rgb(240,12,146); }
H1.HeaderClassName
{
color: #F00C92;
}
.AnyTagClassName
{
color: #F00C92;
}
</style>
background-color css
<style>
a { background-color: #F00C92; }
a { background-color: rgb(240,12,146); }
div.DivClassName
{
background-color: #F00C92;
}
.BgClassName
{
background-color: #F00C92;
}
</style>
border-color css
<style>
span { border-color: #F00C92; }
span { border-color: rgb(240,12,146); }
td.TdClassName
{
border-color: #F00C92;
}
.TagClassName
{
border-color: #F00C92;
}
</style>