Shades of Hot Pink #F471B8
Tints of Hot Pink #F471B8
RGB
CMYK
RGB Variations
Color information
#F471B8 (or 0xF471B8) is known color: Hot Pink. HEX triplet: F4, 71 and B8. RGB value is (244,113,184). Sum of RGB (Red+Green+Blue) = 244+113+184=541 (71% of max value = 765). Red value is 244 (95.70% from 255 or 45.10% from 541); Green value is 113 (44.53% from 255 or 20.89% from 541); Blue value is 184 (72.27% from 255 or 34.01% from 541); Max value from RGB is 244 - color contains mainly: red. Hex color #F471B8 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #F471B8 is #0B8E47. Grayscale: #A0A0A0. Windows color (decimal): -757320 or 12087796. OLE color: 12087796.
HSL color Cylindrical-coordinate representation of color #F471B8: hue angle of 327.48º 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 #F471B8 is Cyan = 0, Magento = 0.54, Yellow = 0.25 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 244 | 113 | 184 | - |
| CMYK | 0 | 0.54 | 0.25 | 0.04 |
| HSL | 327.48º | 0.86% | 0.7% | - |
| HSV(B) | 327.48º | 0.54% | 0.96% | - |
| XYZ | 51.87 | 34.5 | 49.27 | - |
| YUV | 160.26 | 141.4 | 187.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 244 | 113 | 184 | 0 | 0.54 | 0.25 | 0.04 | 327.48 | 0.86 | 0.7 |
| Hex | F4 | 71 | B8 | 0 | 36 | 19 | 4 | 147 | 56 | 46 |
| Octal | 364 | 161 | 270 | 0 | 66 | 31 | 4 | 507 | 126 | 106 |
| Binary | 11110100 | 1110001 | 10111000 | 0 | 110110 | 11001 | 100 | 101000111 | 1010110 | 1000110 |
Color Harmonies of #F471B8
Complementary color
Monochromatic Colors of #F471B8
Black with #F471B8
Text Example
Text Example
White with #F471B8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F471B8; }
p { color: rgb(244,113,184); }
H1.HeaderClassName
{
color: #F471B8;
}
.AnyTagClassName
{
color: #F471B8;
}
</style>
background-color css
<style>
a { background-color: #F471B8; }
a { background-color: rgb(244,113,184); }
div.DivClassName
{
background-color: #F471B8;
}
.BgClassName
{
background-color: #F471B8;
}
</style>
border-color css
<style>
span { border-color: #F471B8; }
span { border-color: rgb(244,113,184); }
td.TdClassName
{
border-color: #F471B8;
}
.TagClassName
{
border-color: #F471B8;
}
</style>