Shades of Deep Pink #F20782
Tints of Deep Pink #F20782
RGB
CMYK
RGB Variations
Color information
#F20782 (or 0xF20782) is known color: Deep Pink. HEX triplet: F2, 07 and 82. RGB value is (242,7,130). Sum of RGB (Red+Green+Blue) = 242+7+130=379 (50% of max value = 765). Red value is 242 (94.92% from 255 or 63.85% from 379); Green value is 7 (3.12% from 255 or 1.85% from 379); Blue value is 130 (51.17% from 255 or 34.30% from 379); Max value from RGB is 242 - color contains mainly: red. Hex color #F20782 is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #F20782 is #0DF87D. Grayscale: #5B5B5B. Windows color (decimal): -915582 or 8521714. OLE color: 8521714.
HSL color Cylindrical-coordinate representation of color #F20782: hue angle of 328.6º 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 #F20782 is Cyan = 0, Magento = 0.97, Yellow = 0.46 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 242 | 7 | 130 | - |
| CMYK | 0 | 0.97 | 0.46 | 0.05 |
| HSL | 328.6º | 0.94% | 0.49% | - |
| HSV(B) | 328.6º | 0.97% | 0.95% | - |
| XYZ | 40.72 | 20.64 | 22.96 | - |
| YUV | 91.29 | 149.86 | 235.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 7 | 130 | 0 | 0.97 | 0.46 | 0.05 | 328.6 | 0.94 | 0.49 |
| Hex | F2 | 7 | 82 | 0 | 61 | 2E | 5 | 149 | 5E | 31 |
| Octal | 362 | 7 | 202 | 0 | 141 | 56 | 5 | 511 | 136 | 61 |
| Binary | 11110010 | 111 | 10000010 | 0 | 1100001 | 101110 | 101 | 101001001 | 1011110 | 110001 |
Color Harmonies of #F20782
Complementary color
Monochromatic Colors of #F20782
Black with #F20782
Text Example
Text Example
White with #F20782
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F20782; }
p { color: rgb(242,7,130); }
H1.HeaderClassName
{
color: #F20782;
}
.AnyTagClassName
{
color: #F20782;
}
</style>
background-color css
<style>
a { background-color: #F20782; }
a { background-color: rgb(242,7,130); }
div.DivClassName
{
background-color: #F20782;
}
.BgClassName
{
background-color: #F20782;
}
</style>
border-color css
<style>
span { border-color: #F20782; }
span { border-color: rgb(242,7,130); }
td.TdClassName
{
border-color: #F20782;
}
.TagClassName
{
border-color: #F20782;
}
</style>