Shades of Deep Pink #F21E87
Tints of Deep Pink #F21E87
RGB
CMYK
RGB Variations
Color information
#F21E87 (or 0xF21E87) is known color: Deep Pink. HEX triplet: F2, 1E and 87. RGB value is (242,30,135). Sum of RGB (Red+Green+Blue) = 242+30+135=407 (53% of max value = 765). Red value is 242 (94.92% from 255 or 59.46% from 407); Green value is 30 (12.11% from 255 or 7.37% from 407); Blue value is 135 (53.12% from 255 or 33.17% from 407); Max value from RGB is 242 - color contains mainly: red. Hex color #F21E87 is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #F21E87 is #0DE178. Grayscale: #696969. Windows color (decimal): -909689 or 8855282. OLE color: 8855282.
HSL color Cylindrical-coordinate representation of color #F21E87: hue angle of 330.28º 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 #F21E87 is Cyan = 0, Magento = 0.88, Yellow = 0.44 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 242 | 30 | 135 | - |
| CMYK | 0 | 0.88 | 0.44 | 0.05 |
| HSL | 330.28º | 0.89% | 0.53% | - |
| HSV(B) | 330.28º | 0.88% | 0.95% | - |
| XYZ | 41.46 | 21.56 | 24.9 | - |
| YUV | 105.36 | 144.74 | 225.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 30 | 135 | 0 | 0.88 | 0.44 | 0.05 | 330.28 | 0.89 | 0.53 |
| Hex | F2 | 1E | 87 | 0 | 58 | 2C | 5 | 14A | 59 | 35 |
| Octal | 362 | 36 | 207 | 0 | 130 | 54 | 5 | 512 | 131 | 65 |
| Binary | 11110010 | 11110 | 10000111 | 0 | 1011000 | 101100 | 101 | 101001010 | 1011001 | 110101 |
Color Harmonies of #F21E87
Complementary color
Monochromatic Colors of #F21E87
Black with #F21E87
Text Example
Text Example
White with #F21E87
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F21E87; }
p { color: rgb(242,30,135); }
H1.HeaderClassName
{
color: #F21E87;
}
.AnyTagClassName
{
color: #F21E87;
}
</style>
background-color css
<style>
a { background-color: #F21E87; }
a { background-color: rgb(242,30,135); }
div.DivClassName
{
background-color: #F21E87;
}
.BgClassName
{
background-color: #F21E87;
}
</style>
border-color css
<style>
span { border-color: #F21E87; }
span { border-color: rgb(242,30,135); }
td.TdClassName
{
border-color: #F21E87;
}
.TagClassName
{
border-color: #F21E87;
}
</style>