Shades of Deep Pink #F21998
Tints of Deep Pink #F21998
RGB
CMYK
RGB Variations
Color information
#F21998 (or 0xF21998) is known color: Deep Pink. HEX triplet: F2, 19 and 98. RGB value is (242,25,152). Sum of RGB (Red+Green+Blue) = 242+25+152=419 (55% of max value = 765). Red value is 242 (94.92% from 255 or 57.76% from 419); Green value is 25 (10.16% from 255 or 5.97% from 419); Blue value is 152 (59.77% from 255 or 36.28% from 419); Max value from RGB is 242 - color contains mainly: red. Hex color #F21998 is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #F21998 is #0DE667. Grayscale: #686868. Windows color (decimal): -910952 or 9968114. OLE color: 9968114.
HSL color Cylindrical-coordinate representation of color #F21998: hue angle of 324.88º degrees, saturation: 0.89, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #F21998 is Cyan = 0, Magento = 0.90, Yellow = 0.37 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 242 | 25 | 152 | - |
| CMYK | 0 | 0.90 | 0.37 | 0.05 |
| HSL | 324.88º | 0.89% | 0.52% | - |
| HSV(B) | 324.88º | 0.9% | 0.95% | - |
| XYZ | 42.63 | 21.84 | 31.67 | - |
| YUV | 104.36 | 154.89 | 226.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 25 | 152 | 0 | 0.90 | 0.37 | 0.05 | 324.88 | 0.89 | 0.52 |
| Hex | F2 | 19 | 98 | 0 | 5A | 25 | 5 | 145 | 59 | 34 |
| Octal | 362 | 31 | 230 | 0 | 132 | 45 | 5 | 505 | 131 | 64 |
| Binary | 11110010 | 11001 | 10011000 | 0 | 1011010 | 100101 | 101 | 101000101 | 1011001 | 110100 |
Color Harmonies of #F21998
Complementary color
Monochromatic Colors of #F21998
Black with #F21998
Text Example
Text Example
White with #F21998
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F21998; }
p { color: rgb(242,25,152); }
H1.HeaderClassName
{
color: #F21998;
}
.AnyTagClassName
{
color: #F21998;
}
</style>
background-color css
<style>
a { background-color: #F21998; }
a { background-color: rgb(242,25,152); }
div.DivClassName
{
background-color: #F21998;
}
.BgClassName
{
background-color: #F21998;
}
</style>
border-color css
<style>
span { border-color: #F21998; }
span { border-color: rgb(242,25,152); }
td.TdClassName
{
border-color: #F21998;
}
.TagClassName
{
border-color: #F21998;
}
</style>