Shades of Hot Pink #F870A8
Tints of Hot Pink #F870A8
RGB
CMYK
RGB Variations
Color information
#F870A8 (or 0xF870A8) is known color: Hot Pink. HEX triplet: F8, 70 and A8. RGB value is (248,112,168). Sum of RGB (Red+Green+Blue) = 248+112+168=528 (69% of max value = 765). Red value is 248 (97.27% from 255 or 46.97% from 528); Green value is 112 (44.14% from 255 or 21.21% from 528); Blue value is 168 (66.02% from 255 or 31.82% from 528); Max value from RGB is 248 - color contains mainly: red. Hex color #F870A8 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #F870A8 is #078F57. Grayscale: #9E9E9E. Windows color (decimal): -495448 or 11038968. OLE color: 11038968.
HSL color Cylindrical-coordinate representation of color #F870A8: hue angle of 335.29º degrees, saturation: 0.91, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #F870A8 is Cyan = 0, Magento = 0.55, Yellow = 0.32 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 248 | 112 | 168 | - |
| CMYK | 0 | 0.55 | 0.32 | 0.03 |
| HSL | 335.29º | 0.91% | 0.71% | - |
| HSV(B) | 335.29º | 0.55% | 0.97% | - |
| XYZ | 51.57 | 34.37 | 40.96 | - |
| YUV | 159.05 | 133.06 | 191.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 248 | 112 | 168 | 0 | 0.55 | 0.32 | 0.03 | 335.29 | 0.91 | 0.71 |
| Hex | F8 | 70 | A8 | 0 | 37 | 20 | 3 | 14F | 5B | 47 |
| Octal | 370 | 160 | 250 | 0 | 67 | 40 | 3 | 517 | 133 | 107 |
| Binary | 11111000 | 1110000 | 10101000 | 0 | 110111 | 100000 | 11 | 101001111 | 1011011 | 1000111 |
Color Harmonies of #F870A8
Complementary color
Monochromatic Colors of #F870A8
Black with #F870A8
Text Example
Text Example
White with #F870A8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F870A8; }
p { color: rgb(248,112,168); }
H1.HeaderClassName
{
color: #F870A8;
}
.AnyTagClassName
{
color: #F870A8;
}
</style>
background-color css
<style>
a { background-color: #F870A8; }
a { background-color: rgb(248,112,168); }
div.DivClassName
{
background-color: #F870A8;
}
.BgClassName
{
background-color: #F870A8;
}
</style>
border-color css
<style>
span { border-color: #F870A8; }
span { border-color: rgb(248,112,168); }
td.TdClassName
{
border-color: #F870A8;
}
.TagClassName
{
border-color: #F870A8;
}
</style>