Shades of Deep Pink #F816A0
Tints of Deep Pink #F816A0
RGB
CMYK
RGB Variations
Color information
#F816A0 (or 0xF816A0) is known color: Deep Pink. HEX triplet: F8, 16 and A0. RGB value is (248,22,160). Sum of RGB (Red+Green+Blue) = 248+22+160=430 (56% of max value = 765). Red value is 248 (97.27% from 255 or 57.67% from 430); Green value is 22 (8.98% from 255 or 5.12% from 430); Blue value is 160 (62.89% from 255 or 37.21% from 430); Max value from RGB is 248 - color contains mainly: red. Hex color #F816A0 is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #F816A0 is #07E95F. Grayscale: #686868. Windows color (decimal): -518496 or 10491640. OLE color: 10491640.
HSL color Cylindrical-coordinate representation of color #F816A0: hue angle of 323.36º degrees, saturation: 0.94, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #F816A0 is Cyan = 0, Magento = 0.91, Yellow = 0.35 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 248 | 22 | 160 | - |
| CMYK | 0 | 0.91 | 0.35 | 0.03 |
| HSL | 323.36º | 0.94% | 0.53% | - |
| HSV(B) | 323.36º | 0.91% | 0.97% | - |
| XYZ | 45.34 | 23.07 | 35.32 | - |
| YUV | 105.31 | 158.87 | 229.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 248 | 22 | 160 | 0 | 0.91 | 0.35 | 0.03 | 323.36 | 0.94 | 0.53 |
| Hex | F8 | 16 | A0 | 0 | 5B | 23 | 3 | 143 | 5E | 35 |
| Octal | 370 | 26 | 240 | 0 | 133 | 43 | 3 | 503 | 136 | 65 |
| Binary | 11111000 | 10110 | 10100000 | 0 | 1011011 | 100011 | 11 | 101000011 | 1011110 | 110101 |
Color Harmonies of #F816A0
Complementary color
Monochromatic Colors of #F816A0
Black with #F816A0
Text Example
Text Example
White with #F816A0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F816A0; }
p { color: rgb(248,22,160); }
H1.HeaderClassName
{
color: #F816A0;
}
.AnyTagClassName
{
color: #F816A0;
}
</style>
background-color css
<style>
a { background-color: #F816A0; }
a { background-color: rgb(248,22,160); }
div.DivClassName
{
background-color: #F816A0;
}
.BgClassName
{
background-color: #F816A0;
}
</style>
border-color css
<style>
span { border-color: #F816A0; }
span { border-color: rgb(248,22,160); }
td.TdClassName
{
border-color: #F816A0;
}
.TagClassName
{
border-color: #F816A0;
}
</style>