Shades of Hot Pink #F871A8
Tints of Hot Pink #F871A8
RGB
CMYK
RGB Variations
Color information
#F871A8 (or 0xF871A8) is known color: Hot Pink. HEX triplet: F8, 71 and A8. RGB value is (248,113,168). Sum of RGB (Red+Green+Blue) = 248+113+168=529 (70% of max value = 765). Red value is 248 (97.27% from 255 or 46.88% from 529); Green value is 113 (44.53% from 255 or 21.36% from 529); Blue value is 168 (66.02% from 255 or 31.76% from 529); Max value from RGB is 248 - color contains mainly: red. Hex color #F871A8 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #F871A8 is #078E57. Grayscale: #9F9F9F. Windows color (decimal): -495192 or 11039224. OLE color: 11039224.
HSL color Cylindrical-coordinate representation of color #F871A8: hue angle of 335.56º degrees, saturation: 0.91, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #F871A8 is Cyan = 0, Magento = 0.54, Yellow = 0.32 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 248 | 113 | 168 | - |
| CMYK | 0 | 0.54 | 0.32 | 0.03 |
| HSL | 335.56º | 0.91% | 0.71% | - |
| HSV(B) | 335.56º | 0.54% | 0.97% | - |
| XYZ | 51.68 | 34.59 | 41 | - |
| YUV | 159.64 | 132.73 | 191.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 248 | 113 | 168 | 0 | 0.54 | 0.32 | 0.03 | 335.56 | 0.91 | 0.71 |
| Hex | F8 | 71 | A8 | 0 | 36 | 20 | 3 | 150 | 5B | 47 |
| Octal | 370 | 161 | 250 | 0 | 66 | 40 | 3 | 520 | 133 | 107 |
| Binary | 11111000 | 1110001 | 10101000 | 0 | 110110 | 100000 | 11 | 101010000 | 1011011 | 1000111 |
Color Harmonies of #F871A8
Complementary color
Monochromatic Colors of #F871A8
Black with #F871A8
Text Example
Text Example
White with #F871A8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F871A8; }
p { color: rgb(248,113,168); }
H1.HeaderClassName
{
color: #F871A8;
}
.AnyTagClassName
{
color: #F871A8;
}
</style>
background-color css
<style>
a { background-color: #F871A8; }
a { background-color: rgb(248,113,168); }
div.DivClassName
{
background-color: #F871A8;
}
.BgClassName
{
background-color: #F871A8;
}
</style>
border-color css
<style>
span { border-color: #F871A8; }
span { border-color: rgb(248,113,168); }
td.TdClassName
{
border-color: #F871A8;
}
.TagClassName
{
border-color: #F871A8;
}
</style>