Shades of Hot Pink #F471B0
Tints of Hot Pink #F471B0
RGB
CMYK
RGB Variations
Color information
#F471B0 (or 0xF471B0) is known color: Hot Pink. HEX triplet: F4, 71 and B0. RGB value is (244,113,176). Sum of RGB (Red+Green+Blue) = 244+113+176=533 (70% of max value = 765). Red value is 244 (95.70% from 255 or 45.78% from 533); Green value is 113 (44.53% from 255 or 21.20% from 533); Blue value is 176 (69.14% from 255 or 33.02% from 533); Max value from RGB is 244 - color contains mainly: red. Hex color #F471B0 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #F471B0 is #0B8E4F. Grayscale: #9F9F9F. Windows color (decimal): -757328 or 11563508. OLE color: 11563508.
HSL color Cylindrical-coordinate representation of color #F471B0: hue angle of 331.15º 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 #F471B0 is Cyan = 0, Magento = 0.54, Yellow = 0.28 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 244 | 113 | 176 | - |
| CMYK | 0 | 0.54 | 0.28 | 0.04 |
| HSL | 331.15º | 0.86% | 0.7% | - |
| HSV(B) | 331.15º | 0.54% | 0.96% | - |
| XYZ | 51.05 | 34.18 | 44.98 | - |
| YUV | 159.35 | 137.4 | 188.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 244 | 113 | 176 | 0 | 0.54 | 0.28 | 0.04 | 331.15 | 0.86 | 0.7 |
| Hex | F4 | 71 | B0 | 0 | 36 | 1C | 4 | 14B | 56 | 46 |
| Octal | 364 | 161 | 260 | 0 | 66 | 34 | 4 | 513 | 126 | 106 |
| Binary | 11110100 | 1110001 | 10110000 | 0 | 110110 | 11100 | 100 | 101001011 | 1010110 | 1000110 |
Color Harmonies of #F471B0
Complementary color
Monochromatic Colors of #F471B0
Black with #F471B0
Text Example
Text Example
White with #F471B0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F471B0; }
p { color: rgb(244,113,176); }
H1.HeaderClassName
{
color: #F471B0;
}
.AnyTagClassName
{
color: #F471B0;
}
</style>
background-color css
<style>
a { background-color: #F471B0; }
a { background-color: rgb(244,113,176); }
div.DivClassName
{
background-color: #F471B0;
}
.BgClassName
{
background-color: #F471B0;
}
</style>
border-color css
<style>
span { border-color: #F471B0; }
span { border-color: rgb(244,113,176); }
td.TdClassName
{
border-color: #F471B0;
}
.TagClassName
{
border-color: #F471B0;
}
</style>