Shades of Deep Pink #F80080
Tints of Deep Pink #F80080
RGB
CMYK
RGB Variations
Color information
#F80080 (or 0xF80080) is known color: Deep Pink. HEX triplet: F8, 00 and 80. RGB value is (248,0,128). Sum of RGB (Red+Green+Blue) = 248+0+128=376 (49% of max value = 765). Red value is 248 (97.27% from 255 or 65.96% from 376); Green value is 0 (0.39% from 255 or 0% from 376); Blue value is 128 (50.39% from 255 or 34.04% from 376); Max value from RGB is 248 - color contains mainly: red. Hex color #F80080 is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #F80080 is #07FF7F. Grayscale: #585858. Windows color (decimal): -524160 or 8388856. OLE color: 8388856.
HSL color Cylindrical-coordinate representation of color #F80080: hue angle of 329.03º 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 #F80080 is Cyan = 0, Magento = 1, Yellow = 0.48 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 248 | 0 | 128 | - |
| CMYK | 0 | 1 | 0.48 | 0.03 |
| HSL | 329.03º | 1% | 0.49% | - |
| HSV(B) | 329.03º | 1% | 0.97% | - |
| XYZ | 42.61 | 21.51 | 22.33 | - |
| YUV | 88.74 | 150.16 | 241.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 248 | 0 | 128 | 0 | 1 | 0.48 | 0.03 | 329.03 | 1 | 0.49 |
| Hex | F8 | 0 | 80 | 0 | 64 | 30 | 3 | 149 | 64 | 31 |
| Octal | 370 | 0 | 200 | 0 | 144 | 60 | 3 | 511 | 144 | 61 |
| Binary | 11111000 | 0 | 10000000 | 0 | 1100100 | 110000 | 11 | 101001001 | 1100100 | 110001 |
Color Harmonies of #F80080
Complementary color
Monochromatic Colors of #F80080
Black with #F80080
Text Example
Text Example
White with #F80080
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F80080; }
p { color: rgb(248,0,128); }
H1.HeaderClassName
{
color: #F80080;
}
.AnyTagClassName
{
color: #F80080;
}
</style>
background-color css
<style>
a { background-color: #F80080; }
a { background-color: rgb(248,0,128); }
div.DivClassName
{
background-color: #F80080;
}
.BgClassName
{
background-color: #F80080;
}
</style>
border-color css
<style>
span { border-color: #F80080; }
span { border-color: rgb(248,0,128); }
td.TdClassName
{
border-color: #F80080;
}
.TagClassName
{
border-color: #F80080;
}
</style>