Shades of Hot Pink #F770B0
Tints of Hot Pink #F770B0
RGB
CMYK
RGB Variations
Color information
#F770B0 (or 0xF770B0) is known color: Hot Pink. HEX triplet: F7, 70 and B0. RGB value is (247,112,176). Sum of RGB (Red+Green+Blue) = 247+112+176=535 (70% of max value = 765). Red value is 247 (96.88% from 255 or 46.17% from 535); Green value is 112 (44.14% from 255 or 20.93% from 535); Blue value is 176 (69.14% from 255 or 32.90% from 535); Max value from RGB is 247 - color contains mainly: red. Hex color #F770B0 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #F770B0 is #088F4F. Grayscale: #9F9F9F. Windows color (decimal): -560976 or 11563255. OLE color: 11563255.
HSL color Cylindrical-coordinate representation of color #F770B0: hue angle of 331.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 #F770B0 is Cyan = 0, Magento = 0.55, Yellow = 0.29 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 247 | 112 | 176 | - |
| CMYK | 0 | 0.55 | 0.29 | 0.03 |
| HSL | 331.56º | 0.89% | 0.7% | - |
| HSV(B) | 331.56º | 0.55% | 0.97% | - |
| XYZ | 51.99 | 34.5 | 44.99 | - |
| YUV | 159.66 | 137.23 | 190.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 247 | 112 | 176 | 0 | 0.55 | 0.29 | 0.03 | 331.56 | 0.89 | 0.7 |
| Hex | F7 | 70 | B0 | 0 | 37 | 1D | 3 | 14C | 59 | 46 |
| Octal | 367 | 160 | 260 | 0 | 67 | 35 | 3 | 514 | 131 | 106 |
| Binary | 11110111 | 1110000 | 10110000 | 0 | 110111 | 11101 | 11 | 101001100 | 1011001 | 1000110 |
Color Harmonies of #F770B0
Complementary color
Monochromatic Colors of #F770B0
Black with #F770B0
Text Example
Text Example
White with #F770B0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F770B0; }
p { color: rgb(247,112,176); }
H1.HeaderClassName
{
color: #F770B0;
}
.AnyTagClassName
{
color: #F770B0;
}
</style>
background-color css
<style>
a { background-color: #F770B0; }
a { background-color: rgb(247,112,176); }
div.DivClassName
{
background-color: #F770B0;
}
.BgClassName
{
background-color: #F770B0;
}
</style>
border-color css
<style>
span { border-color: #F770B0; }
span { border-color: rgb(247,112,176); }
td.TdClassName
{
border-color: #F770B0;
}
.TagClassName
{
border-color: #F770B0;
}
</style>