Shades of Deep Pink #F8087D
Tints of Deep Pink #F8087D
RGB
CMYK
RGB Variations
Color information
#F8087D (or 0xF8087D) is known color: Deep Pink. HEX triplet: F8, 08 and 7D. RGB value is (248,8,125). Sum of RGB (Red+Green+Blue) = 248+8+125=381 (50% of max value = 765). Red value is 248 (97.27% from 255 or 65.09% from 381); Green value is 8 (3.52% from 255 or 2.10% from 381); Blue value is 125 (49.22% from 255 or 32.81% from 381); Max value from RGB is 248 - color contains mainly: red. Hex color #F8087D is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #F8087D is #07F782. Grayscale: #5C5C5C. Windows color (decimal): -522115 or 8194296. OLE color: 8194296.
HSL color Cylindrical-coordinate representation of color #F8087D: hue angle of 330.75º 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 #F8087D is Cyan = 0, Magento = 0.97, Yellow = 0.50 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 248 | 8 | 125 | - |
| CMYK | 0 | 0.97 | 0.50 | 0.03 |
| HSL | 330.75º | 0.94% | 0.5% | - |
| HSV(B) | 330.75º | 0.97% | 0.97% | - |
| XYZ | 42.5 | 21.61 | 21.33 | - |
| YUV | 93.1 | 146.01 | 238.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 248 | 8 | 125 | 0 | 0.97 | 0.50 | 0.03 | 330.75 | 0.94 | 0.5 |
| Hex | F8 | 8 | 7D | 0 | 61 | 32 | 3 | 14B | 5E | 32 |
| Octal | 370 | 10 | 175 | 0 | 141 | 62 | 3 | 513 | 136 | 62 |
| Binary | 11111000 | 1000 | 1111101 | 0 | 1100001 | 110010 | 11 | 101001011 | 1011110 | 110010 |
Color Harmonies of #F8087D
Complementary color
Monochromatic Colors of #F8087D
Black with #F8087D
Text Example
Text Example
White with #F8087D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F8087D; }
p { color: rgb(248,8,125); }
H1.HeaderClassName
{
color: #F8087D;
}
.AnyTagClassName
{
color: #F8087D;
}
</style>
background-color css
<style>
a { background-color: #F8087D; }
a { background-color: rgb(248,8,125); }
div.DivClassName
{
background-color: #F8087D;
}
.BgClassName
{
background-color: #F8087D;
}
</style>
border-color css
<style>
span { border-color: #F8087D; }
span { border-color: rgb(248,8,125); }
td.TdClassName
{
border-color: #F8087D;
}
.TagClassName
{
border-color: #F8087D;
}
</style>