Shades of Hot Pink #F464AA
Tints of Hot Pink #F464AA
RGB
CMYK
RGB Variations
Color information
#F464AA (or 0xF464AA) is known color: Hot Pink. HEX triplet: F4, 64 and AA. RGB value is (244,100,170). Sum of RGB (Red+Green+Blue) = 244+100+170=514 (68% of max value = 765). Red value is 244 (95.70% from 255 or 47.47% from 514); Green value is 100 (39.45% from 255 or 19.46% from 514); Blue value is 170 (66.80% from 255 or 33.07% from 514); Max value from RGB is 244 - color contains mainly: red. Hex color #F464AA is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #F464AA is #0B9B55. Grayscale: #969696. Windows color (decimal): -760662 or 11166964. OLE color: 11166964.
HSL color Cylindrical-coordinate representation of color #F464AA: hue angle of 330.83º degrees, saturation: 0.87, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #F464AA is Cyan = 0, Magento = 0.59, Yellow = 0.30 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 244 | 100 | 170 | - |
| CMYK | 0 | 0.59 | 0.30 | 0.04 |
| HSL | 330.83º | 0.87% | 0.67% | - |
| HSV(B) | 330.83º | 0.59% | 0.96% | - |
| XYZ | 49.12 | 31.25 | 41.47 | - |
| YUV | 151.04 | 138.71 | 194.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 244 | 100 | 170 | 0 | 0.59 | 0.30 | 0.04 | 330.83 | 0.87 | 0.67 |
| Hex | F4 | 64 | AA | 0 | 3B | 1E | 4 | 14B | 57 | 43 |
| Octal | 364 | 144 | 252 | 0 | 73 | 36 | 4 | 513 | 127 | 103 |
| Binary | 11110100 | 1100100 | 10101010 | 0 | 111011 | 11110 | 100 | 101001011 | 1010111 | 1000011 |
Color Harmonies of #F464AA
Complementary color
Monochromatic Colors of #F464AA
Black with #F464AA
Text Example
Text Example
White with #F464AA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F464AA; }
p { color: rgb(244,100,170); }
H1.HeaderClassName
{
color: #F464AA;
}
.AnyTagClassName
{
color: #F464AA;
}
</style>
background-color css
<style>
a { background-color: #F464AA; }
a { background-color: rgb(244,100,170); }
div.DivClassName
{
background-color: #F464AA;
}
.BgClassName
{
background-color: #F464AA;
}
</style>
border-color css
<style>
span { border-color: #F464AA; }
span { border-color: rgb(244,100,170); }
td.TdClassName
{
border-color: #F464AA;
}
.TagClassName
{
border-color: #F464AA;
}
</style>