Shades of Deep Pink #F80581
Tints of Deep Pink #F80581
RGB
CMYK
RGB Variations
Color information
#F80581 (or 0xF80581) is known color: Deep Pink. HEX triplet: F8, 05 and 81. RGB value is (248,5,129). Sum of RGB (Red+Green+Blue) = 248+5+129=382 (50% of max value = 765). Red value is 248 (97.27% from 255 or 64.92% from 382); Green value is 5 (2.34% from 255 or 1.31% from 382); Blue value is 129 (50.78% from 255 or 33.77% from 382); Max value from RGB is 248 - color contains mainly: red. Hex color #F80581 is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #F80581 is #07FA7E. Grayscale: #5B5B5B. Windows color (decimal): -522879 or 8455672. OLE color: 8455672.
HSL color Cylindrical-coordinate representation of color #F80581: hue angle of 329.38º degrees, saturation: 0.96, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #F80581 is Cyan = 0, Magento = 0.98, Yellow = 0.48 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 248 | 5 | 129 | - |
| CMYK | 0 | 0.98 | 0.48 | 0.03 |
| HSL | 329.38º | 0.96% | 0.5% | - |
| HSV(B) | 329.38º | 0.98% | 0.97% | - |
| XYZ | 42.73 | 21.65 | 22.7 | - |
| YUV | 91.79 | 149.01 | 239.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 248 | 5 | 129 | 0 | 0.98 | 0.48 | 0.03 | 329.38 | 0.96 | 0.5 |
| Hex | F8 | 5 | 81 | 0 | 62 | 30 | 3 | 149 | 60 | 32 |
| Octal | 370 | 5 | 201 | 0 | 142 | 60 | 3 | 511 | 140 | 62 |
| Binary | 11111000 | 101 | 10000001 | 0 | 1100010 | 110000 | 11 | 101001001 | 1100000 | 110010 |
Color Harmonies of #F80581
Complementary color
Monochromatic Colors of #F80581
Black with #F80581
Text Example
Text Example
White with #F80581
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F80581; }
p { color: rgb(248,5,129); }
H1.HeaderClassName
{
color: #F80581;
}
.AnyTagClassName
{
color: #F80581;
}
</style>
background-color css
<style>
a { background-color: #F80581; }
a { background-color: rgb(248,5,129); }
div.DivClassName
{
background-color: #F80581;
}
.BgClassName
{
background-color: #F80581;
}
</style>
border-color css
<style>
span { border-color: #F80581; }
span { border-color: rgb(248,5,129); }
td.TdClassName
{
border-color: #F80581;
}
.TagClassName
{
border-color: #F80581;
}
</style>