Shades of Hot Pink #F76BBC
Tints of Hot Pink #F76BBC
RGB
CMYK
RGB Variations
Color information
#F76BBC (or 0xF76BBC) is known color: Hot Pink. HEX triplet: F7, 6B and BC. RGB value is (247,107,188). Sum of RGB (Red+Green+Blue) = 247+107+188=542 (71% of max value = 765). Red value is 247 (96.88% from 255 or 45.57% from 542); Green value is 107 (42.19% from 255 or 19.74% from 542); Blue value is 188 (73.83% from 255 or 34.69% from 542); Max value from RGB is 247 - color contains mainly: red. Hex color #F76BBC is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #F76BBC is #089443. Grayscale: #9D9D9D. Windows color (decimal): -562244 or 12348407. OLE color: 12348407.
HSL color Cylindrical-coordinate representation of color #F76BBC: hue angle of 325.29º 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 #F76BBC is Cyan = 0, Magento = 0.57, Yellow = 0.24 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 247 | 107 | 188 | - |
| CMYK | 0 | 0.57 | 0.24 | 0.03 |
| HSL | 325.29º | 0.9% | 0.69% | - |
| HSV(B) | 325.29º | 0.57% | 0.97% | - |
| XYZ | 52.69 | 33.92 | 51.35 | - |
| YUV | 158.09 | 144.88 | 191.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 247 | 107 | 188 | 0 | 0.57 | 0.24 | 0.03 | 325.29 | 0.9 | 0.69 |
| Hex | F7 | 6B | BC | 0 | 39 | 18 | 3 | 145 | 5A | 45 |
| Octal | 367 | 153 | 274 | 0 | 71 | 30 | 3 | 505 | 132 | 105 |
| Binary | 11110111 | 1101011 | 10111100 | 0 | 111001 | 11000 | 11 | 101000101 | 1011010 | 1000101 |
Color Harmonies of #F76BBC
Complementary color
Monochromatic Colors of #F76BBC
Black with #F76BBC
Text Example
Text Example
White with #F76BBC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F76BBC; }
p { color: rgb(247,107,188); }
H1.HeaderClassName
{
color: #F76BBC;
}
.AnyTagClassName
{
color: #F76BBC;
}
</style>
background-color css
<style>
a { background-color: #F76BBC; }
a { background-color: rgb(247,107,188); }
div.DivClassName
{
background-color: #F76BBC;
}
.BgClassName
{
background-color: #F76BBC;
}
</style>
border-color css
<style>
span { border-color: #F76BBC; }
span { border-color: rgb(247,107,188); }
td.TdClassName
{
border-color: #F76BBC;
}
.TagClassName
{
border-color: #F76BBC;
}
</style>