Shades of Hot Pink #F472AA
Tints of Hot Pink #F472AA
RGB
CMYK
RGB Variations
Color information
#F472AA (or 0xF472AA) is known color: Hot Pink. HEX triplet: F4, 72 and AA. RGB value is (244,114,170). Sum of RGB (Red+Green+Blue) = 244+114+170=528 (69% of max value = 765). Red value is 244 (95.70% from 255 or 46.21% from 528); Green value is 114 (44.92% from 255 or 21.59% from 528); Blue value is 170 (66.80% from 255 or 32.20% from 528); Max value from RGB is 244 - color contains mainly: red. Hex color #F472AA is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #F472AA is #0B8D55. Grayscale: #9F9F9F. Windows color (decimal): -757078 or 11170548. OLE color: 11170548.
HSL color Cylindrical-coordinate representation of color #F472AA: hue angle of 334.15º degrees, saturation: 0.86, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #F472AA is Cyan = 0, Magento = 0.53, Yellow = 0.30 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 244 | 114 | 170 | - |
| CMYK | 0 | 0.53 | 0.30 | 0.04 |
| HSL | 334.15º | 0.86% | 0.7% | - |
| HSV(B) | 334.15º | 0.53% | 0.96% | - |
| XYZ | 50.58 | 34.17 | 41.96 | - |
| YUV | 159.25 | 134.07 | 188.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 244 | 114 | 170 | 0 | 0.53 | 0.30 | 0.04 | 334.15 | 0.86 | 0.7 |
| Hex | F4 | 72 | AA | 0 | 35 | 1E | 4 | 14E | 56 | 46 |
| Octal | 364 | 162 | 252 | 0 | 65 | 36 | 4 | 516 | 126 | 106 |
| Binary | 11110100 | 1110010 | 10101010 | 0 | 110101 | 11110 | 100 | 101001110 | 1010110 | 1000110 |
Color Harmonies of #F472AA
Complementary color
Monochromatic Colors of #F472AA
Black with #F472AA
Text Example
Text Example
White with #F472AA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F472AA; }
p { color: rgb(244,114,170); }
H1.HeaderClassName
{
color: #F472AA;
}
.AnyTagClassName
{
color: #F472AA;
}
</style>
background-color css
<style>
a { background-color: #F472AA; }
a { background-color: rgb(244,114,170); }
div.DivClassName
{
background-color: #F472AA;
}
.BgClassName
{
background-color: #F472AA;
}
</style>
border-color css
<style>
span { border-color: #F472AA; }
span { border-color: rgb(244,114,170); }
td.TdClassName
{
border-color: #F472AA;
}
.TagClassName
{
border-color: #F472AA;
}
</style>