Shades of Deep Pink #F21E7A
Tints of Deep Pink #F21E7A
RGB
CMYK
RGB Variations
Color information
#F21E7A (or 0xF21E7A) is known color: Deep Pink. HEX triplet: F2, 1E and 7A. RGB value is (242,30,122). Sum of RGB (Red+Green+Blue) = 242+30+122=394 (52% of max value = 765). Red value is 242 (94.92% from 255 or 61.42% from 394); Green value is 30 (12.11% from 255 or 7.61% from 394); Blue value is 122 (48.05% from 255 or 30.96% from 394); Max value from RGB is 242 - color contains mainly: red. Hex color #F21E7A is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #F21E7A is #0DE185. Grayscale: #676767. Windows color (decimal): -909702 or 8003314. OLE color: 8003314.
HSL color Cylindrical-coordinate representation of color #F21E7A: hue angle of 333.96º 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 #F21E7A is Cyan = 0, Magento = 0.88, Yellow = 0.50 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 242 | 30 | 122 | - |
| CMYK | 0 | 0.88 | 0.50 | 0.05 |
| HSL | 333.96º | 0.89% | 0.53% | - |
| HSV(B) | 333.96º | 0.88% | 0.95% | - |
| XYZ | 40.6 | 21.21 | 20.37 | - |
| YUV | 103.88 | 138.24 | 226.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 30 | 122 | 0 | 0.88 | 0.50 | 0.05 | 333.96 | 0.89 | 0.53 |
| Hex | F2 | 1E | 7A | 0 | 58 | 32 | 5 | 14E | 59 | 35 |
| Octal | 362 | 36 | 172 | 0 | 130 | 62 | 5 | 516 | 131 | 65 |
| Binary | 11110010 | 11110 | 1111010 | 0 | 1011000 | 110010 | 101 | 101001110 | 1011001 | 110101 |
Color Harmonies of #F21E7A
Complementary color
Monochromatic Colors of #F21E7A
Black with #F21E7A
Text Example
Text Example
White with #F21E7A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F21E7A; }
p { color: rgb(242,30,122); }
H1.HeaderClassName
{
color: #F21E7A;
}
.AnyTagClassName
{
color: #F21E7A;
}
</style>
background-color css
<style>
a { background-color: #F21E7A; }
a { background-color: rgb(242,30,122); }
div.DivClassName
{
background-color: #F21E7A;
}
.BgClassName
{
background-color: #F21E7A;
}
</style>
border-color css
<style>
span { border-color: #F21E7A; }
span { border-color: rgb(242,30,122); }
td.TdClassName
{
border-color: #F21E7A;
}
.TagClassName
{
border-color: #F21E7A;
}
</style>