Shades of Deep Pink #F20E8B
Tints of Deep Pink #F20E8B
RGB
CMYK
RGB Variations
Color information
#F20E8B (or 0xF20E8B) is known color: Deep Pink. HEX triplet: F2, 0E and 8B. RGB value is (242,14,139). Sum of RGB (Red+Green+Blue) = 242+14+139=395 (52% of max value = 765). Red value is 242 (94.92% from 255 or 61.27% from 395); Green value is 14 (5.86% from 255 or 3.54% from 395); Blue value is 139 (54.69% from 255 or 35.19% from 395); Max value from RGB is 242 - color contains mainly: red. Hex color #F20E8B is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #F20E8B is #0DF174. Grayscale: #606060. Windows color (decimal): -913781 or 9113330. OLE color: 9113330.
HSL color Cylindrical-coordinate representation of color #F20E8B: hue angle of 327.11º degrees, saturation: 0.9, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #F20E8B is Cyan = 0, Magento = 0.94, Yellow = 0.43 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 242 | 14 | 139 | - |
| CMYK | 0 | 0.94 | 0.43 | 0.05 |
| HSL | 327.11º | 0.9% | 0.5% | - |
| HSV(B) | 327.11º | 0.94% | 0.95% | - |
| XYZ | 41.44 | 21.06 | 26.31 | - |
| YUV | 96.42 | 152.04 | 231.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 14 | 139 | 0 | 0.94 | 0.43 | 0.05 | 327.11 | 0.9 | 0.5 |
| Hex | F2 | E | 8B | 0 | 5E | 2B | 5 | 147 | 5A | 32 |
| Octal | 362 | 16 | 213 | 0 | 136 | 53 | 5 | 507 | 132 | 62 |
| Binary | 11110010 | 1110 | 10001011 | 0 | 1011110 | 101011 | 101 | 101000111 | 1011010 | 110010 |
Color Harmonies of #F20E8B
Complementary color
Monochromatic Colors of #F20E8B
Black with #F20E8B
Text Example
Text Example
White with #F20E8B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F20E8B; }
p { color: rgb(242,14,139); }
H1.HeaderClassName
{
color: #F20E8B;
}
.AnyTagClassName
{
color: #F20E8B;
}
</style>
background-color css
<style>
a { background-color: #F20E8B; }
a { background-color: rgb(242,14,139); }
div.DivClassName
{
background-color: #F20E8B;
}
.BgClassName
{
background-color: #F20E8B;
}
</style>
border-color css
<style>
span { border-color: #F20E8B; }
span { border-color: rgb(242,14,139); }
td.TdClassName
{
border-color: #F20E8B;
}
.TagClassName
{
border-color: #F20E8B;
}
</style>