Shades of Deep Pink #F21894
Tints of Deep Pink #F21894
RGB
CMYK
RGB Variations
Color information
#F21894 (or 0xF21894) is known color: Deep Pink. HEX triplet: F2, 18 and 94. RGB value is (242,24,148). Sum of RGB (Red+Green+Blue) = 242+24+148=414 (54% of max value = 765). Red value is 242 (94.92% from 255 or 58.45% from 414); Green value is 24 (9.77% from 255 or 5.80% from 414); Blue value is 148 (58.20% from 255 or 35.75% from 414); Max value from RGB is 242 - color contains mainly: red. Hex color #F21894 is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #F21894 is #0DE76B. Grayscale: #676767. Windows color (decimal): -911212 or 9705714. OLE color: 9705714.
HSL color Cylindrical-coordinate representation of color #F21894: hue angle of 325.87º 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 #F21894 is Cyan = 0, Magento = 0.90, Yellow = 0.39 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 242 | 24 | 148 | - |
| CMYK | 0 | 0.90 | 0.39 | 0.05 |
| HSL | 325.87º | 0.89% | 0.52% | - |
| HSV(B) | 325.87º | 0.9% | 0.95% | - |
| XYZ | 42.29 | 21.67 | 29.97 | - |
| YUV | 103.32 | 153.22 | 226.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 24 | 148 | 0 | 0.90 | 0.39 | 0.05 | 325.87 | 0.89 | 0.52 |
| Hex | F2 | 18 | 94 | 0 | 5A | 27 | 5 | 146 | 59 | 34 |
| Octal | 362 | 30 | 224 | 0 | 132 | 47 | 5 | 506 | 131 | 64 |
| Binary | 11110010 | 11000 | 10010100 | 0 | 1011010 | 100111 | 101 | 101000110 | 1011001 | 110100 |
Color Harmonies of #F21894
Complementary color
Monochromatic Colors of #F21894
Black with #F21894
Text Example
Text Example
White with #F21894
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F21894; }
p { color: rgb(242,24,148); }
H1.HeaderClassName
{
color: #F21894;
}
.AnyTagClassName
{
color: #F21894;
}
</style>
background-color css
<style>
a { background-color: #F21894; }
a { background-color: rgb(242,24,148); }
div.DivClassName
{
background-color: #F21894;
}
.BgClassName
{
background-color: #F21894;
}
</style>
border-color css
<style>
span { border-color: #F21894; }
span { border-color: rgb(242,24,148); }
td.TdClassName
{
border-color: #F21894;
}
.TagClassName
{
border-color: #F21894;
}
</style>