Shades of Deep Pink #F80084
Tints of Deep Pink #F80084
RGB
CMYK
RGB Variations
Color information
#F80084 (or 0xF80084) is known color: Deep Pink. HEX triplet: F8, 00 and 84. RGB value is (248,0,132). Sum of RGB (Red+Green+Blue) = 248+0+132=380 (50% of max value = 765). Red value is 248 (97.27% from 255 or 65.26% from 380); Green value is 0 (0.39% from 255 or 0% from 380); Blue value is 132 (51.95% from 255 or 34.74% from 380); Max value from RGB is 248 - color contains mainly: red. Hex color #F80084 is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #F80084 is #07FF7B. Grayscale: #585858. Windows color (decimal): -524156 or 8651000. OLE color: 8651000.
HSL color Cylindrical-coordinate representation of color #F80084: hue angle of 328.06º 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 #F80084 is Cyan = 0, Magento = 1, Yellow = 0.47 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 248 | 0 | 132 | - |
| CMYK | 0 | 1 | 0.47 | 0.03 |
| HSL | 328.06º | 1% | 0.49% | - |
| HSV(B) | 328.06º | 1% | 0.97% | - |
| XYZ | 42.88 | 21.62 | 23.74 | - |
| YUV | 89.2 | 152.16 | 241.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 248 | 0 | 132 | 0 | 1 | 0.47 | 0.03 | 328.06 | 1 | 0.49 |
| Hex | F8 | 0 | 84 | 0 | 64 | 2F | 3 | 148 | 64 | 31 |
| Octal | 370 | 0 | 204 | 0 | 144 | 57 | 3 | 510 | 144 | 61 |
| Binary | 11111000 | 0 | 10000100 | 0 | 1100100 | 101111 | 11 | 101001000 | 1100100 | 110001 |
Color Harmonies of #F80084
Complementary color
Monochromatic Colors of #F80084
Black with #F80084
Text Example
Text Example
White with #F80084
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F80084; }
p { color: rgb(248,0,132); }
H1.HeaderClassName
{
color: #F80084;
}
.AnyTagClassName
{
color: #F80084;
}
</style>
background-color css
<style>
a { background-color: #F80084; }
a { background-color: rgb(248,0,132); }
div.DivClassName
{
background-color: #F80084;
}
.BgClassName
{
background-color: #F80084;
}
</style>
border-color css
<style>
span { border-color: #F80084; }
span { border-color: rgb(248,0,132); }
td.TdClassName
{
border-color: #F80084;
}
.TagClassName
{
border-color: #F80084;
}
</style>