Shades of Hot Pink #F964A8
Tints of Hot Pink #F964A8
RGB
CMYK
RGB Variations
Color information
#F964A8 (or 0xF964A8) is known color: Hot Pink. HEX triplet: F9, 64 and A8. RGB value is (249,100,168). Sum of RGB (Red+Green+Blue) = 249+100+168=517 (68% of max value = 765). Red value is 249 (97.66% from 255 or 48.16% from 517); Green value is 100 (39.45% from 255 or 19.34% from 517); Blue value is 168 (66.02% from 255 or 32.50% from 517); Max value from RGB is 249 - color contains mainly: red. Hex color #F964A8 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #F964A8 is #069B57. Grayscale: #989898. Windows color (decimal): -432984 or 11035897. OLE color: 11035897.
HSL color Cylindrical-coordinate representation of color #F964A8: hue angle of 332.62º degrees, saturation: 0.93, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #F964A8 is Cyan = 0, Magento = 0.60, Yellow = 0.33 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 249 | 100 | 168 | - |
| CMYK | 0 | 0.60 | 0.33 | 0.02 |
| HSL | 332.62º | 0.93% | 0.68% | - |
| HSV(B) | 332.62º | 0.6% | 0.98% | - |
| XYZ | 50.69 | 32.08 | 40.57 | - |
| YUV | 152.3 | 136.86 | 196.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 249 | 100 | 168 | 0 | 0.60 | 0.33 | 0.02 | 332.62 | 0.93 | 0.68 |
| Hex | F9 | 64 | A8 | 0 | 3C | 21 | 2 | 14D | 5D | 44 |
| Octal | 371 | 144 | 250 | 0 | 74 | 41 | 2 | 515 | 135 | 104 |
| Binary | 11111001 | 1100100 | 10101000 | 0 | 111100 | 100001 | 10 | 101001101 | 1011101 | 1000100 |
Color Harmonies of #F964A8
Complementary color
Monochromatic Colors of #F964A8
Black with #F964A8
Text Example
Text Example
White with #F964A8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F964A8; }
p { color: rgb(249,100,168); }
H1.HeaderClassName
{
color: #F964A8;
}
.AnyTagClassName
{
color: #F964A8;
}
</style>
background-color css
<style>
a { background-color: #F964A8; }
a { background-color: rgb(249,100,168); }
div.DivClassName
{
background-color: #F964A8;
}
.BgClassName
{
background-color: #F964A8;
}
</style>
border-color css
<style>
span { border-color: #F964A8; }
span { border-color: rgb(249,100,168); }
td.TdClassName
{
border-color: #F964A8;
}
.TagClassName
{
border-color: #F964A8;
}
</style>