Shades of Deep Pink #F8119B
Tints of Deep Pink #F8119B
RGB
CMYK
RGB Variations
Color information
#F8119B (or 0xF8119B) is known color: Deep Pink. HEX triplet: F8, 11 and 9B. RGB value is (248,17,155). Sum of RGB (Red+Green+Blue) = 248+17+155=420 (55% of max value = 765). Red value is 248 (97.27% from 255 or 59.05% from 420); Green value is 17 (7.03% from 255 or 4.05% from 420); Blue value is 155 (60.94% from 255 or 36.90% from 420); Max value from RGB is 248 - color contains mainly: red. Hex color #F8119B is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #F8119B is #07EE64. Grayscale: #656565. Windows color (decimal): -519781 or 10162680. OLE color: 10162680.
HSL color Cylindrical-coordinate representation of color #F8119B: hue angle of 324.16º 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 #F8119B is Cyan = 0, Magento = 0.93, Yellow = 0.38 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 248 | 17 | 155 | - |
| CMYK | 0 | 0.93 | 0.38 | 0.03 |
| HSL | 324.16º | 0.94% | 0.52% | - |
| HSV(B) | 324.16º | 0.93% | 0.97% | - |
| XYZ | 44.83 | 22.72 | 33.03 | - |
| YUV | 101.8 | 158.03 | 232.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 248 | 17 | 155 | 0 | 0.93 | 0.38 | 0.03 | 324.16 | 0.94 | 0.52 |
| Hex | F8 | 11 | 9B | 0 | 5D | 26 | 3 | 144 | 5E | 34 |
| Octal | 370 | 21 | 233 | 0 | 135 | 46 | 3 | 504 | 136 | 64 |
| Binary | 11111000 | 10001 | 10011011 | 0 | 1011101 | 100110 | 11 | 101000100 | 1011110 | 110100 |
Color Harmonies of #F8119B
Complementary color
Monochromatic Colors of #F8119B
Black with #F8119B
Text Example
Text Example
White with #F8119B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F8119B; }
p { color: rgb(248,17,155); }
H1.HeaderClassName
{
color: #F8119B;
}
.AnyTagClassName
{
color: #F8119B;
}
</style>
background-color css
<style>
a { background-color: #F8119B; }
a { background-color: rgb(248,17,155); }
div.DivClassName
{
background-color: #F8119B;
}
.BgClassName
{
background-color: #F8119B;
}
</style>
border-color css
<style>
span { border-color: #F8119B; }
span { border-color: rgb(248,17,155); }
td.TdClassName
{
border-color: #F8119B;
}
.TagClassName
{
border-color: #F8119B;
}
</style>