Shades of Deep Pink #F20A8D
Tints of Deep Pink #F20A8D
RGB
CMYK
RGB Variations
Color information
#F20A8D (or 0xF20A8D) is known color: Deep Pink. HEX triplet: F2, 0A and 8D. RGB value is (242,10,141). Sum of RGB (Red+Green+Blue) = 242+10+141=393 (52% of max value = 765). Red value is 242 (94.92% from 255 or 61.58% from 393); Green value is 10 (4.30% from 255 or 2.54% from 393); Blue value is 141 (55.47% from 255 or 35.88% from 393); Max value from RGB is 242 - color contains mainly: red. Hex color #F20A8D is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #F20A8D is #0DF572. Grayscale: #5E5E5E. Windows color (decimal): -914803 or 9243378. OLE color: 9243378.
HSL color Cylindrical-coordinate representation of color #F20A8D: hue angle of 326.12º degrees, saturation: 0.92, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #F20A8D is Cyan = 0, Magento = 0.96, Yellow = 0.42 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 242 | 10 | 141 | - |
| CMYK | 0 | 0.96 | 0.42 | 0.05 |
| HSL | 326.12º | 0.92% | 0.49% | - |
| HSV(B) | 326.12º | 0.96% | 0.95% | - |
| XYZ | 41.53 | 21.02 | 27.07 | - |
| YUV | 94.3 | 154.36 | 233.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 10 | 141 | 0 | 0.96 | 0.42 | 0.05 | 326.12 | 0.92 | 0.49 |
| Hex | F2 | A | 8D | 0 | 60 | 2A | 5 | 146 | 5C | 31 |
| Octal | 362 | 12 | 215 | 0 | 140 | 52 | 5 | 506 | 134 | 61 |
| Binary | 11110010 | 1010 | 10001101 | 0 | 1100000 | 101010 | 101 | 101000110 | 1011100 | 110001 |
Color Harmonies of #F20A8D
Complementary color
Monochromatic Colors of #F20A8D
Black with #F20A8D
Text Example
Text Example
White with #F20A8D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F20A8D; }
p { color: rgb(242,10,141); }
H1.HeaderClassName
{
color: #F20A8D;
}
.AnyTagClassName
{
color: #F20A8D;
}
</style>
background-color css
<style>
a { background-color: #F20A8D; }
a { background-color: rgb(242,10,141); }
div.DivClassName
{
background-color: #F20A8D;
}
.BgClassName
{
background-color: #F20A8D;
}
</style>
border-color css
<style>
span { border-color: #F20A8D; }
span { border-color: rgb(242,10,141); }
td.TdClassName
{
border-color: #F20A8D;
}
.TagClassName
{
border-color: #F20A8D;
}
</style>