Shades of Hot Pink #F471AC
Tints of Hot Pink #F471AC
RGB
CMYK
RGB Variations
Color information
#F471AC (or 0xF471AC) is known color: Hot Pink. HEX triplet: F4, 71 and AC. RGB value is (244,113,172). Sum of RGB (Red+Green+Blue) = 244+113+172=529 (70% of max value = 765). Red value is 244 (95.70% from 255 or 46.12% from 529); Green value is 113 (44.53% from 255 or 21.36% from 529); Blue value is 172 (67.58% from 255 or 32.51% from 529); Max value from RGB is 244 - color contains mainly: red. Hex color #F471AC is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #F471AC is #0B8E53. Grayscale: #9E9E9E. Windows color (decimal): -757332 or 11301364. OLE color: 11301364.
HSL color Cylindrical-coordinate representation of color #F471AC: hue angle of 332.98º degrees, saturation: 0.86, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #F471AC is Cyan = 0, Magento = 0.54, Yellow = 0.30 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 244 | 113 | 172 | - |
| CMYK | 0 | 0.54 | 0.30 | 0.04 |
| HSL | 332.98º | 0.86% | 0.7% | - |
| HSV(B) | 332.98º | 0.54% | 0.96% | - |
| XYZ | 50.66 | 34.02 | 42.93 | - |
| YUV | 158.9 | 135.4 | 188.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 244 | 113 | 172 | 0 | 0.54 | 0.30 | 0.04 | 332.98 | 0.86 | 0.7 |
| Hex | F4 | 71 | AC | 0 | 36 | 1E | 4 | 14D | 56 | 46 |
| Octal | 364 | 161 | 254 | 0 | 66 | 36 | 4 | 515 | 126 | 106 |
| Binary | 11110100 | 1110001 | 10101100 | 0 | 110110 | 11110 | 100 | 101001101 | 1010110 | 1000110 |
Color Harmonies of #F471AC
Complementary color
Monochromatic Colors of #F471AC
Black with #F471AC
Text Example
Text Example
White with #F471AC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F471AC; }
p { color: rgb(244,113,172); }
H1.HeaderClassName
{
color: #F471AC;
}
.AnyTagClassName
{
color: #F471AC;
}
</style>
background-color css
<style>
a { background-color: #F471AC; }
a { background-color: rgb(244,113,172); }
div.DivClassName
{
background-color: #F471AC;
}
.BgClassName
{
background-color: #F471AC;
}
</style>
border-color css
<style>
span { border-color: #F471AC; }
span { border-color: rgb(244,113,172); }
td.TdClassName
{
border-color: #F471AC;
}
.TagClassName
{
border-color: #F471AC;
}
</style>