Shades of Hot Pink #F76AA7
Tints of Hot Pink #F76AA7
RGB
CMYK
RGB Variations
Color information
#F76AA7 (or 0xF76AA7) is known color: Hot Pink. HEX triplet: F7, 6A and A7. RGB value is (247,106,167). Sum of RGB (Red+Green+Blue) = 247+106+167=520 (68% of max value = 765). Red value is 247 (96.88% from 255 or 47.5% from 520); Green value is 106 (41.80% from 255 or 20.38% from 520); Blue value is 167 (65.62% from 255 or 32.12% from 520); Max value from RGB is 247 - color contains mainly: red. Hex color #F76AA7 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #F76AA7 is #089558. Grayscale: #9B9B9B. Windows color (decimal): -562521 or 10971895. OLE color: 10971895.
HSL color Cylindrical-coordinate representation of color #F76AA7: hue angle of 334.04º 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 #F76AA7 is Cyan = 0, Magento = 0.57, Yellow = 0.32 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 247 | 106 | 167 | - |
| CMYK | 0 | 0.57 | 0.32 | 0.03 |
| HSL | 334.04º | 0.9% | 0.69% | - |
| HSV(B) | 334.04º | 0.57% | 0.97% | - |
| XYZ | 50.49 | 32.87 | 40.24 | - |
| YUV | 155.11 | 134.71 | 193.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 247 | 106 | 167 | 0 | 0.57 | 0.32 | 0.03 | 334.04 | 0.9 | 0.69 |
| Hex | F7 | 6A | A7 | 0 | 39 | 20 | 3 | 14E | 5A | 45 |
| Octal | 367 | 152 | 247 | 0 | 71 | 40 | 3 | 516 | 132 | 105 |
| Binary | 11110111 | 1101010 | 10100111 | 0 | 111001 | 100000 | 11 | 101001110 | 1011010 | 1000101 |
Color Harmonies of #F76AA7
Complementary color
Monochromatic Colors of #F76AA7
Black with #F76AA7
Text Example
Text Example
White with #F76AA7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F76AA7; }
p { color: rgb(247,106,167); }
H1.HeaderClassName
{
color: #F76AA7;
}
.AnyTagClassName
{
color: #F76AA7;
}
</style>
background-color css
<style>
a { background-color: #F76AA7; }
a { background-color: rgb(247,106,167); }
div.DivClassName
{
background-color: #F76AA7;
}
.BgClassName
{
background-color: #F76AA7;
}
</style>
border-color css
<style>
span { border-color: #F76AA7; }
span { border-color: rgb(247,106,167); }
td.TdClassName
{
border-color: #F76AA7;
}
.TagClassName
{
border-color: #F76AA7;
}
</style>