Shades of Deep Pink #F80083
Tints of Deep Pink #F80083
RGB
CMYK
RGB Variations
Color information
#F80083 (or 0xF80083) is known color: Deep Pink. HEX triplet: F8, 00 and 83. RGB value is (248,0,131). Sum of RGB (Red+Green+Blue) = 248+0+131=379 (50% of max value = 765). Red value is 248 (97.27% from 255 or 65.44% from 379); Green value is 0 (0.39% from 255 or 0% from 379); Blue value is 131 (51.56% from 255 or 34.56% from 379); Max value from RGB is 248 - color contains mainly: red. Hex color #F80083 is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #F80083 is #07FF7C. Grayscale: #585858. Windows color (decimal): -524157 or 8585464. OLE color: 8585464.
HSL color Cylindrical-coordinate representation of color #F80083: hue angle of 328.31º 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 #F80083 is Cyan = 0, Magento = 1, Yellow = 0.47 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 248 | 0 | 131 | - |
| CMYK | 0 | 1 | 0.47 | 0.03 |
| HSL | 328.31º | 1% | 0.49% | - |
| HSV(B) | 328.31º | 1% | 0.97% | - |
| XYZ | 42.81 | 21.6 | 23.38 | - |
| YUV | 89.09 | 151.66 | 241.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 248 | 0 | 131 | 0 | 1 | 0.47 | 0.03 | 328.31 | 1 | 0.49 |
| Hex | F8 | 0 | 83 | 0 | 64 | 2F | 3 | 148 | 64 | 31 |
| Octal | 370 | 0 | 203 | 0 | 144 | 57 | 3 | 510 | 144 | 61 |
| Binary | 11111000 | 0 | 10000011 | 0 | 1100100 | 101111 | 11 | 101001000 | 1100100 | 110001 |
Color Harmonies of #F80083
Complementary color
Monochromatic Colors of #F80083
Black with #F80083
Text Example
Text Example
White with #F80083
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F80083; }
p { color: rgb(248,0,131); }
H1.HeaderClassName
{
color: #F80083;
}
.AnyTagClassName
{
color: #F80083;
}
</style>
background-color css
<style>
a { background-color: #F80083; }
a { background-color: rgb(248,0,131); }
div.DivClassName
{
background-color: #F80083;
}
.BgClassName
{
background-color: #F80083;
}
</style>
border-color css
<style>
span { border-color: #F80083; }
span { border-color: rgb(248,0,131); }
td.TdClassName
{
border-color: #F80083;
}
.TagClassName
{
border-color: #F80083;
}
</style>