Shades of Deep Pink #F8088F
Tints of Deep Pink #F8088F
RGB
CMYK
RGB Variations
Color information
#F8088F (or 0xF8088F) is known color: Deep Pink. HEX triplet: F8, 08 and 8F. RGB value is (248,8,143). Sum of RGB (Red+Green+Blue) = 248+8+143=399 (52% of max value = 765). Red value is 248 (97.27% from 255 or 62.16% from 399); Green value is 8 (3.52% from 255 or 2.01% from 399); Blue value is 143 (56.25% from 255 or 35.84% from 399); Max value from RGB is 248 - color contains mainly: red. Hex color #F8088F is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #F8088F is #07F770. Grayscale: #5E5E5E. Windows color (decimal): -522097 or 9373944. OLE color: 9373944.
HSL color Cylindrical-coordinate representation of color #F8088F: hue angle of 326.25º 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 #F8088F is Cyan = 0, Magento = 0.97, Yellow = 0.42 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 248 | 8 | 143 | - |
| CMYK | 0 | 0.97 | 0.42 | 0.03 |
| HSL | 326.25º | 0.94% | 0.5% | - |
| HSV(B) | 326.25º | 0.97% | 0.97% | - |
| XYZ | 43.76 | 22.11 | 27.95 | - |
| YUV | 95.15 | 155.01 | 237.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 248 | 8 | 143 | 0 | 0.97 | 0.42 | 0.03 | 326.25 | 0.94 | 0.5 |
| Hex | F8 | 8 | 8F | 0 | 61 | 2A | 3 | 146 | 5E | 32 |
| Octal | 370 | 10 | 217 | 0 | 141 | 52 | 3 | 506 | 136 | 62 |
| Binary | 11111000 | 1000 | 10001111 | 0 | 1100001 | 101010 | 11 | 101000110 | 1011110 | 110010 |
Color Harmonies of #F8088F
Complementary color
Monochromatic Colors of #F8088F
Black with #F8088F
Text Example
Text Example
White with #F8088F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F8088F; }
p { color: rgb(248,8,143); }
H1.HeaderClassName
{
color: #F8088F;
}
.AnyTagClassName
{
color: #F8088F;
}
</style>
background-color css
<style>
a { background-color: #F8088F; }
a { background-color: rgb(248,8,143); }
div.DivClassName
{
background-color: #F8088F;
}
.BgClassName
{
background-color: #F8088F;
}
</style>
border-color css
<style>
span { border-color: #F8088F; }
span { border-color: rgb(248,8,143); }
td.TdClassName
{
border-color: #F8088F;
}
.TagClassName
{
border-color: #F8088F;
}
</style>