Shades of Deep Pink #F8087A
Tints of Deep Pink #F8087A
RGB
CMYK
RGB Variations
Color information
#F8087A (or 0xF8087A) is known color: Deep Pink. HEX triplet: F8, 08 and 7A. RGB value is (248,8,122). Sum of RGB (Red+Green+Blue) = 248+8+122=378 (50% of max value = 765). Red value is 248 (97.27% from 255 or 65.61% from 378); Green value is 8 (3.52% from 255 or 2.12% from 378); Blue value is 122 (48.05% from 255 or 32.28% from 378); Max value from RGB is 248 - color contains mainly: red. Hex color #F8087A is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #F8087A is #07F785. Grayscale: #5C5C5C. Windows color (decimal): -522118 or 7997688. OLE color: 7997688.
HSL color Cylindrical-coordinate representation of color #F8087A: hue angle of 331.5º 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 #F8087A is Cyan = 0, Magento = 0.97, Yellow = 0.51 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 248 | 8 | 122 | - |
| CMYK | 0 | 0.97 | 0.51 | 0.03 |
| HSL | 331.5º | 0.94% | 0.5% | - |
| HSV(B) | 331.5º | 0.97% | 0.97% | - |
| XYZ | 42.31 | 21.54 | 20.34 | - |
| YUV | 92.76 | 144.51 | 238.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 248 | 8 | 122 | 0 | 0.97 | 0.51 | 0.03 | 331.5 | 0.94 | 0.5 |
| Hex | F8 | 8 | 7A | 0 | 61 | 33 | 3 | 14C | 5E | 32 |
| Octal | 370 | 10 | 172 | 0 | 141 | 63 | 3 | 514 | 136 | 62 |
| Binary | 11111000 | 1000 | 1111010 | 0 | 1100001 | 110011 | 11 | 101001100 | 1011110 | 110010 |
Color Harmonies of #F8087A
Complementary color
Monochromatic Colors of #F8087A
Black with #F8087A
Text Example
Text Example
White with #F8087A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F8087A; }
p { color: rgb(248,8,122); }
H1.HeaderClassName
{
color: #F8087A;
}
.AnyTagClassName
{
color: #F8087A;
}
</style>
background-color css
<style>
a { background-color: #F8087A; }
a { background-color: rgb(248,8,122); }
div.DivClassName
{
background-color: #F8087A;
}
.BgClassName
{
background-color: #F8087A;
}
</style>
border-color css
<style>
span { border-color: #F8087A; }
span { border-color: rgb(248,8,122); }
td.TdClassName
{
border-color: #F8087A;
}
.TagClassName
{
border-color: #F8087A;
}
</style>