Shades of Hot Pink #F964AB
Tints of Hot Pink #F964AB
RGB
CMYK
RGB Variations
Color information
#F964AB (or 0xF964AB) is known color: Hot Pink. HEX triplet: F9, 64 and AB. RGB value is (249,100,171). Sum of RGB (Red+Green+Blue) = 249+100+171=520 (68% of max value = 765). Red value is 249 (97.66% from 255 or 47.88% from 520); Green value is 100 (39.45% from 255 or 19.23% from 520); Blue value is 171 (67.19% from 255 or 32.88% from 520); Max value from RGB is 249 - color contains mainly: red. Hex color #F964AB is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #F964AB is #069B54. Grayscale: #989898. Windows color (decimal): -432981 or 11232505. OLE color: 11232505.
HSL color Cylindrical-coordinate representation of color #F964AB: hue angle of 331.41º 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 #F964AB is Cyan = 0, Magento = 0.60, Yellow = 0.31 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 249 | 100 | 171 | - |
| CMYK | 0 | 0.60 | 0.31 | 0.02 |
| HSL | 331.41º | 0.93% | 0.68% | - |
| HSV(B) | 331.41º | 0.6% | 0.98% | - |
| XYZ | 50.97 | 32.19 | 42.06 | - |
| YUV | 152.65 | 138.36 | 196.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 249 | 100 | 171 | 0 | 0.60 | 0.31 | 0.02 | 331.41 | 0.93 | 0.68 |
| Hex | F9 | 64 | AB | 0 | 3C | 1F | 2 | 14B | 5D | 44 |
| Octal | 371 | 144 | 253 | 0 | 74 | 37 | 2 | 513 | 135 | 104 |
| Binary | 11111001 | 1100100 | 10101011 | 0 | 111100 | 11111 | 10 | 101001011 | 1011101 | 1000100 |
Color Harmonies of #F964AB
Complementary color
Monochromatic Colors of #F964AB
Black with #F964AB
Text Example
Text Example
White with #F964AB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F964AB; }
p { color: rgb(249,100,171); }
H1.HeaderClassName
{
color: #F964AB;
}
.AnyTagClassName
{
color: #F964AB;
}
</style>
background-color css
<style>
a { background-color: #F964AB; }
a { background-color: rgb(249,100,171); }
div.DivClassName
{
background-color: #F964AB;
}
.BgClassName
{
background-color: #F964AB;
}
</style>
border-color css
<style>
span { border-color: #F964AB; }
span { border-color: rgb(249,100,171); }
td.TdClassName
{
border-color: #F964AB;
}
.TagClassName
{
border-color: #F964AB;
}
</style>