Shades of Deep Pink #F21E8B
Tints of Deep Pink #F21E8B
RGB
CMYK
RGB Variations
Color information
#F21E8B (or 0xF21E8B) is known color: Deep Pink. HEX triplet: F2, 1E and 8B. RGB value is (242,30,139). Sum of RGB (Red+Green+Blue) = 242+30+139=411 (54% of max value = 765). Red value is 242 (94.92% from 255 or 58.88% from 411); Green value is 30 (12.11% from 255 or 7.30% from 411); Blue value is 139 (54.69% from 255 or 33.82% from 411); Max value from RGB is 242 - color contains mainly: red. Hex color #F21E8B is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #F21E8B is #0DE174. Grayscale: #696969. Windows color (decimal): -909685 or 9117426. OLE color: 9117426.
HSL color Cylindrical-coordinate representation of color #F21E8B: hue angle of 329.15º 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 #F21E8B is Cyan = 0, Magento = 0.88, Yellow = 0.43 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 242 | 30 | 139 | - |
| CMYK | 0 | 0.88 | 0.43 | 0.05 |
| HSL | 329.15º | 0.89% | 0.53% | - |
| HSV(B) | 329.15º | 0.88% | 0.95% | - |
| XYZ | 41.74 | 21.67 | 26.41 | - |
| YUV | 105.81 | 146.74 | 225.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 30 | 139 | 0 | 0.88 | 0.43 | 0.05 | 329.15 | 0.89 | 0.53 |
| Hex | F2 | 1E | 8B | 0 | 58 | 2B | 5 | 149 | 59 | 35 |
| Octal | 362 | 36 | 213 | 0 | 130 | 53 | 5 | 511 | 131 | 65 |
| Binary | 11110010 | 11110 | 10001011 | 0 | 1011000 | 101011 | 101 | 101001001 | 1011001 | 110101 |
Color Harmonies of #F21E8B
Complementary color
Monochromatic Colors of #F21E8B
Black with #F21E8B
Text Example
Text Example
White with #F21E8B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F21E8B; }
p { color: rgb(242,30,139); }
H1.HeaderClassName
{
color: #F21E8B;
}
.AnyTagClassName
{
color: #F21E8B;
}
</style>
background-color css
<style>
a { background-color: #F21E8B; }
a { background-color: rgb(242,30,139); }
div.DivClassName
{
background-color: #F21E8B;
}
.BgClassName
{
background-color: #F21E8B;
}
</style>
border-color css
<style>
span { border-color: #F21E8B; }
span { border-color: rgb(242,30,139); }
td.TdClassName
{
border-color: #F21E8B;
}
.TagClassName
{
border-color: #F21E8B;
}
</style>