Shades of Hot Pink #F472AF
Tints of Hot Pink #F472AF
RGB
CMYK
RGB Variations
Color information
#F472AF (or 0xF472AF) is known color: Hot Pink. HEX triplet: F4, 72 and AF. RGB value is (244,114,175). Sum of RGB (Red+Green+Blue) = 244+114+175=533 (70% of max value = 765). Red value is 244 (95.70% from 255 or 45.78% from 533); Green value is 114 (44.92% from 255 or 21.39% from 533); Blue value is 175 (68.75% from 255 or 32.83% from 533); Max value from RGB is 244 - color contains mainly: red. Hex color #F472AF is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #F472AF is #0B8D50. Grayscale: #9F9F9F. Windows color (decimal): -757073 or 11498228. OLE color: 11498228.
HSL color Cylindrical-coordinate representation of color #F472AF: hue angle of 331.85º 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 #F472AF is Cyan = 0, Magento = 0.53, Yellow = 0.28 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 244 | 114 | 175 | - |
| CMYK | 0 | 0.53 | 0.28 | 0.04 |
| HSL | 331.85º | 0.86% | 0.7% | - |
| HSV(B) | 331.85º | 0.53% | 0.96% | - |
| XYZ | 51.06 | 34.36 | 44.5 | - |
| YUV | 159.82 | 136.57 | 188.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 244 | 114 | 175 | 0 | 0.53 | 0.28 | 0.04 | 331.85 | 0.86 | 0.7 |
| Hex | F4 | 72 | AF | 0 | 35 | 1C | 4 | 14C | 56 | 46 |
| Octal | 364 | 162 | 257 | 0 | 65 | 34 | 4 | 514 | 126 | 106 |
| Binary | 11110100 | 1110010 | 10101111 | 0 | 110101 | 11100 | 100 | 101001100 | 1010110 | 1000110 |
Color Harmonies of #F472AF
Complementary color
Monochromatic Colors of #F472AF
Black with #F472AF
Text Example
Text Example
White with #F472AF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F472AF; }
p { color: rgb(244,114,175); }
H1.HeaderClassName
{
color: #F472AF;
}
.AnyTagClassName
{
color: #F472AF;
}
</style>
background-color css
<style>
a { background-color: #F472AF; }
a { background-color: rgb(244,114,175); }
div.DivClassName
{
background-color: #F472AF;
}
.BgClassName
{
background-color: #F472AF;
}
</style>
border-color css
<style>
span { border-color: #F472AF; }
span { border-color: rgb(244,114,175); }
td.TdClassName
{
border-color: #F472AF;
}
.TagClassName
{
border-color: #F472AF;
}
</style>