Shades of Deep Pink #F8087C
Tints of Deep Pink #F8087C
RGB
CMYK
RGB Variations
Color information
#F8087C (or 0xF8087C) is known color: Deep Pink. HEX triplet: F8, 08 and 7C. RGB value is (248,8,124). Sum of RGB (Red+Green+Blue) = 248+8+124=380 (50% of max value = 765). Red value is 248 (97.27% from 255 or 65.26% from 380); Green value is 8 (3.52% from 255 or 2.11% from 380); Blue value is 124 (48.83% from 255 or 32.63% from 380); Max value from RGB is 248 - color contains mainly: red. Hex color #F8087C is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #F8087C is #07F783. Grayscale: #5C5C5C. Windows color (decimal): -522116 or 8128760. OLE color: 8128760.
HSL color Cylindrical-coordinate representation of color #F8087C: hue angle of 331º degrees, saturation: 0.94, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #F8087C is Cyan = 0, Magento = 0.97, Yellow = 0.5 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 248 | 8 | 124 | - |
| CMYK | 0 | 0.97 | 0.5 | 0.03 |
| HSL | 331º | 0.94% | 0.5% | - |
| HSV(B) | 331º | 0.97% | 0.97% | - |
| XYZ | 42.44 | 21.59 | 21 | - |
| YUV | 92.98 | 145.51 | 238.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 248 | 8 | 124 | 0 | 0.97 | 0.5 | 0.03 | 331 | 0.94 | 0.5 |
| Hex | F8 | 8 | 7C | 0 | 61 | 32 | 3 | 14B | 5E | 32 |
| Octal | 370 | 10 | 174 | 0 | 141 | 62 | 3 | 513 | 136 | 62 |
| Binary | 11111000 | 1000 | 1111100 | 0 | 1100001 | 110010 | 11 | 101001011 | 1011110 | 110010 |
Color Harmonies of #F8087C
Complementary color
Monochromatic Colors of #F8087C
Black with #F8087C
Text Example
Text Example
White with #F8087C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F8087C; }
p { color: rgb(248,8,124); }
H1.HeaderClassName
{
color: #F8087C;
}
.AnyTagClassName
{
color: #F8087C;
}
</style>
background-color css
<style>
a { background-color: #F8087C; }
a { background-color: rgb(248,8,124); }
div.DivClassName
{
background-color: #F8087C;
}
.BgClassName
{
background-color: #F8087C;
}
</style>
border-color css
<style>
span { border-color: #F8087C; }
span { border-color: rgb(248,8,124); }
td.TdClassName
{
border-color: #F8087C;
}
.TagClassName
{
border-color: #F8087C;
}
</style>