Shades of Hot Pink #F770A7
Tints of Hot Pink #F770A7
RGB
CMYK
RGB Variations
Color information
#F770A7 (or 0xF770A7) is known color: Hot Pink. HEX triplet: F7, 70 and A7. RGB value is (247,112,167). Sum of RGB (Red+Green+Blue) = 247+112+167=526 (69% of max value = 765). Red value is 247 (96.88% from 255 or 46.96% from 526); Green value is 112 (44.14% from 255 or 21.29% from 526); Blue value is 167 (65.62% from 255 or 31.75% from 526); Max value from RGB is 247 - color contains mainly: red. Hex color #F770A7 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #F770A7 is #088F58. Grayscale: #9E9E9E. Windows color (decimal): -560985 or 10973431. OLE color: 10973431.
HSL color Cylindrical-coordinate representation of color #F770A7: hue angle of 335.56º degrees, saturation: 0.89, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #F770A7 is Cyan = 0, Magento = 0.55, Yellow = 0.32 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 247 | 112 | 167 | - |
| CMYK | 0 | 0.55 | 0.32 | 0.03 |
| HSL | 335.56º | 0.89% | 0.7% | - |
| HSV(B) | 335.56º | 0.55% | 0.97% | - |
| XYZ | 51.13 | 34.15 | 40.46 | - |
| YUV | 158.64 | 132.73 | 191.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 247 | 112 | 167 | 0 | 0.55 | 0.32 | 0.03 | 335.56 | 0.89 | 0.7 |
| Hex | F7 | 70 | A7 | 0 | 37 | 20 | 3 | 150 | 59 | 46 |
| Octal | 367 | 160 | 247 | 0 | 67 | 40 | 3 | 520 | 131 | 106 |
| Binary | 11110111 | 1110000 | 10100111 | 0 | 110111 | 100000 | 11 | 101010000 | 1011001 | 1000110 |
Color Harmonies of #F770A7
Complementary color
Monochromatic Colors of #F770A7
Black with #F770A7
Text Example
Text Example
White with #F770A7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F770A7; }
p { color: rgb(247,112,167); }
H1.HeaderClassName
{
color: #F770A7;
}
.AnyTagClassName
{
color: #F770A7;
}
</style>
background-color css
<style>
a { background-color: #F770A7; }
a { background-color: rgb(247,112,167); }
div.DivClassName
{
background-color: #F770A7;
}
.BgClassName
{
background-color: #F770A7;
}
</style>
border-color css
<style>
span { border-color: #F770A7; }
span { border-color: rgb(247,112,167); }
td.TdClassName
{
border-color: #F770A7;
}
.TagClassName
{
border-color: #F770A7;
}
</style>