Shades of Hot Pink #F770A8
Tints of Hot Pink #F770A8
RGB
CMYK
RGB Variations
Color information
#F770A8 (or 0xF770A8) is known color: Hot Pink. HEX triplet: F7, 70 and A8. RGB value is (247,112,168). Sum of RGB (Red+Green+Blue) = 247+112+168=527 (69% of max value = 765). Red value is 247 (96.88% from 255 or 46.87% from 527); Green value is 112 (44.14% from 255 or 21.25% from 527); Blue value is 168 (66.02% from 255 or 31.88% from 527); Max value from RGB is 247 - color contains mainly: red. Hex color #F770A8 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #F770A8 is #088F57. Grayscale: #9E9E9E. Windows color (decimal): -560984 or 11038967. OLE color: 11038967.
HSL color Cylindrical-coordinate representation of color #F770A8: hue angle of 335.11º 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 #F770A8 is Cyan = 0, Magento = 0.55, Yellow = 0.32 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 247 | 112 | 168 | - |
| CMYK | 0 | 0.55 | 0.32 | 0.03 |
| HSL | 335.11º | 0.89% | 0.7% | - |
| HSV(B) | 335.11º | 0.55% | 0.97% | - |
| XYZ | 51.22 | 34.19 | 40.95 | - |
| YUV | 158.75 | 133.23 | 190.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 247 | 112 | 168 | 0 | 0.55 | 0.32 | 0.03 | 335.11 | 0.89 | 0.7 |
| Hex | F7 | 70 | A8 | 0 | 37 | 20 | 3 | 14F | 59 | 46 |
| Octal | 367 | 160 | 250 | 0 | 67 | 40 | 3 | 517 | 131 | 106 |
| Binary | 11110111 | 1110000 | 10101000 | 0 | 110111 | 100000 | 11 | 101001111 | 1011001 | 1000110 |
Color Harmonies of #F770A8
Complementary color
Monochromatic Colors of #F770A8
Black with #F770A8
Text Example
Text Example
White with #F770A8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F770A8; }
p { color: rgb(247,112,168); }
H1.HeaderClassName
{
color: #F770A8;
}
.AnyTagClassName
{
color: #F770A8;
}
</style>
background-color css
<style>
a { background-color: #F770A8; }
a { background-color: rgb(247,112,168); }
div.DivClassName
{
background-color: #F770A8;
}
.BgClassName
{
background-color: #F770A8;
}
</style>
border-color css
<style>
span { border-color: #F770A8; }
span { border-color: rgb(247,112,168); }
td.TdClassName
{
border-color: #F770A8;
}
.TagClassName
{
border-color: #F770A8;
}
</style>