Shades of Deep Pink #F80082
Tints of Deep Pink #F80082
RGB
CMYK
RGB Variations
Color information
#F80082 (or 0xF80082) is known color: Deep Pink. HEX triplet: F8, 00 and 82. RGB value is (248,0,130). Sum of RGB (Red+Green+Blue) = 248+0+130=378 (50% of max value = 765). Red value is 248 (97.27% from 255 or 65.61% from 378); Green value is 0 (0.39% from 255 or 0% from 378); Blue value is 130 (51.17% from 255 or 34.39% from 378); Max value from RGB is 248 - color contains mainly: red. Hex color #F80082 is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #F80082 is #07FF7D. Grayscale: #585858. Windows color (decimal): -524158 or 8519928. OLE color: 8519928.
HSL color Cylindrical-coordinate representation of color #F80082: hue angle of 328.55º degrees, saturation: 1, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 1%. Process color model (Four color, CMYK) of #F80082 is Cyan = 0, Magento = 1, Yellow = 0.48 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 248 | 0 | 130 | - |
| CMYK | 0 | 1 | 0.48 | 0.03 |
| HSL | 328.55º | 1% | 0.49% | - |
| HSV(B) | 328.55º | 1% | 0.97% | - |
| XYZ | 42.74 | 21.57 | 23.03 | - |
| YUV | 88.97 | 151.16 | 241.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 248 | 0 | 130 | 0 | 1 | 0.48 | 0.03 | 328.55 | 1 | 0.49 |
| Hex | F8 | 0 | 82 | 0 | 64 | 30 | 3 | 149 | 64 | 31 |
| Octal | 370 | 0 | 202 | 0 | 144 | 60 | 3 | 511 | 144 | 61 |
| Binary | 11111000 | 0 | 10000010 | 0 | 1100100 | 110000 | 11 | 101001001 | 1100100 | 110001 |
Color Harmonies of #F80082
Complementary color
Monochromatic Colors of #F80082
Black with #F80082
Text Example
Text Example
White with #F80082
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F80082; }
p { color: rgb(248,0,130); }
H1.HeaderClassName
{
color: #F80082;
}
.AnyTagClassName
{
color: #F80082;
}
</style>
background-color css
<style>
a { background-color: #F80082; }
a { background-color: rgb(248,0,130); }
div.DivClassName
{
background-color: #F80082;
}
.BgClassName
{
background-color: #F80082;
}
</style>
border-color css
<style>
span { border-color: #F80082; }
span { border-color: rgb(248,0,130); }
td.TdClassName
{
border-color: #F80082;
}
.TagClassName
{
border-color: #F80082;
}
</style>