Shades of Deep Pink #F21E81
Tints of Deep Pink #F21E81
RGB
CMYK
RGB Variations
Color information
#F21E81 (or 0xF21E81) is known color: Deep Pink. HEX triplet: F2, 1E and 81. RGB value is (242,30,129). Sum of RGB (Red+Green+Blue) = 242+30+129=401 (53% of max value = 765). Red value is 242 (94.92% from 255 or 60.35% from 401); Green value is 30 (12.11% from 255 or 7.48% from 401); Blue value is 129 (50.78% from 255 or 32.17% from 401); Max value from RGB is 242 - color contains mainly: red. Hex color #F21E81 is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #F21E81 is #0DE17E. Grayscale: #686868. Windows color (decimal): -909695 or 8462066. OLE color: 8462066.
HSL color Cylindrical-coordinate representation of color #F21E81: hue angle of 331.98º 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 #F21E81 is Cyan = 0, Magento = 0.88, Yellow = 0.47 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 242 | 30 | 129 | - |
| CMYK | 0 | 0.88 | 0.47 | 0.05 |
| HSL | 331.98º | 0.89% | 0.53% | - |
| HSV(B) | 331.98º | 0.88% | 0.95% | - |
| XYZ | 41.04 | 21.39 | 22.73 | - |
| YUV | 104.67 | 141.74 | 225.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 30 | 129 | 0 | 0.88 | 0.47 | 0.05 | 331.98 | 0.89 | 0.53 |
| Hex | F2 | 1E | 81 | 0 | 58 | 2F | 5 | 14C | 59 | 35 |
| Octal | 362 | 36 | 201 | 0 | 130 | 57 | 5 | 514 | 131 | 65 |
| Binary | 11110010 | 11110 | 10000001 | 0 | 1011000 | 101111 | 101 | 101001100 | 1011001 | 110101 |
Color Harmonies of #F21E81
Complementary color
Monochromatic Colors of #F21E81
Black with #F21E81
Text Example
Text Example
White with #F21E81
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F21E81; }
p { color: rgb(242,30,129); }
H1.HeaderClassName
{
color: #F21E81;
}
.AnyTagClassName
{
color: #F21E81;
}
</style>
background-color css
<style>
a { background-color: #F21E81; }
a { background-color: rgb(242,30,129); }
div.DivClassName
{
background-color: #F21E81;
}
.BgClassName
{
background-color: #F21E81;
}
</style>
border-color css
<style>
span { border-color: #F21E81; }
span { border-color: rgb(242,30,129); }
td.TdClassName
{
border-color: #F21E81;
}
.TagClassName
{
border-color: #F21E81;
}
</style>