Shades of Deep Pink #F20C8B
Tints of Deep Pink #F20C8B
RGB
CMYK
RGB Variations
Color information
#F20C8B (or 0xF20C8B) is known color: Deep Pink. HEX triplet: F2, 0C and 8B. RGB value is (242,12,139). Sum of RGB (Red+Green+Blue) = 242+12+139=393 (52% of max value = 765). Red value is 242 (94.92% from 255 or 61.58% from 393); Green value is 12 (5.08% from 255 or 3.05% from 393); Blue value is 139 (54.69% from 255 or 35.37% from 393); Max value from RGB is 242 - color contains mainly: red. Hex color #F20C8B is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #F20C8B is #0DF374. Grayscale: #5E5E5E. Windows color (decimal): -914293 or 9112818. OLE color: 9112818.
HSL color Cylindrical-coordinate representation of color #F20C8B: hue angle of 326.87º degrees, saturation: 0.91, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #F20C8B is Cyan = 0, Magento = 0.95, Yellow = 0.43 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 242 | 12 | 139 | - |
| CMYK | 0 | 0.95 | 0.43 | 0.05 |
| HSL | 326.87º | 0.91% | 0.5% | - |
| HSV(B) | 326.87º | 0.95% | 0.95% | - |
| XYZ | 41.41 | 21 | 26.3 | - |
| YUV | 95.25 | 152.7 | 232.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 12 | 139 | 0 | 0.95 | 0.43 | 0.05 | 326.87 | 0.91 | 0.5 |
| Hex | F2 | C | 8B | 0 | 5F | 2B | 5 | 147 | 5B | 32 |
| Octal | 362 | 14 | 213 | 0 | 137 | 53 | 5 | 507 | 133 | 62 |
| Binary | 11110010 | 1100 | 10001011 | 0 | 1011111 | 101011 | 101 | 101000111 | 1011011 | 110010 |
Color Harmonies of #F20C8B
Complementary color
Monochromatic Colors of #F20C8B
Black with #F20C8B
Text Example
Text Example
White with #F20C8B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F20C8B; }
p { color: rgb(242,12,139); }
H1.HeaderClassName
{
color: #F20C8B;
}
.AnyTagClassName
{
color: #F20C8B;
}
</style>
background-color css
<style>
a { background-color: #F20C8B; }
a { background-color: rgb(242,12,139); }
div.DivClassName
{
background-color: #F20C8B;
}
.BgClassName
{
background-color: #F20C8B;
}
</style>
border-color css
<style>
span { border-color: #F20C8B; }
span { border-color: rgb(242,12,139); }
td.TdClassName
{
border-color: #F20C8B;
}
.TagClassName
{
border-color: #F20C8B;
}
</style>