Shades of Deep Pink #F21E89
Tints of Deep Pink #F21E89
RGB
CMYK
RGB Variations
Color information
#F21E89 (or 0xF21E89) is known color: Deep Pink. HEX triplet: F2, 1E and 89. RGB value is (242,30,137). Sum of RGB (Red+Green+Blue) = 242+30+137=409 (54% of max value = 765). Red value is 242 (94.92% from 255 or 59.17% from 409); Green value is 30 (12.11% from 255 or 7.33% from 409); Blue value is 137 (53.91% from 255 or 33.50% from 409); Max value from RGB is 242 - color contains mainly: red. Hex color #F21E89 is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #F21E89 is #0DE176. Grayscale: #696969. Windows color (decimal): -909687 or 8986354. OLE color: 8986354.
HSL color Cylindrical-coordinate representation of color #F21E89: hue angle of 329.72º 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 #F21E89 is Cyan = 0, Magento = 0.88, Yellow = 0.43 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 242 | 30 | 137 | - |
| CMYK | 0 | 0.88 | 0.43 | 0.05 |
| HSL | 329.72º | 0.89% | 0.53% | - |
| HSV(B) | 329.72º | 0.88% | 0.95% | - |
| XYZ | 41.6 | 21.61 | 25.65 | - |
| YUV | 105.59 | 145.74 | 225.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 30 | 137 | 0 | 0.88 | 0.43 | 0.05 | 329.72 | 0.89 | 0.53 |
| Hex | F2 | 1E | 89 | 0 | 58 | 2B | 5 | 14A | 59 | 35 |
| Octal | 362 | 36 | 211 | 0 | 130 | 53 | 5 | 512 | 131 | 65 |
| Binary | 11110010 | 11110 | 10001001 | 0 | 1011000 | 101011 | 101 | 101001010 | 1011001 | 110101 |
Color Harmonies of #F21E89
Complementary color
Monochromatic Colors of #F21E89
Black with #F21E89
Text Example
Text Example
White with #F21E89
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F21E89; }
p { color: rgb(242,30,137); }
H1.HeaderClassName
{
color: #F21E89;
}
.AnyTagClassName
{
color: #F21E89;
}
</style>
background-color css
<style>
a { background-color: #F21E89; }
a { background-color: rgb(242,30,137); }
div.DivClassName
{
background-color: #F21E89;
}
.BgClassName
{
background-color: #F21E89;
}
</style>
border-color css
<style>
span { border-color: #F21E89; }
span { border-color: rgb(242,30,137); }
td.TdClassName
{
border-color: #F21E89;
}
.TagClassName
{
border-color: #F21E89;
}
</style>