Shades of Hot Pink #F770AB
Tints of Hot Pink #F770AB
RGB
CMYK
RGB Variations
Color information
#F770AB (or 0xF770AB) is known color: Hot Pink. HEX triplet: F7, 70 and AB. RGB value is (247,112,171). Sum of RGB (Red+Green+Blue) = 247+112+171=530 (70% of max value = 765). Red value is 247 (96.88% from 255 or 46.60% from 530); Green value is 112 (44.14% from 255 or 21.13% from 530); Blue value is 171 (67.19% from 255 or 32.26% from 530); Max value from RGB is 247 - color contains mainly: red. Hex color #F770AB is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #F770AB is #088F54. Grayscale: #9E9E9E. Windows color (decimal): -560981 or 11235575. OLE color: 11235575.
HSL color Cylindrical-coordinate representation of color #F770AB: hue angle of 333.78º 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 #F770AB is Cyan = 0, Magento = 0.55, Yellow = 0.31 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 247 | 112 | 171 | - |
| CMYK | 0 | 0.55 | 0.31 | 0.03 |
| HSL | 333.78º | 0.89% | 0.7% | - |
| HSV(B) | 333.78º | 0.55% | 0.97% | - |
| XYZ | 51.5 | 34.3 | 42.43 | - |
| YUV | 159.09 | 134.73 | 190.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 247 | 112 | 171 | 0 | 0.55 | 0.31 | 0.03 | 333.78 | 0.89 | 0.7 |
| Hex | F7 | 70 | AB | 0 | 37 | 1F | 3 | 14E | 59 | 46 |
| Octal | 367 | 160 | 253 | 0 | 67 | 37 | 3 | 516 | 131 | 106 |
| Binary | 11110111 | 1110000 | 10101011 | 0 | 110111 | 11111 | 11 | 101001110 | 1011001 | 1000110 |
Color Harmonies of #F770AB
Complementary color
Monochromatic Colors of #F770AB
Black with #F770AB
Text Example
Text Example
White with #F770AB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F770AB; }
p { color: rgb(247,112,171); }
H1.HeaderClassName
{
color: #F770AB;
}
.AnyTagClassName
{
color: #F770AB;
}
</style>
background-color css
<style>
a { background-color: #F770AB; }
a { background-color: rgb(247,112,171); }
div.DivClassName
{
background-color: #F770AB;
}
.BgClassName
{
background-color: #F770AB;
}
</style>
border-color css
<style>
span { border-color: #F770AB; }
span { border-color: rgb(247,112,171); }
td.TdClassName
{
border-color: #F770AB;
}
.TagClassName
{
border-color: #F770AB;
}
</style>