Shades of Hot Pink #F76AAA
Tints of Hot Pink #F76AAA
RGB
CMYK
RGB Variations
Color information
#F76AAA (or 0xF76AAA) is known color: Hot Pink. HEX triplet: F7, 6A and AA. RGB value is (247,106,170). Sum of RGB (Red+Green+Blue) = 247+106+170=523 (69% of max value = 765). Red value is 247 (96.88% from 255 or 47.23% from 523); Green value is 106 (41.80% from 255 or 20.27% from 523); Blue value is 170 (66.80% from 255 or 32.50% from 523); Max value from RGB is 247 - color contains mainly: red. Hex color #F76AAA is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #F76AAA is #089555. Grayscale: #9B9B9B. Windows color (decimal): -562518 or 11168503. OLE color: 11168503.
HSL color Cylindrical-coordinate representation of color #F76AAA: hue angle of 332.77º degrees, saturation: 0.9, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #F76AAA is Cyan = 0, Magento = 0.57, Yellow = 0.31 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 247 | 106 | 170 | - |
| CMYK | 0 | 0.57 | 0.31 | 0.03 |
| HSL | 332.77º | 0.9% | 0.69% | - |
| HSV(B) | 332.77º | 0.57% | 0.97% | - |
| XYZ | 50.77 | 32.98 | 41.72 | - |
| YUV | 155.46 | 136.21 | 193.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 247 | 106 | 170 | 0 | 0.57 | 0.31 | 0.03 | 332.77 | 0.9 | 0.69 |
| Hex | F7 | 6A | AA | 0 | 39 | 1F | 3 | 14D | 5A | 45 |
| Octal | 367 | 152 | 252 | 0 | 71 | 37 | 3 | 515 | 132 | 105 |
| Binary | 11110111 | 1101010 | 10101010 | 0 | 111001 | 11111 | 11 | 101001101 | 1011010 | 1000101 |
Color Harmonies of #F76AAA
Complementary color
Monochromatic Colors of #F76AAA
Black with #F76AAA
Text Example
Text Example
White with #F76AAA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F76AAA; }
p { color: rgb(247,106,170); }
H1.HeaderClassName
{
color: #F76AAA;
}
.AnyTagClassName
{
color: #F76AAA;
}
</style>
background-color css
<style>
a { background-color: #F76AAA; }
a { background-color: rgb(247,106,170); }
div.DivClassName
{
background-color: #F76AAA;
}
.BgClassName
{
background-color: #F76AAA;
}
</style>
border-color css
<style>
span { border-color: #F76AAA; }
span { border-color: rgb(247,106,170); }
td.TdClassName
{
border-color: #F76AAA;
}
.TagClassName
{
border-color: #F76AAA;
}
</style>