Shades of Deep Pink #F01C92
Tints of Deep Pink #F01C92
RGB
CMYK
RGB Variations
Color information
#F01C92 (or 0xF01C92) is known color: Deep Pink. HEX triplet: F0, 1C and 92. RGB value is (240,28,146). Sum of RGB (Red+Green+Blue) = 240+28+146=414 (54% of max value = 765). Red value is 240 (94.14% from 255 or 57.97% from 414); Green value is 28 (11.33% from 255 or 6.76% from 414); Blue value is 146 (57.42% from 255 or 35.27% from 414); Max value from RGB is 240 - color contains mainly: red. Hex color #F01C92 is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #F01C92 is #0FE36D. Grayscale: #686868. Windows color (decimal): -1041262 or 9575664. OLE color: 9575664.
HSL color Cylindrical-coordinate representation of color #F01C92: hue angle of 326.6º degrees, saturation: 0.88, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #F01C92 is Cyan = 0, Magento = 0.88, Yellow = 0.39 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 240 | 28 | 146 | - |
| CMYK | 0 | 0.88 | 0.39 | 0.06 |
| HSL | 326.6º | 0.88% | 0.53% | - |
| HSV(B) | 326.6º | 0.88% | 0.94% | - |
| XYZ | 41.54 | 21.43 | 29.14 | - |
| YUV | 104.84 | 151.24 | 224.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 28 | 146 | 0 | 0.88 | 0.39 | 0.06 | 326.6 | 0.88 | 0.53 |
| Hex | F0 | 1C | 92 | 0 | 58 | 27 | 6 | 147 | 58 | 35 |
| Octal | 360 | 34 | 222 | 0 | 130 | 47 | 6 | 507 | 130 | 65 |
| Binary | 11110000 | 11100 | 10010010 | 0 | 1011000 | 100111 | 110 | 101000111 | 1011000 | 110101 |
Color Harmonies of #F01C92
Complementary color
Monochromatic Colors of #F01C92
Black with #F01C92
Text Example
Text Example
White with #F01C92
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F01C92; }
p { color: rgb(240,28,146); }
H1.HeaderClassName
{
color: #F01C92;
}
.AnyTagClassName
{
color: #F01C92;
}
</style>
background-color css
<style>
a { background-color: #F01C92; }
a { background-color: rgb(240,28,146); }
div.DivClassName
{
background-color: #F01C92;
}
.BgClassName
{
background-color: #F01C92;
}
</style>
border-color css
<style>
span { border-color: #F01C92; }
span { border-color: rgb(240,28,146); }
td.TdClassName
{
border-color: #F01C92;
}
.TagClassName
{
border-color: #F01C92;
}
</style>