Shades of Hot Pink #F76CA6
Tints of Hot Pink #F76CA6
RGB
CMYK
RGB Variations
Color information
#F76CA6 (or 0xF76CA6) is known color: Hot Pink. HEX triplet: F7, 6C and A6. RGB value is (247,108,166). Sum of RGB (Red+Green+Blue) = 247+108+166=521 (69% of max value = 765). Red value is 247 (96.88% from 255 or 47.41% from 521); Green value is 108 (42.58% from 255 or 20.73% from 521); Blue value is 166 (65.23% from 255 or 31.86% from 521); Max value from RGB is 247 - color contains mainly: red. Hex color #F76CA6 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #F76CA6 is #089359. Grayscale: #9C9C9C. Windows color (decimal): -562010 or 10906871. OLE color: 10906871.
HSL color Cylindrical-coordinate representation of color #F76CA6: hue angle of 334.96º degrees, saturation: 0.9, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #F76CA6 is Cyan = 0, Magento = 0.56, Yellow = 0.33 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 247 | 108 | 166 | - |
| CMYK | 0 | 0.56 | 0.33 | 0.03 |
| HSL | 334.96º | 0.9% | 0.7% | - |
| HSV(B) | 334.96º | 0.56% | 0.97% | - |
| XYZ | 50.6 | 33.25 | 39.83 | - |
| YUV | 156.17 | 133.55 | 192.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 247 | 108 | 166 | 0 | 0.56 | 0.33 | 0.03 | 334.96 | 0.9 | 0.7 |
| Hex | F7 | 6C | A6 | 0 | 38 | 21 | 3 | 14F | 5A | 46 |
| Octal | 367 | 154 | 246 | 0 | 70 | 41 | 3 | 517 | 132 | 106 |
| Binary | 11110111 | 1101100 | 10100110 | 0 | 111000 | 100001 | 11 | 101001111 | 1011010 | 1000110 |
Color Harmonies of #F76CA6
Complementary color
Monochromatic Colors of #F76CA6
Black with #F76CA6
Text Example
Text Example
White with #F76CA6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F76CA6; }
p { color: rgb(247,108,166); }
H1.HeaderClassName
{
color: #F76CA6;
}
.AnyTagClassName
{
color: #F76CA6;
}
</style>
background-color css
<style>
a { background-color: #F76CA6; }
a { background-color: rgb(247,108,166); }
div.DivClassName
{
background-color: #F76CA6;
}
.BgClassName
{
background-color: #F76CA6;
}
</style>
border-color css
<style>
span { border-color: #F76CA6; }
span { border-color: rgb(247,108,166); }
td.TdClassName
{
border-color: #F76CA6;
}
.TagClassName
{
border-color: #F76CA6;
}
</style>