Shades of Deep Pink #F21994
Tints of Deep Pink #F21994
RGB
CMYK
RGB Variations
Color information
#F21994 (or 0xF21994) is known color: Deep Pink. HEX triplet: F2, 19 and 94. RGB value is (242,25,148). Sum of RGB (Red+Green+Blue) = 242+25+148=415 (54% of max value = 765). Red value is 242 (94.92% from 255 or 58.31% from 415); Green value is 25 (10.16% from 255 or 6.02% from 415); Blue value is 148 (58.20% from 255 or 35.66% from 415); Max value from RGB is 242 - color contains mainly: red. Hex color #F21994 is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #F21994 is #0DE66B. Grayscale: #676767. Windows color (decimal): -910956 or 9705970. OLE color: 9705970.
HSL color Cylindrical-coordinate representation of color #F21994: hue angle of 325.99º 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 #F21994 is Cyan = 0, Magento = 0.90, Yellow = 0.39 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 242 | 25 | 148 | - |
| CMYK | 0 | 0.90 | 0.39 | 0.05 |
| HSL | 325.99º | 0.89% | 0.52% | - |
| HSV(B) | 325.99º | 0.9% | 0.95% | - |
| XYZ | 42.31 | 21.71 | 29.98 | - |
| YUV | 103.91 | 152.89 | 226.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 25 | 148 | 0 | 0.90 | 0.39 | 0.05 | 325.99 | 0.89 | 0.52 |
| Hex | F2 | 19 | 94 | 0 | 5A | 27 | 5 | 146 | 59 | 34 |
| Octal | 362 | 31 | 224 | 0 | 132 | 47 | 5 | 506 | 131 | 64 |
| Binary | 11110010 | 11001 | 10010100 | 0 | 1011010 | 100111 | 101 | 101000110 | 1011001 | 110100 |
Color Harmonies of #F21994
Complementary color
Monochromatic Colors of #F21994
Black with #F21994
Text Example
Text Example
White with #F21994
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F21994; }
p { color: rgb(242,25,148); }
H1.HeaderClassName
{
color: #F21994;
}
.AnyTagClassName
{
color: #F21994;
}
</style>
background-color css
<style>
a { background-color: #F21994; }
a { background-color: rgb(242,25,148); }
div.DivClassName
{
background-color: #F21994;
}
.BgClassName
{
background-color: #F21994;
}
</style>
border-color css
<style>
span { border-color: #F21994; }
span { border-color: rgb(242,25,148); }
td.TdClassName
{
border-color: #F21994;
}
.TagClassName
{
border-color: #F21994;
}
</style>