Shades of Hot Pink #F471B7
Tints of Hot Pink #F471B7
RGB
CMYK
RGB Variations
Color information
#F471B7 (or 0xF471B7) is known color: Hot Pink. HEX triplet: F4, 71 and B7. RGB value is (244,113,183). Sum of RGB (Red+Green+Blue) = 244+113+183=540 (71% of max value = 765). Red value is 244 (95.70% from 255 or 45.19% from 540); Green value is 113 (44.53% from 255 or 20.93% from 540); Blue value is 183 (71.88% from 255 or 33.89% from 540); Max value from RGB is 244 - color contains mainly: red. Hex color #F471B7 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #F471B7 is #0B8E48. Grayscale: #A0A0A0. Windows color (decimal): -757321 or 12022260. OLE color: 12022260.
HSL color Cylindrical-coordinate representation of color #F471B7: hue angle of 327.94º 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 #F471B7 is Cyan = 0, Magento = 0.54, Yellow = 0.25 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 244 | 113 | 183 | - |
| CMYK | 0 | 0.54 | 0.25 | 0.04 |
| HSL | 327.94º | 0.86% | 0.7% | - |
| HSV(B) | 327.94º | 0.54% | 0.96% | - |
| XYZ | 51.76 | 34.46 | 48.72 | - |
| YUV | 160.15 | 140.9 | 187.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 244 | 113 | 183 | 0 | 0.54 | 0.25 | 0.04 | 327.94 | 0.86 | 0.7 |
| Hex | F4 | 71 | B7 | 0 | 36 | 19 | 4 | 148 | 56 | 46 |
| Octal | 364 | 161 | 267 | 0 | 66 | 31 | 4 | 510 | 126 | 106 |
| Binary | 11110100 | 1110001 | 10110111 | 0 | 110110 | 11001 | 100 | 101001000 | 1010110 | 1000110 |
Color Harmonies of #F471B7
Complementary color
Monochromatic Colors of #F471B7
Black with #F471B7
Text Example
Text Example
White with #F471B7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F471B7; }
p { color: rgb(244,113,183); }
H1.HeaderClassName
{
color: #F471B7;
}
.AnyTagClassName
{
color: #F471B7;
}
</style>
background-color css
<style>
a { background-color: #F471B7; }
a { background-color: rgb(244,113,183); }
div.DivClassName
{
background-color: #F471B7;
}
.BgClassName
{
background-color: #F471B7;
}
</style>
border-color css
<style>
span { border-color: #F471B7; }
span { border-color: rgb(244,113,183); }
td.TdClassName
{
border-color: #F471B7;
}
.TagClassName
{
border-color: #F471B7;
}
</style>