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