Shades of Deep Pink #F8088E
Tints of Deep Pink #F8088E
RGB
CMYK
RGB Variations
Color information
#F8088E (or 0xF8088E) is known color: Deep Pink. HEX triplet: F8, 08 and 8E. RGB value is (248,8,142). Sum of RGB (Red+Green+Blue) = 248+8+142=398 (52% of max value = 765). Red value is 248 (97.27% from 255 or 62.31% from 398); Green value is 8 (3.52% from 255 or 2.01% from 398); Blue value is 142 (55.86% from 255 or 35.68% from 398); Max value from RGB is 248 - color contains mainly: red. Hex color #F8088E is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #F8088E is #07F771. Grayscale: #5E5E5E. Windows color (decimal): -522098 or 9308408. OLE color: 9308408.
HSL color Cylindrical-coordinate representation of color #F8088E: hue angle of 326.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 #F8088E is Cyan = 0, Magento = 0.97, Yellow = 0.43 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 248 | 8 | 142 | - |
| CMYK | 0 | 0.97 | 0.43 | 0.03 |
| HSL | 326.5º | 0.94% | 0.5% | - |
| HSV(B) | 326.5º | 0.97% | 0.97% | - |
| XYZ | 43.68 | 22.08 | 27.55 | - |
| YUV | 95.04 | 154.51 | 237.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 248 | 8 | 142 | 0 | 0.97 | 0.43 | 0.03 | 326.5 | 0.94 | 0.5 |
| Hex | F8 | 8 | 8E | 0 | 61 | 2B | 3 | 146 | 5E | 32 |
| Octal | 370 | 10 | 216 | 0 | 141 | 53 | 3 | 506 | 136 | 62 |
| Binary | 11111000 | 1000 | 10001110 | 0 | 1100001 | 101011 | 11 | 101000110 | 1011110 | 110010 |
Color Harmonies of #F8088E
Complementary color
Monochromatic Colors of #F8088E
Black with #F8088E
Text Example
Text Example
White with #F8088E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F8088E; }
p { color: rgb(248,8,142); }
H1.HeaderClassName
{
color: #F8088E;
}
.AnyTagClassName
{
color: #F8088E;
}
</style>
background-color css
<style>
a { background-color: #F8088E; }
a { background-color: rgb(248,8,142); }
div.DivClassName
{
background-color: #F8088E;
}
.BgClassName
{
background-color: #F8088E;
}
</style>
border-color css
<style>
span { border-color: #F8088E; }
span { border-color: rgb(248,8,142); }
td.TdClassName
{
border-color: #F8088E;
}
.TagClassName
{
border-color: #F8088E;
}
</style>