Shades of Deep Pink #F00882
Tints of Deep Pink #F00882
RGB
CMYK
RGB Variations
Color information
#F00882 (or 0xF00882) is known color: Deep Pink. HEX triplet: F0, 08 and 82. RGB value is (240,8,130). Sum of RGB (Red+Green+Blue) = 240+8+130=378 (50% of max value = 765). Red value is 240 (94.14% from 255 or 63.49% from 378); Green value is 8 (3.52% from 255 or 2.12% from 378); Blue value is 130 (51.17% from 255 or 34.39% from 378); Max value from RGB is 240 - color contains mainly: red. Hex color #F00882 is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #F00882 is #0FF77D. Grayscale: #5B5B5B. Windows color (decimal): -1046398 or 8521968. OLE color: 8521968.
HSL color Cylindrical-coordinate representation of color #F00882: hue angle of 328.45º degrees, saturation: 0.94, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #F00882 is Cyan = 0, Magento = 0.97, Yellow = 0.46 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 240 | 8 | 130 | - |
| CMYK | 0 | 0.97 | 0.46 | 0.06 |
| HSL | 328.45º | 0.94% | 0.49% | - |
| HSV(B) | 328.45º | 0.97% | 0.94% | - |
| XYZ | 40.05 | 20.31 | 22.93 | - |
| YUV | 91.28 | 149.86 | 234.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 8 | 130 | 0 | 0.97 | 0.46 | 0.06 | 328.45 | 0.94 | 0.49 |
| Hex | F0 | 8 | 82 | 0 | 61 | 2E | 6 | 148 | 5E | 31 |
| Octal | 360 | 10 | 202 | 0 | 141 | 56 | 6 | 510 | 136 | 61 |
| Binary | 11110000 | 1000 | 10000010 | 0 | 1100001 | 101110 | 110 | 101001000 | 1011110 | 110001 |
Color Harmonies of #F00882
Complementary color
Monochromatic Colors of #F00882
Black with #F00882
Text Example
Text Example
White with #F00882
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F00882; }
p { color: rgb(240,8,130); }
H1.HeaderClassName
{
color: #F00882;
}
.AnyTagClassName
{
color: #F00882;
}
</style>
background-color css
<style>
a { background-color: #F00882; }
a { background-color: rgb(240,8,130); }
div.DivClassName
{
background-color: #F00882;
}
.BgClassName
{
background-color: #F00882;
}
</style>
border-color css
<style>
span { border-color: #F00882; }
span { border-color: rgb(240,8,130); }
td.TdClassName
{
border-color: #F00882;
}
.TagClassName
{
border-color: #F00882;
}
</style>