Shades of Deep Pink #F8159F
Tints of Deep Pink #F8159F
RGB
CMYK
RGB Variations
Color information
#F8159F (or 0xF8159F) is known color: Deep Pink. HEX triplet: F8, 15 and 9F. RGB value is (248,21,159). Sum of RGB (Red+Green+Blue) = 248+21+159=428 (56% of max value = 765). Red value is 248 (97.27% from 255 or 57.94% from 428); Green value is 21 (8.59% from 255 or 4.91% from 428); Blue value is 159 (62.5% from 255 or 37.15% from 428); Max value from RGB is 248 - color contains mainly: red. Hex color #F8159F is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #F8159F is #07EA60. Grayscale: #686868. Windows color (decimal): -518753 or 10425848. OLE color: 10425848.
HSL color Cylindrical-coordinate representation of color #F8159F: hue angle of 323.52º degrees, saturation: 0.94, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #F8159F is Cyan = 0, Magento = 0.92, Yellow = 0.36 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 248 | 21 | 159 | - |
| CMYK | 0 | 0.92 | 0.36 | 0.03 |
| HSL | 323.52º | 0.94% | 0.53% | - |
| HSV(B) | 323.52º | 0.92% | 0.97% | - |
| XYZ | 45.24 | 23 | 34.86 | - |
| YUV | 104.61 | 158.71 | 230.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 248 | 21 | 159 | 0 | 0.92 | 0.36 | 0.03 | 323.52 | 0.94 | 0.53 |
| Hex | F8 | 15 | 9F | 0 | 5C | 24 | 3 | 144 | 5E | 35 |
| Octal | 370 | 25 | 237 | 0 | 134 | 44 | 3 | 504 | 136 | 65 |
| Binary | 11111000 | 10101 | 10011111 | 0 | 1011100 | 100100 | 11 | 101000100 | 1011110 | 110101 |
Color Harmonies of #F8159F
Complementary color
Monochromatic Colors of #F8159F
Black with #F8159F
Text Example
Text Example
White with #F8159F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F8159F; }
p { color: rgb(248,21,159); }
H1.HeaderClassName
{
color: #F8159F;
}
.AnyTagClassName
{
color: #F8159F;
}
</style>
background-color css
<style>
a { background-color: #F8159F; }
a { background-color: rgb(248,21,159); }
div.DivClassName
{
background-color: #F8159F;
}
.BgClassName
{
background-color: #F8159F;
}
</style>
border-color css
<style>
span { border-color: #F8159F; }
span { border-color: rgb(248,21,159); }
td.TdClassName
{
border-color: #F8159F;
}
.TagClassName
{
border-color: #F8159F;
}
</style>