Shades of Deep Pink #F8119D
Tints of Deep Pink #F8119D
RGB
CMYK
RGB Variations
Color information
#F8119D (or 0xF8119D) is known color: Deep Pink. HEX triplet: F8, 11 and 9D. RGB value is (248,17,157). Sum of RGB (Red+Green+Blue) = 248+17+157=422 (55% of max value = 765). Red value is 248 (97.27% from 255 or 58.77% from 422); Green value is 17 (7.03% from 255 or 4.03% from 422); Blue value is 157 (61.72% from 255 or 37.20% from 422); Max value from RGB is 248 - color contains mainly: red. Hex color #F8119D is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #F8119D is #07EE62. Grayscale: #656565. Windows color (decimal): -519779 or 10293752. OLE color: 10293752.
HSL color Cylindrical-coordinate representation of color #F8119D: hue angle of 323.64º degrees, saturation: 0.94, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #F8119D is Cyan = 0, Magento = 0.93, Yellow = 0.37 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 248 | 17 | 157 | - |
| CMYK | 0 | 0.93 | 0.37 | 0.03 |
| HSL | 323.64º | 0.94% | 0.52% | - |
| HSV(B) | 323.64º | 0.93% | 0.97% | - |
| XYZ | 45 | 22.79 | 33.93 | - |
| YUV | 102.03 | 159.03 | 232.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 248 | 17 | 157 | 0 | 0.93 | 0.37 | 0.03 | 323.64 | 0.94 | 0.52 |
| Hex | F8 | 11 | 9D | 0 | 5D | 25 | 3 | 144 | 5E | 34 |
| Octal | 370 | 21 | 235 | 0 | 135 | 45 | 3 | 504 | 136 | 64 |
| Binary | 11111000 | 10001 | 10011101 | 0 | 1011101 | 100101 | 11 | 101000100 | 1011110 | 110100 |
Color Harmonies of #F8119D
Complementary color
Monochromatic Colors of #F8119D
Black with #F8119D
Text Example
Text Example
White with #F8119D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F8119D; }
p { color: rgb(248,17,157); }
H1.HeaderClassName
{
color: #F8119D;
}
.AnyTagClassName
{
color: #F8119D;
}
</style>
background-color css
<style>
a { background-color: #F8119D; }
a { background-color: rgb(248,17,157); }
div.DivClassName
{
background-color: #F8119D;
}
.BgClassName
{
background-color: #F8119D;
}
</style>
border-color css
<style>
span { border-color: #F8119D; }
span { border-color: rgb(248,17,157); }
td.TdClassName
{
border-color: #F8119D;
}
.TagClassName
{
border-color: #F8119D;
}
</style>