Shades of Hot Pink #F771AF
Tints of Hot Pink #F771AF
RGB
CMYK
RGB Variations
Color information
#F771AF (or 0xF771AF) is known color: Hot Pink. HEX triplet: F7, 71 and AF. RGB value is (247,113,175). Sum of RGB (Red+Green+Blue) = 247+113+175=535 (70% of max value = 765). Red value is 247 (96.88% from 255 or 46.17% from 535); Green value is 113 (44.53% from 255 or 21.12% from 535); Blue value is 175 (68.75% from 255 or 32.71% from 535); Max value from RGB is 247 - color contains mainly: red. Hex color #F771AF is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #F771AF is #088E50. Grayscale: #A0A0A0. Windows color (decimal): -560721 or 11497975. OLE color: 11497975.
HSL color Cylindrical-coordinate representation of color #F771AF: hue angle of 332.24º degrees, saturation: 0.89, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #F771AF is Cyan = 0, Magento = 0.54, Yellow = 0.29 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 247 | 113 | 175 | - |
| CMYK | 0 | 0.54 | 0.29 | 0.03 |
| HSL | 332.24º | 0.89% | 0.71% | - |
| HSV(B) | 332.24º | 0.54% | 0.97% | - |
| XYZ | 52 | 34.68 | 44.51 | - |
| YUV | 160.13 | 136.39 | 189.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 247 | 113 | 175 | 0 | 0.54 | 0.29 | 0.03 | 332.24 | 0.89 | 0.71 |
| Hex | F7 | 71 | AF | 0 | 36 | 1D | 3 | 14C | 59 | 47 |
| Octal | 367 | 161 | 257 | 0 | 66 | 35 | 3 | 514 | 131 | 107 |
| Binary | 11110111 | 1110001 | 10101111 | 0 | 110110 | 11101 | 11 | 101001100 | 1011001 | 1000111 |
Color Harmonies of #F771AF
Complementary color
Monochromatic Colors of #F771AF
Black with #F771AF
Text Example
Text Example
White with #F771AF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F771AF; }
p { color: rgb(247,113,175); }
H1.HeaderClassName
{
color: #F771AF;
}
.AnyTagClassName
{
color: #F771AF;
}
</style>
background-color css
<style>
a { background-color: #F771AF; }
a { background-color: rgb(247,113,175); }
div.DivClassName
{
background-color: #F771AF;
}
.BgClassName
{
background-color: #F771AF;
}
</style>
border-color css
<style>
span { border-color: #F771AF; }
span { border-color: rgb(247,113,175); }
td.TdClassName
{
border-color: #F771AF;
}
.TagClassName
{
border-color: #F771AF;
}
</style>