Shades of Deep Pink #F21E7E
Tints of Deep Pink #F21E7E
RGB
CMYK
RGB Variations
Color information
#F21E7E (or 0xF21E7E) is known color: Deep Pink. HEX triplet: F2, 1E and 7E. RGB value is (242,30,126). Sum of RGB (Red+Green+Blue) = 242+30+126=398 (52% of max value = 765). Red value is 242 (94.92% from 255 or 60.80% from 398); Green value is 30 (12.11% from 255 or 7.54% from 398); Blue value is 126 (49.61% from 255 or 31.66% from 398); Max value from RGB is 242 - color contains mainly: red. Hex color #F21E7E is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #F21E7E is #0DE181. Grayscale: #686868. Windows color (decimal): -909698 or 8265458. OLE color: 8265458.
HSL color Cylindrical-coordinate representation of color #F21E7E: hue angle of 332.83º 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 #F21E7E is Cyan = 0, Magento = 0.88, Yellow = 0.48 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 242 | 30 | 126 | - |
| CMYK | 0 | 0.88 | 0.48 | 0.05 |
| HSL | 332.83º | 0.89% | 0.53% | - |
| HSV(B) | 332.83º | 0.88% | 0.95% | - |
| XYZ | 40.85 | 21.31 | 21.7 | - |
| YUV | 104.33 | 140.24 | 226.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 30 | 126 | 0 | 0.88 | 0.48 | 0.05 | 332.83 | 0.89 | 0.53 |
| Hex | F2 | 1E | 7E | 0 | 58 | 30 | 5 | 14D | 59 | 35 |
| Octal | 362 | 36 | 176 | 0 | 130 | 60 | 5 | 515 | 131 | 65 |
| Binary | 11110010 | 11110 | 1111110 | 0 | 1011000 | 110000 | 101 | 101001101 | 1011001 | 110101 |
Color Harmonies of #F21E7E
Complementary color
Monochromatic Colors of #F21E7E
Black with #F21E7E
Text Example
Text Example
White with #F21E7E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F21E7E; }
p { color: rgb(242,30,126); }
H1.HeaderClassName
{
color: #F21E7E;
}
.AnyTagClassName
{
color: #F21E7E;
}
</style>
background-color css
<style>
a { background-color: #F21E7E; }
a { background-color: rgb(242,30,126); }
div.DivClassName
{
background-color: #F21E7E;
}
.BgClassName
{
background-color: #F21E7E;
}
</style>
border-color css
<style>
span { border-color: #F21E7E; }
span { border-color: rgb(242,30,126); }
td.TdClassName
{
border-color: #F21E7E;
}
.TagClassName
{
border-color: #F21E7E;
}
</style>