Shades of Hot Pink #F776AF
Tints of Hot Pink #F776AF
RGB
CMYK
RGB Variations
Color information
#F776AF (or 0xF776AF) is known color: Hot Pink. HEX triplet: F7, 76 and AF. RGB value is (247,118,175). Sum of RGB (Red+Green+Blue) = 247+118+175=540 (71% of max value = 765). Red value is 247 (96.88% from 255 or 45.74% from 540); Green value is 118 (46.48% from 255 or 21.85% from 540); Blue value is 175 (68.75% from 255 or 32.41% from 540); Max value from RGB is 247 - color contains mainly: red. Hex color #F776AF is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #F776AF is #088950. Grayscale: #A2A2A2. Windows color (decimal): -559441 or 11499255. OLE color: 11499255.
HSL color Cylindrical-coordinate representation of color #F776AF: hue angle of 333.49º degrees, saturation: 0.89, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #F776AF is Cyan = 0, Magento = 0.52, Yellow = 0.29 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 247 | 118 | 175 | - |
| CMYK | 0 | 0.52 | 0.29 | 0.03 |
| HSL | 333.49º | 0.89% | 0.72% | - |
| HSV(B) | 333.49º | 0.52% | 0.97% | - |
| XYZ | 52.57 | 35.83 | 44.7 | - |
| YUV | 163.07 | 134.74 | 187.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 247 | 118 | 175 | 0 | 0.52 | 0.29 | 0.03 | 333.49 | 0.89 | 0.72 |
| Hex | F7 | 76 | AF | 0 | 34 | 1D | 3 | 14D | 59 | 48 |
| Octal | 367 | 166 | 257 | 0 | 64 | 35 | 3 | 515 | 131 | 110 |
| Binary | 11110111 | 1110110 | 10101111 | 0 | 110100 | 11101 | 11 | 101001101 | 1011001 | 1001000 |
Color Harmonies of #F776AF
Complementary color
Monochromatic Colors of #F776AF
Black with #F776AF
Text Example
Text Example
White with #F776AF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F776AF; }
p { color: rgb(247,118,175); }
H1.HeaderClassName
{
color: #F776AF;
}
.AnyTagClassName
{
color: #F776AF;
}
</style>
background-color css
<style>
a { background-color: #F776AF; }
a { background-color: rgb(247,118,175); }
div.DivClassName
{
background-color: #F776AF;
}
.BgClassName
{
background-color: #F776AF;
}
</style>
border-color css
<style>
span { border-color: #F776AF; }
span { border-color: rgb(247,118,175); }
td.TdClassName
{
border-color: #F776AF;
}
.TagClassName
{
border-color: #F776AF;
}
</style>