Shades of Deep Pink #F8088C
Tints of Deep Pink #F8088C
RGB
CMYK
RGB Variations
Color information
#F8088C (or 0xF8088C) is known color: Deep Pink. HEX triplet: F8, 08 and 8C. RGB value is (248,8,140). Sum of RGB (Red+Green+Blue) = 248+8+140=396 (52% of max value = 765). Red value is 248 (97.27% from 255 or 62.63% from 396); Green value is 8 (3.52% from 255 or 2.02% from 396); Blue value is 140 (55.08% from 255 or 35.35% from 396); Max value from RGB is 248 - color contains mainly: red. Hex color #F8088C is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #F8088C is #07F773. Grayscale: #5E5E5E. Windows color (decimal): -522100 or 9177336. OLE color: 9177336.
HSL color Cylindrical-coordinate representation of color #F8088C: hue angle of 327º 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 #F8088C is Cyan = 0, Magento = 0.97, Yellow = 0.44 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 248 | 8 | 140 | - |
| CMYK | 0 | 0.97 | 0.44 | 0.03 |
| HSL | 327º | 0.94% | 0.5% | - |
| HSV(B) | 327º | 0.97% | 0.97% | - |
| XYZ | 43.53 | 22.02 | 26.77 | - |
| YUV | 94.81 | 153.51 | 237.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 248 | 8 | 140 | 0 | 0.97 | 0.44 | 0.03 | 327 | 0.94 | 0.5 |
| Hex | F8 | 8 | 8C | 0 | 61 | 2C | 3 | 147 | 5E | 32 |
| Octal | 370 | 10 | 214 | 0 | 141 | 54 | 3 | 507 | 136 | 62 |
| Binary | 11111000 | 1000 | 10001100 | 0 | 1100001 | 101100 | 11 | 101000111 | 1011110 | 110010 |
Color Harmonies of #F8088C
Complementary color
Monochromatic Colors of #F8088C
Black with #F8088C
Text Example
Text Example
White with #F8088C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F8088C; }
p { color: rgb(248,8,140); }
H1.HeaderClassName
{
color: #F8088C;
}
.AnyTagClassName
{
color: #F8088C;
}
</style>
background-color css
<style>
a { background-color: #F8088C; }
a { background-color: rgb(248,8,140); }
div.DivClassName
{
background-color: #F8088C;
}
.BgClassName
{
background-color: #F8088C;
}
</style>
border-color css
<style>
span { border-color: #F8088C; }
span { border-color: rgb(248,8,140); }
td.TdClassName
{
border-color: #F8088C;
}
.TagClassName
{
border-color: #F8088C;
}
</style>