Shades of Deep Pink #F21E80
Tints of Deep Pink #F21E80
RGB
CMYK
RGB Variations
Color information
#F21E80 (or 0xF21E80) is known color: Deep Pink. HEX triplet: F2, 1E and 80. RGB value is (242,30,128). Sum of RGB (Red+Green+Blue) = 242+30+128=400 (52% of max value = 765). Red value is 242 (94.92% from 255 or 60.5% from 400); Green value is 30 (12.11% from 255 or 7.5% from 400); Blue value is 128 (50.39% from 255 or 32% from 400); Max value from RGB is 242 - color contains mainly: red. Hex color #F21E80 is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #F21E80 is #0DE17F. Grayscale: #686868. Windows color (decimal): -909696 or 8396530. OLE color: 8396530.
HSL color Cylindrical-coordinate representation of color #F21E80: hue angle of 332.26º 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 #F21E80 is Cyan = 0, Magento = 0.88, Yellow = 0.47 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 242 | 30 | 128 | - |
| CMYK | 0 | 0.88 | 0.47 | 0.05 |
| HSL | 332.26º | 0.89% | 0.53% | - |
| HSV(B) | 332.26º | 0.88% | 0.95% | - |
| XYZ | 40.98 | 21.36 | 22.39 | - |
| YUV | 104.56 | 141.24 | 226.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 30 | 128 | 0 | 0.88 | 0.47 | 0.05 | 332.26 | 0.89 | 0.53 |
| Hex | F2 | 1E | 80 | 0 | 58 | 2F | 5 | 14C | 59 | 35 |
| Octal | 362 | 36 | 200 | 0 | 130 | 57 | 5 | 514 | 131 | 65 |
| Binary | 11110010 | 11110 | 10000000 | 0 | 1011000 | 101111 | 101 | 101001100 | 1011001 | 110101 |
Color Harmonies of #F21E80
Complementary color
Monochromatic Colors of #F21E80
Black with #F21E80
Text Example
Text Example
White with #F21E80
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F21E80; }
p { color: rgb(242,30,128); }
H1.HeaderClassName
{
color: #F21E80;
}
.AnyTagClassName
{
color: #F21E80;
}
</style>
background-color css
<style>
a { background-color: #F21E80; }
a { background-color: rgb(242,30,128); }
div.DivClassName
{
background-color: #F21E80;
}
.BgClassName
{
background-color: #F21E80;
}
</style>
border-color css
<style>
span { border-color: #F21E80; }
span { border-color: rgb(242,30,128); }
td.TdClassName
{
border-color: #F21E80;
}
.TagClassName
{
border-color: #F21E80;
}
</style>