Shades of Deep Pink #F20C84
Tints of Deep Pink #F20C84
RGB
CMYK
RGB Variations
Color information
#F20C84 (or 0xF20C84) is known color: Deep Pink. HEX triplet: F2, 0C and 84. RGB value is (242,12,132). Sum of RGB (Red+Green+Blue) = 242+12+132=386 (51% of max value = 765). Red value is 242 (94.92% from 255 or 62.69% from 386); Green value is 12 (5.08% from 255 or 3.11% from 386); Blue value is 132 (51.95% from 255 or 34.20% from 386); Max value from RGB is 242 - color contains mainly: red. Hex color #F20C84 is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #F20C84 is #0DF37B. Grayscale: #5E5E5E. Windows color (decimal): -914300 or 8654066. OLE color: 8654066.
HSL color Cylindrical-coordinate representation of color #F20C84: hue angle of 328.7º 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 #F20C84 is Cyan = 0, Magento = 0.95, Yellow = 0.45 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 242 | 12 | 132 | - |
| CMYK | 0 | 0.95 | 0.45 | 0.05 |
| HSL | 328.7º | 0.91% | 0.5% | - |
| HSV(B) | 328.7º | 0.95% | 0.95% | - |
| XYZ | 40.91 | 20.81 | 23.69 | - |
| YUV | 94.45 | 149.2 | 233.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 12 | 132 | 0 | 0.95 | 0.45 | 0.05 | 328.7 | 0.91 | 0.5 |
| Hex | F2 | C | 84 | 0 | 5F | 2D | 5 | 149 | 5B | 32 |
| Octal | 362 | 14 | 204 | 0 | 137 | 55 | 5 | 511 | 133 | 62 |
| Binary | 11110010 | 1100 | 10000100 | 0 | 1011111 | 101101 | 101 | 101001001 | 1011011 | 110010 |
Color Harmonies of #F20C84
Complementary color
Monochromatic Colors of #F20C84
Black with #F20C84
Text Example
Text Example
White with #F20C84
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F20C84; }
p { color: rgb(242,12,132); }
H1.HeaderClassName
{
color: #F20C84;
}
.AnyTagClassName
{
color: #F20C84;
}
</style>
background-color css
<style>
a { background-color: #F20C84; }
a { background-color: rgb(242,12,132); }
div.DivClassName
{
background-color: #F20C84;
}
.BgClassName
{
background-color: #F20C84;
}
</style>
border-color css
<style>
span { border-color: #F20C84; }
span { border-color: rgb(242,12,132); }
td.TdClassName
{
border-color: #F20C84;
}
.TagClassName
{
border-color: #F20C84;
}
</style>