Shades of Deep Pink #F01998
Tints of Deep Pink #F01998
RGB
CMYK
RGB Variations
Color information
#F01998 (or 0xF01998) is known color: Deep Pink. HEX triplet: F0, 19 and 98. RGB value is (240,25,152). Sum of RGB (Red+Green+Blue) = 240+25+152=417 (55% of max value = 765). Red value is 240 (94.14% from 255 or 57.55% from 417); Green value is 25 (10.16% from 255 or 6.00% from 417); Blue value is 152 (59.77% from 255 or 36.45% from 417); Max value from RGB is 240 - color contains mainly: red. Hex color #F01998 is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #F01998 is #0FE667. Grayscale: #676767. Windows color (decimal): -1042024 or 9968112. OLE color: 9968112.
HSL color Cylindrical-coordinate representation of color #F01998: hue angle of 324.56º degrees, saturation: 0.88, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #F01998 is Cyan = 0, Magento = 0.90, Yellow = 0.37 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 240 | 25 | 152 | - |
| CMYK | 0 | 0.90 | 0.37 | 0.06 |
| HSL | 324.56º | 0.88% | 0.52% | - |
| HSV(B) | 324.56º | 0.9% | 0.94% | - |
| XYZ | 41.95 | 21.49 | 31.64 | - |
| YUV | 103.76 | 155.23 | 225.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 25 | 152 | 0 | 0.90 | 0.37 | 0.06 | 324.56 | 0.88 | 0.52 |
| Hex | F0 | 19 | 98 | 0 | 5A | 25 | 6 | 145 | 58 | 34 |
| Octal | 360 | 31 | 230 | 0 | 132 | 45 | 6 | 505 | 130 | 64 |
| Binary | 11110000 | 11001 | 10011000 | 0 | 1011010 | 100101 | 110 | 101000101 | 1011000 | 110100 |
Color Harmonies of #F01998
Complementary color
Monochromatic Colors of #F01998
Black with #F01998
Text Example
Text Example
White with #F01998
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F01998; }
p { color: rgb(240,25,152); }
H1.HeaderClassName
{
color: #F01998;
}
.AnyTagClassName
{
color: #F01998;
}
</style>
background-color css
<style>
a { background-color: #F01998; }
a { background-color: rgb(240,25,152); }
div.DivClassName
{
background-color: #F01998;
}
.BgClassName
{
background-color: #F01998;
}
</style>
border-color css
<style>
span { border-color: #F01998; }
span { border-color: rgb(240,25,152); }
td.TdClassName
{
border-color: #F01998;
}
.TagClassName
{
border-color: #F01998;
}
</style>