Shades of Hot Pink #F76BBB
Tints of Hot Pink #F76BBB
RGB
CMYK
RGB Variations
Color information
#F76BBB (or 0xF76BBB) is known color: Hot Pink. HEX triplet: F7, 6B and BB. RGB value is (247,107,187). Sum of RGB (Red+Green+Blue) = 247+107+187=541 (71% of max value = 765). Red value is 247 (96.88% from 255 or 45.66% from 541); Green value is 107 (42.19% from 255 or 19.78% from 541); Blue value is 187 (73.44% from 255 or 34.57% from 541); Max value from RGB is 247 - color contains mainly: red. Hex color #F76BBB is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #F76BBB is #089444. Grayscale: #9D9D9D. Windows color (decimal): -562245 or 12282871. OLE color: 12282871.
HSL color Cylindrical-coordinate representation of color #F76BBB: hue angle of 325.71º degrees, saturation: 0.9, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #F76BBB is Cyan = 0, Magento = 0.57, Yellow = 0.24 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 247 | 107 | 187 | - |
| CMYK | 0 | 0.57 | 0.24 | 0.03 |
| HSL | 325.71º | 0.9% | 0.69% | - |
| HSV(B) | 325.71º | 0.57% | 0.97% | - |
| XYZ | 52.59 | 33.88 | 50.78 | - |
| YUV | 157.98 | 144.38 | 191.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 247 | 107 | 187 | 0 | 0.57 | 0.24 | 0.03 | 325.71 | 0.9 | 0.69 |
| Hex | F7 | 6B | BB | 0 | 39 | 18 | 3 | 146 | 5A | 45 |
| Octal | 367 | 153 | 273 | 0 | 71 | 30 | 3 | 506 | 132 | 105 |
| Binary | 11110111 | 1101011 | 10111011 | 0 | 111001 | 11000 | 11 | 101000110 | 1011010 | 1000101 |
Color Harmonies of #F76BBB
Complementary color
Monochromatic Colors of #F76BBB
Black with #F76BBB
Text Example
Text Example
White with #F76BBB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F76BBB; }
p { color: rgb(247,107,187); }
H1.HeaderClassName
{
color: #F76BBB;
}
.AnyTagClassName
{
color: #F76BBB;
}
</style>
background-color css
<style>
a { background-color: #F76BBB; }
a { background-color: rgb(247,107,187); }
div.DivClassName
{
background-color: #F76BBB;
}
.BgClassName
{
background-color: #F76BBB;
}
</style>
border-color css
<style>
span { border-color: #F76BBB; }
span { border-color: rgb(247,107,187); }
td.TdClassName
{
border-color: #F76BBB;
}
.TagClassName
{
border-color: #F76BBB;
}
</style>