Shades of Deep Pink #F21E92
Tints of Deep Pink #F21E92
RGB
CMYK
RGB Variations
Color information
#F21E92 (or 0xF21E92) is known color: Deep Pink. HEX triplet: F2, 1E and 92. RGB value is (242,30,146). Sum of RGB (Red+Green+Blue) = 242+30+146=418 (55% of max value = 765). Red value is 242 (94.92% from 255 or 57.89% from 418); Green value is 30 (12.11% from 255 or 7.18% from 418); Blue value is 146 (57.42% from 255 or 34.93% from 418); Max value from RGB is 242 - color contains mainly: red. Hex color #F21E92 is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #F21E92 is #0DE16D. Grayscale: #6A6A6A. Windows color (decimal): -909678 or 9576178. OLE color: 9576178.
HSL color Cylindrical-coordinate representation of color #F21E92: hue angle of 327.17º 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 #F21E92 is Cyan = 0, Magento = 0.88, Yellow = 0.40 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 242 | 30 | 146 | - |
| CMYK | 0 | 0.88 | 0.40 | 0.05 |
| HSL | 327.17º | 0.89% | 0.53% | - |
| HSV(B) | 327.17º | 0.88% | 0.95% | - |
| XYZ | 42.27 | 21.88 | 29.19 | - |
| YUV | 106.61 | 150.24 | 224.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 30 | 146 | 0 | 0.88 | 0.40 | 0.05 | 327.17 | 0.89 | 0.53 |
| Hex | F2 | 1E | 92 | 0 | 58 | 28 | 5 | 147 | 59 | 35 |
| Octal | 362 | 36 | 222 | 0 | 130 | 50 | 5 | 507 | 131 | 65 |
| Binary | 11110010 | 11110 | 10010010 | 0 | 1011000 | 101000 | 101 | 101000111 | 1011001 | 110101 |
Color Harmonies of #F21E92
Complementary color
Monochromatic Colors of #F21E92
Black with #F21E92
Text Example
Text Example
White with #F21E92
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F21E92; }
p { color: rgb(242,30,146); }
H1.HeaderClassName
{
color: #F21E92;
}
.AnyTagClassName
{
color: #F21E92;
}
</style>
background-color css
<style>
a { background-color: #F21E92; }
a { background-color: rgb(242,30,146); }
div.DivClassName
{
background-color: #F21E92;
}
.BgClassName
{
background-color: #F21E92;
}
</style>
border-color css
<style>
span { border-color: #F21E92; }
span { border-color: rgb(242,30,146); }
td.TdClassName
{
border-color: #F21E92;
}
.TagClassName
{
border-color: #F21E92;
}
</style>