Shades of Hot Pink #F770BB
Tints of Hot Pink #F770BB
RGB
CMYK
RGB Variations
Color information
#F770BB (or 0xF770BB) is known color: Hot Pink. HEX triplet: F7, 70 and BB. RGB value is (247,112,187). Sum of RGB (Red+Green+Blue) = 247+112+187=546 (72% of max value = 765). Red value is 247 (96.88% from 255 or 45.24% from 546); Green value is 112 (44.14% from 255 or 20.51% from 546); Blue value is 187 (73.44% from 255 or 34.25% from 546); Max value from RGB is 247 - color contains mainly: red. Hex color #F770BB is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #F770BB is #088F44. Grayscale: #A0A0A0. Windows color (decimal): -560965 or 12284151. OLE color: 12284151.
HSL color Cylindrical-coordinate representation of color #F770BB: hue angle of 326.67º 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 #F770BB is Cyan = 0, Magento = 0.55, Yellow = 0.24 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 247 | 112 | 187 | - |
| CMYK | 0 | 0.55 | 0.24 | 0.03 |
| HSL | 326.67º | 0.89% | 0.7% | - |
| HSV(B) | 326.67º | 0.55% | 0.97% | - |
| XYZ | 53.12 | 34.95 | 50.96 | - |
| YUV | 160.92 | 142.73 | 189.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 247 | 112 | 187 | 0 | 0.55 | 0.24 | 0.03 | 326.67 | 0.89 | 0.7 |
| Hex | F7 | 70 | BB | 0 | 37 | 18 | 3 | 147 | 59 | 46 |
| Octal | 367 | 160 | 273 | 0 | 67 | 30 | 3 | 507 | 131 | 106 |
| Binary | 11110111 | 1110000 | 10111011 | 0 | 110111 | 11000 | 11 | 101000111 | 1011001 | 1000110 |
Color Harmonies of #F770BB
Complementary color
Monochromatic Colors of #F770BB
Black with #F770BB
Text Example
Text Example
White with #F770BB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F770BB; }
p { color: rgb(247,112,187); }
H1.HeaderClassName
{
color: #F770BB;
}
.AnyTagClassName
{
color: #F770BB;
}
</style>
background-color css
<style>
a { background-color: #F770BB; }
a { background-color: rgb(247,112,187); }
div.DivClassName
{
background-color: #F770BB;
}
.BgClassName
{
background-color: #F770BB;
}
</style>
border-color css
<style>
span { border-color: #F770BB; }
span { border-color: rgb(247,112,187); }
td.TdClassName
{
border-color: #F770BB;
}
.TagClassName
{
border-color: #F770BB;
}
</style>