Shades of Deep Pink #F80387
Tints of Deep Pink #F80387
RGB
CMYK
RGB Variations
Color information
#F80387 (or 0xF80387) is known color: Deep Pink. HEX triplet: F8, 03 and 87. RGB value is (248,3,135). Sum of RGB (Red+Green+Blue) = 248+3+135=386 (51% of max value = 765). Red value is 248 (97.27% from 255 or 64.25% from 386); Green value is 3 (1.56% from 255 or 0.78% from 386); Blue value is 135 (53.12% from 255 or 34.97% from 386); Max value from RGB is 248 - color contains mainly: red. Hex color #F80387 is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #F80387 is #07FC78. Grayscale: #5B5B5B. Windows color (decimal): -523385 or 8848376. OLE color: 8848376.
HSL color Cylindrical-coordinate representation of color #F80387: hue angle of 327.67º degrees, saturation: 0.98, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #F80387 is Cyan = 0, Magento = 0.99, Yellow = 0.46 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 248 | 3 | 135 | - |
| CMYK | 0 | 0.99 | 0.46 | 0.03 |
| HSL | 327.67º | 0.98% | 0.49% | - |
| HSV(B) | 327.67º | 0.99% | 0.97% | - |
| XYZ | 43.12 | 21.77 | 24.85 | - |
| YUV | 91.3 | 152.67 | 239.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 248 | 3 | 135 | 0 | 0.99 | 0.46 | 0.03 | 327.67 | 0.98 | 0.49 |
| Hex | F8 | 3 | 87 | 0 | 63 | 2E | 3 | 148 | 62 | 31 |
| Octal | 370 | 3 | 207 | 0 | 143 | 56 | 3 | 510 | 142 | 61 |
| Binary | 11111000 | 11 | 10000111 | 0 | 1100011 | 101110 | 11 | 101001000 | 1100010 | 110001 |
Color Harmonies of #F80387
Complementary color
Monochromatic Colors of #F80387
Black with #F80387
Text Example
Text Example
White with #F80387
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F80387; }
p { color: rgb(248,3,135); }
H1.HeaderClassName
{
color: #F80387;
}
.AnyTagClassName
{
color: #F80387;
}
</style>
background-color css
<style>
a { background-color: #F80387; }
a { background-color: rgb(248,3,135); }
div.DivClassName
{
background-color: #F80387;
}
.BgClassName
{
background-color: #F80387;
}
</style>
border-color css
<style>
span { border-color: #F80387; }
span { border-color: rgb(248,3,135); }
td.TdClassName
{
border-color: #F80387;
}
.TagClassName
{
border-color: #F80387;
}
</style>