Shades of Deep Pink #F21C92
Tints of Deep Pink #F21C92
RGB
CMYK
RGB Variations
Color information
#F21C92 (or 0xF21C92) is known color: Deep Pink. HEX triplet: F2, 1C and 92. RGB value is (242,28,146). Sum of RGB (Red+Green+Blue) = 242+28+146=416 (55% of max value = 765). Red value is 242 (94.92% from 255 or 58.17% from 416); Green value is 28 (11.33% from 255 or 6.73% from 416); Blue value is 146 (57.42% from 255 or 35.10% from 416); Max value from RGB is 242 - color contains mainly: red. Hex color #F21C92 is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #F21C92 is #0DE36D. Grayscale: #696969. Windows color (decimal): -910190 or 9575666. OLE color: 9575666.
HSL color Cylindrical-coordinate representation of color #F21C92: hue angle of 326.92º degrees, saturation: 0.89, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #F21C92 is Cyan = 0, Magento = 0.88, Yellow = 0.40 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 242 | 28 | 146 | - |
| CMYK | 0 | 0.88 | 0.40 | 0.05 |
| HSL | 326.92º | 0.89% | 0.53% | - |
| HSV(B) | 326.92º | 0.88% | 0.95% | - |
| XYZ | 42.22 | 21.78 | 29.17 | - |
| YUV | 105.44 | 150.9 | 225.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 28 | 146 | 0 | 0.88 | 0.40 | 0.05 | 326.92 | 0.89 | 0.53 |
| Hex | F2 | 1C | 92 | 0 | 58 | 28 | 5 | 147 | 59 | 35 |
| Octal | 362 | 34 | 222 | 0 | 130 | 50 | 5 | 507 | 131 | 65 |
| Binary | 11110010 | 11100 | 10010010 | 0 | 1011000 | 101000 | 101 | 101000111 | 1011001 | 110101 |
Color Harmonies of #F21C92
Complementary color
Monochromatic Colors of #F21C92
Black with #F21C92
Text Example
Text Example
White with #F21C92
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F21C92; }
p { color: rgb(242,28,146); }
H1.HeaderClassName
{
color: #F21C92;
}
.AnyTagClassName
{
color: #F21C92;
}
</style>
background-color css
<style>
a { background-color: #F21C92; }
a { background-color: rgb(242,28,146); }
div.DivClassName
{
background-color: #F21C92;
}
.BgClassName
{
background-color: #F21C92;
}
</style>
border-color css
<style>
span { border-color: #F21C92; }
span { border-color: rgb(242,28,146); }
td.TdClassName
{
border-color: #F21C92;
}
.TagClassName
{
border-color: #F21C92;
}
</style>