Shades of Hot Pink #F771BA
Tints of Hot Pink #F771BA
RGB
CMYK
RGB Variations
Color information
#F771BA (or 0xF771BA) is known color: Hot Pink. HEX triplet: F7, 71 and BA. RGB value is (247,113,186). Sum of RGB (Red+Green+Blue) = 247+113+186=546 (72% of max value = 765). Red value is 247 (96.88% from 255 or 45.24% from 546); Green value is 113 (44.53% from 255 or 20.70% from 546); Blue value is 186 (73.05% from 255 or 34.07% from 546); Max value from RGB is 247 - color contains mainly: red. Hex color #F771BA is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #F771BA is #088E45. Grayscale: #A1A1A1. Windows color (decimal): -560710 or 12218871. OLE color: 12218871.
HSL color Cylindrical-coordinate representation of color #F771BA: hue angle of 327.31º 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 #F771BA is Cyan = 0, Magento = 0.54, Yellow = 0.25 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 247 | 113 | 186 | - |
| CMYK | 0 | 0.54 | 0.25 | 0.03 |
| HSL | 327.31º | 0.89% | 0.71% | - |
| HSV(B) | 327.31º | 0.54% | 0.97% | - |
| XYZ | 53.13 | 35.13 | 50.44 | - |
| YUV | 161.39 | 141.89 | 189.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 247 | 113 | 186 | 0 | 0.54 | 0.25 | 0.03 | 327.31 | 0.89 | 0.71 |
| Hex | F7 | 71 | BA | 0 | 36 | 19 | 3 | 147 | 59 | 47 |
| Octal | 367 | 161 | 272 | 0 | 66 | 31 | 3 | 507 | 131 | 107 |
| Binary | 11110111 | 1110001 | 10111010 | 0 | 110110 | 11001 | 11 | 101000111 | 1011001 | 1000111 |
Color Harmonies of #F771BA
Complementary color
Monochromatic Colors of #F771BA
Black with #F771BA
Text Example
Text Example
White with #F771BA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F771BA; }
p { color: rgb(247,113,186); }
H1.HeaderClassName
{
color: #F771BA;
}
.AnyTagClassName
{
color: #F771BA;
}
</style>
background-color css
<style>
a { background-color: #F771BA; }
a { background-color: rgb(247,113,186); }
div.DivClassName
{
background-color: #F771BA;
}
.BgClassName
{
background-color: #F771BA;
}
</style>
border-color css
<style>
span { border-color: #F771BA; }
span { border-color: rgb(247,113,186); }
td.TdClassName
{
border-color: #F771BA;
}
.TagClassName
{
border-color: #F771BA;
}
</style>