Shades of Hot Pink #F864A8
Tints of Hot Pink #F864A8
RGB
CMYK
RGB Variations
Color information
#F864A8 (or 0xF864A8) is known color: Hot Pink. HEX triplet: F8, 64 and A8. RGB value is (248,100,168). Sum of RGB (Red+Green+Blue) = 248+100+168=516 (68% of max value = 765). Red value is 248 (97.27% from 255 or 48.06% from 516); Green value is 100 (39.45% from 255 or 19.38% from 516); Blue value is 168 (66.02% from 255 or 32.56% from 516); Max value from RGB is 248 - color contains mainly: red. Hex color #F864A8 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #F864A8 is #079B57. Grayscale: #979797. Windows color (decimal): -498520 or 11035896. OLE color: 11035896.
HSL color Cylindrical-coordinate representation of color #F864A8: hue angle of 332.43º degrees, saturation: 0.91, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #F864A8 is Cyan = 0, Magento = 0.60, Yellow = 0.32 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 248 | 100 | 168 | - |
| CMYK | 0 | 0.60 | 0.32 | 0.03 |
| HSL | 332.43º | 0.91% | 0.68% | - |
| HSV(B) | 332.43º | 0.6% | 0.97% | - |
| XYZ | 50.34 | 31.9 | 40.55 | - |
| YUV | 152 | 137.03 | 196.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 248 | 100 | 168 | 0 | 0.60 | 0.32 | 0.03 | 332.43 | 0.91 | 0.68 |
| Hex | F8 | 64 | A8 | 0 | 3C | 20 | 3 | 14C | 5B | 44 |
| Octal | 370 | 144 | 250 | 0 | 74 | 40 | 3 | 514 | 133 | 104 |
| Binary | 11111000 | 1100100 | 10101000 | 0 | 111100 | 100000 | 11 | 101001100 | 1011011 | 1000100 |
Color Harmonies of #F864A8
Complementary color
Monochromatic Colors of #F864A8
Black with #F864A8
Text Example
Text Example
White with #F864A8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F864A8; }
p { color: rgb(248,100,168); }
H1.HeaderClassName
{
color: #F864A8;
}
.AnyTagClassName
{
color: #F864A8;
}
</style>
background-color css
<style>
a { background-color: #F864A8; }
a { background-color: rgb(248,100,168); }
div.DivClassName
{
background-color: #F864A8;
}
.BgClassName
{
background-color: #F864A8;
}
</style>
border-color css
<style>
span { border-color: #F864A8; }
span { border-color: rgb(248,100,168); }
td.TdClassName
{
border-color: #F864A8;
}
.TagClassName
{
border-color: #F864A8;
}
</style>