Shades of Deep Pink #F20785
Tints of Deep Pink #F20785
RGB
CMYK
RGB Variations
Color information
#F20785 (or 0xF20785) is known color: Deep Pink. HEX triplet: F2, 07 and 85. RGB value is (242,7,133). Sum of RGB (Red+Green+Blue) = 242+7+133=382 (50% of max value = 765). Red value is 242 (94.92% from 255 or 63.35% from 382); Green value is 7 (3.12% from 255 or 1.83% from 382); Blue value is 133 (52.34% from 255 or 34.82% from 382); Max value from RGB is 242 - color contains mainly: red. Hex color #F20785 is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #F20785 is #0DF87A. Grayscale: #5B5B5B. Windows color (decimal): -915579 or 8718322. OLE color: 8718322.
HSL color Cylindrical-coordinate representation of color #F20785: hue angle of 327.83º degrees, saturation: 0.94, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #F20785 is Cyan = 0, Magento = 0.97, Yellow = 0.45 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 242 | 7 | 133 | - |
| CMYK | 0 | 0.97 | 0.45 | 0.05 |
| HSL | 327.83º | 0.94% | 0.49% | - |
| HSV(B) | 327.83º | 0.97% | 0.95% | - |
| XYZ | 40.93 | 20.72 | 24.03 | - |
| YUV | 91.63 | 151.36 | 235.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 7 | 133 | 0 | 0.97 | 0.45 | 0.05 | 327.83 | 0.94 | 0.49 |
| Hex | F2 | 7 | 85 | 0 | 61 | 2D | 5 | 148 | 5E | 31 |
| Octal | 362 | 7 | 205 | 0 | 141 | 55 | 5 | 510 | 136 | 61 |
| Binary | 11110010 | 111 | 10000101 | 0 | 1100001 | 101101 | 101 | 101001000 | 1011110 | 110001 |
Color Harmonies of #F20785
Complementary color
Monochromatic Colors of #F20785
Black with #F20785
Text Example
Text Example
White with #F20785
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F20785; }
p { color: rgb(242,7,133); }
H1.HeaderClassName
{
color: #F20785;
}
.AnyTagClassName
{
color: #F20785;
}
</style>
background-color css
<style>
a { background-color: #F20785; }
a { background-color: rgb(242,7,133); }
div.DivClassName
{
background-color: #F20785;
}
.BgClassName
{
background-color: #F20785;
}
</style>
border-color css
<style>
span { border-color: #F20785; }
span { border-color: rgb(242,7,133); }
td.TdClassName
{
border-color: #F20785;
}
.TagClassName
{
border-color: #F20785;
}
</style>