Shades of Deep Pink #F21394
Tints of Deep Pink #F21394
RGB
CMYK
RGB Variations
Color information
#F21394 (or 0xF21394) is known color: Deep Pink. HEX triplet: F2, 13 and 94. RGB value is (242,19,148). Sum of RGB (Red+Green+Blue) = 242+19+148=409 (54% of max value = 765). Red value is 242 (94.92% from 255 or 59.17% from 409); Green value is 19 (7.81% from 255 or 4.65% from 409); Blue value is 148 (58.20% from 255 or 36.19% from 409); Max value from RGB is 242 - color contains mainly: red. Hex color #F21394 is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #F21394 is #0DEC6B. Grayscale: #646464. Windows color (decimal): -912492 or 9704434. OLE color: 9704434.
HSL color Cylindrical-coordinate representation of color #F21394: hue angle of 325.29º degrees, saturation: 0.9, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #F21394 is Cyan = 0, Magento = 0.92, Yellow = 0.39 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 242 | 19 | 148 | - |
| CMYK | 0 | 0.92 | 0.39 | 0.05 |
| HSL | 325.29º | 0.9% | 0.51% | - |
| HSV(B) | 325.29º | 0.92% | 0.95% | - |
| XYZ | 42.2 | 21.48 | 29.94 | - |
| YUV | 100.38 | 154.88 | 229.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 19 | 148 | 0 | 0.92 | 0.39 | 0.05 | 325.29 | 0.9 | 0.51 |
| Hex | F2 | 13 | 94 | 0 | 5C | 27 | 5 | 145 | 5A | 33 |
| Octal | 362 | 23 | 224 | 0 | 134 | 47 | 5 | 505 | 132 | 63 |
| Binary | 11110010 | 10011 | 10010100 | 0 | 1011100 | 100111 | 101 | 101000101 | 1011010 | 110011 |
Color Harmonies of #F21394
Complementary color
Monochromatic Colors of #F21394
Black with #F21394
Text Example
Text Example
White with #F21394
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F21394; }
p { color: rgb(242,19,148); }
H1.HeaderClassName
{
color: #F21394;
}
.AnyTagClassName
{
color: #F21394;
}
</style>
background-color css
<style>
a { background-color: #F21394; }
a { background-color: rgb(242,19,148); }
div.DivClassName
{
background-color: #F21394;
}
.BgClassName
{
background-color: #F21394;
}
</style>
border-color css
<style>
span { border-color: #F21394; }
span { border-color: rgb(242,19,148); }
td.TdClassName
{
border-color: #F21394;
}
.TagClassName
{
border-color: #F21394;
}
</style>