Shades of Deep Pink #F21E8F
Tints of Deep Pink #F21E8F
RGB
CMYK
RGB Variations
Color information
#F21E8F (or 0xF21E8F) is known color: Deep Pink. HEX triplet: F2, 1E and 8F. RGB value is (242,30,143). Sum of RGB (Red+Green+Blue) = 242+30+143=415 (54% of max value = 765). Red value is 242 (94.92% from 255 or 58.31% from 415); Green value is 30 (12.11% from 255 or 7.23% from 415); Blue value is 143 (56.25% from 255 or 34.46% from 415); Max value from RGB is 242 - color contains mainly: red. Hex color #F21E8F is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #F21E8F is #0DE170. Grayscale: #6A6A6A. Windows color (decimal): -909681 or 9379570. OLE color: 9379570.
HSL color Cylindrical-coordinate representation of color #F21E8F: hue angle of 328.02º 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 #F21E8F is Cyan = 0, Magento = 0.88, Yellow = 0.41 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 242 | 30 | 143 | - |
| CMYK | 0 | 0.88 | 0.41 | 0.05 |
| HSL | 328.02º | 0.89% | 0.53% | - |
| HSV(B) | 328.02º | 0.88% | 0.95% | - |
| XYZ | 42.04 | 21.79 | 27.98 | - |
| YUV | 106.27 | 148.74 | 224.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 30 | 143 | 0 | 0.88 | 0.41 | 0.05 | 328.02 | 0.89 | 0.53 |
| Hex | F2 | 1E | 8F | 0 | 58 | 29 | 5 | 148 | 59 | 35 |
| Octal | 362 | 36 | 217 | 0 | 130 | 51 | 5 | 510 | 131 | 65 |
| Binary | 11110010 | 11110 | 10001111 | 0 | 1011000 | 101001 | 101 | 101001000 | 1011001 | 110101 |
Color Harmonies of #F21E8F
Complementary color
Monochromatic Colors of #F21E8F
Black with #F21E8F
Text Example
Text Example
White with #F21E8F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F21E8F; }
p { color: rgb(242,30,143); }
H1.HeaderClassName
{
color: #F21E8F;
}
.AnyTagClassName
{
color: #F21E8F;
}
</style>
background-color css
<style>
a { background-color: #F21E8F; }
a { background-color: rgb(242,30,143); }
div.DivClassName
{
background-color: #F21E8F;
}
.BgClassName
{
background-color: #F21E8F;
}
</style>
border-color css
<style>
span { border-color: #F21E8F; }
span { border-color: rgb(242,30,143); }
td.TdClassName
{
border-color: #F21E8F;
}
.TagClassName
{
border-color: #F21E8F;
}
</style>