Shades of Deep Pink #F20C8D
Tints of Deep Pink #F20C8D
RGB
CMYK
RGB Variations
Color information
#F20C8D (or 0xF20C8D) is known color: Deep Pink. HEX triplet: F2, 0C and 8D. RGB value is (242,12,141). Sum of RGB (Red+Green+Blue) = 242+12+141=395 (52% of max value = 765). Red value is 242 (94.92% from 255 or 61.27% from 395); Green value is 12 (5.08% from 255 or 3.04% from 395); Blue value is 141 (55.47% from 255 or 35.70% from 395); Max value from RGB is 242 - color contains mainly: red. Hex color #F20C8D is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #F20C8D is #0DF372. Grayscale: #5F5F5F. Windows color (decimal): -914291 or 9243890. OLE color: 9243890.
HSL color Cylindrical-coordinate representation of color #F20C8D: hue angle of 326.35º 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 #F20C8D is Cyan = 0, Magento = 0.95, Yellow = 0.42 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 242 | 12 | 141 | - |
| CMYK | 0 | 0.95 | 0.42 | 0.05 |
| HSL | 326.35º | 0.91% | 0.5% | - |
| HSV(B) | 326.35º | 0.95% | 0.95% | - |
| XYZ | 41.56 | 21.06 | 27.07 | - |
| YUV | 95.48 | 153.7 | 232.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 12 | 141 | 0 | 0.95 | 0.42 | 0.05 | 326.35 | 0.91 | 0.5 |
| Hex | F2 | C | 8D | 0 | 5F | 2A | 5 | 146 | 5B | 32 |
| Octal | 362 | 14 | 215 | 0 | 137 | 52 | 5 | 506 | 133 | 62 |
| Binary | 11110010 | 1100 | 10001101 | 0 | 1011111 | 101010 | 101 | 101000110 | 1011011 | 110010 |
Color Harmonies of #F20C8D
Complementary color
Monochromatic Colors of #F20C8D
Black with #F20C8D
Text Example
Text Example
White with #F20C8D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F20C8D; }
p { color: rgb(242,12,141); }
H1.HeaderClassName
{
color: #F20C8D;
}
.AnyTagClassName
{
color: #F20C8D;
}
</style>
background-color css
<style>
a { background-color: #F20C8D; }
a { background-color: rgb(242,12,141); }
div.DivClassName
{
background-color: #F20C8D;
}
.BgClassName
{
background-color: #F20C8D;
}
</style>
border-color css
<style>
span { border-color: #F20C8D; }
span { border-color: rgb(242,12,141); }
td.TdClassName
{
border-color: #F20C8D;
}
.TagClassName
{
border-color: #F20C8D;
}
</style>