Shades of Deep Pink #F8119A
Tints of Deep Pink #F8119A
RGB
CMYK
RGB Variations
Color information
#F8119A (or 0xF8119A) is known color: Deep Pink. HEX triplet: F8, 11 and 9A. RGB value is (248,17,154). Sum of RGB (Red+Green+Blue) = 248+17+154=419 (55% of max value = 765). Red value is 248 (97.27% from 255 or 59.19% from 419); Green value is 17 (7.03% from 255 or 4.06% from 419); Blue value is 154 (60.55% from 255 or 36.75% from 419); Max value from RGB is 248 - color contains mainly: red. Hex color #F8119A is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #F8119A is #07EE65. Grayscale: #656565. Windows color (decimal): -519782 or 10097144. OLE color: 10097144.
HSL color Cylindrical-coordinate representation of color #F8119A: hue angle of 324.42º 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 #F8119A is Cyan = 0, Magento = 0.93, Yellow = 0.38 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 248 | 17 | 154 | - |
| CMYK | 0 | 0.93 | 0.38 | 0.03 |
| HSL | 324.42º | 0.94% | 0.52% | - |
| HSV(B) | 324.42º | 0.93% | 0.97% | - |
| XYZ | 44.74 | 22.69 | 32.59 | - |
| YUV | 101.69 | 157.53 | 232.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 248 | 17 | 154 | 0 | 0.93 | 0.38 | 0.03 | 324.42 | 0.94 | 0.52 |
| Hex | F8 | 11 | 9A | 0 | 5D | 26 | 3 | 144 | 5E | 34 |
| Octal | 370 | 21 | 232 | 0 | 135 | 46 | 3 | 504 | 136 | 64 |
| Binary | 11111000 | 10001 | 10011010 | 0 | 1011101 | 100110 | 11 | 101000100 | 1011110 | 110100 |
Color Harmonies of #F8119A
Complementary color
Monochromatic Colors of #F8119A
Black with #F8119A
Text Example
Text Example
White with #F8119A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F8119A; }
p { color: rgb(248,17,154); }
H1.HeaderClassName
{
color: #F8119A;
}
.AnyTagClassName
{
color: #F8119A;
}
</style>
background-color css
<style>
a { background-color: #F8119A; }
a { background-color: rgb(248,17,154); }
div.DivClassName
{
background-color: #F8119A;
}
.BgClassName
{
background-color: #F8119A;
}
</style>
border-color css
<style>
span { border-color: #F8119A; }
span { border-color: rgb(248,17,154); }
td.TdClassName
{
border-color: #F8119A;
}
.TagClassName
{
border-color: #F8119A;
}
</style>