Shades of Hot Pink #F770B9
Tints of Hot Pink #F770B9
RGB
CMYK
RGB Variations
Color information
#F770B9 (or 0xF770B9) is known color: Hot Pink. HEX triplet: F7, 70 and B9. RGB value is (247,112,185). Sum of RGB (Red+Green+Blue) = 247+112+185=544 (72% of max value = 765). Red value is 247 (96.88% from 255 or 45.40% from 544); Green value is 112 (44.14% from 255 or 20.59% from 544); Blue value is 185 (72.66% from 255 or 34.01% from 544); Max value from RGB is 247 - color contains mainly: red. Hex color #F770B9 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #F770B9 is #088F46. Grayscale: #A0A0A0. Windows color (decimal): -560967 or 12153079. OLE color: 12153079.
HSL color Cylindrical-coordinate representation of color #F770B9: hue angle of 327.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 #F770B9 is Cyan = 0, Magento = 0.55, Yellow = 0.25 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 247 | 112 | 185 | - |
| CMYK | 0 | 0.55 | 0.25 | 0.03 |
| HSL | 327.56º | 0.89% | 0.7% | - |
| HSV(B) | 327.56º | 0.55% | 0.97% | - |
| XYZ | 52.91 | 34.87 | 49.84 | - |
| YUV | 160.69 | 141.73 | 189.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 247 | 112 | 185 | 0 | 0.55 | 0.25 | 0.03 | 327.56 | 0.89 | 0.7 |
| Hex | F7 | 70 | B9 | 0 | 37 | 19 | 3 | 148 | 59 | 46 |
| Octal | 367 | 160 | 271 | 0 | 67 | 31 | 3 | 510 | 131 | 106 |
| Binary | 11110111 | 1110000 | 10111001 | 0 | 110111 | 11001 | 11 | 101001000 | 1011001 | 1000110 |
Color Harmonies of #F770B9
Complementary color
Monochromatic Colors of #F770B9
Black with #F770B9
Text Example
Text Example
White with #F770B9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F770B9; }
p { color: rgb(247,112,185); }
H1.HeaderClassName
{
color: #F770B9;
}
.AnyTagClassName
{
color: #F770B9;
}
</style>
background-color css
<style>
a { background-color: #F770B9; }
a { background-color: rgb(247,112,185); }
div.DivClassName
{
background-color: #F770B9;
}
.BgClassName
{
background-color: #F770B9;
}
</style>
border-color css
<style>
span { border-color: #F770B9; }
span { border-color: rgb(247,112,185); }
td.TdClassName
{
border-color: #F770B9;
}
.TagClassName
{
border-color: #F770B9;
}
</style>