Shades of Hot Pink #F76FBC
Tints of Hot Pink #F76FBC
RGB
CMYK
RGB Variations
Color information
#F76FBC (or 0xF76FBC) is known color: Hot Pink. HEX triplet: F7, 6F and BC. RGB value is (247,111,188). Sum of RGB (Red+Green+Blue) = 247+111+188=546 (72% of max value = 765). Red value is 247 (96.88% from 255 or 45.24% from 546); Green value is 111 (43.75% from 255 or 20.33% from 546); Blue value is 188 (73.83% from 255 or 34.43% from 546); Max value from RGB is 247 - color contains mainly: red. Hex color #F76FBC is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #F76FBC is #089043. Grayscale: #A0A0A0. Windows color (decimal): -561220 or 12349431. OLE color: 12349431.
HSL color Cylindrical-coordinate representation of color #F76FBC: hue angle of 326.03º 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 #F76FBC is Cyan = 0, Magento = 0.55, Yellow = 0.24 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 247 | 111 | 188 | - |
| CMYK | 0 | 0.55 | 0.24 | 0.03 |
| HSL | 326.03º | 0.89% | 0.7% | - |
| HSV(B) | 326.03º | 0.55% | 0.97% | - |
| XYZ | 53.12 | 34.77 | 51.49 | - |
| YUV | 160.44 | 143.56 | 189.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 247 | 111 | 188 | 0 | 0.55 | 0.24 | 0.03 | 326.03 | 0.89 | 0.7 |
| Hex | F7 | 6F | BC | 0 | 37 | 18 | 3 | 146 | 59 | 46 |
| Octal | 367 | 157 | 274 | 0 | 67 | 30 | 3 | 506 | 131 | 106 |
| Binary | 11110111 | 1101111 | 10111100 | 0 | 110111 | 11000 | 11 | 101000110 | 1011001 | 1000110 |
Color Harmonies of #F76FBC
Complementary color
Monochromatic Colors of #F76FBC
Black with #F76FBC
Text Example
Text Example
White with #F76FBC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F76FBC; }
p { color: rgb(247,111,188); }
H1.HeaderClassName
{
color: #F76FBC;
}
.AnyTagClassName
{
color: #F76FBC;
}
</style>
background-color css
<style>
a { background-color: #F76FBC; }
a { background-color: rgb(247,111,188); }
div.DivClassName
{
background-color: #F76FBC;
}
.BgClassName
{
background-color: #F76FBC;
}
</style>
border-color css
<style>
span { border-color: #F76FBC; }
span { border-color: rgb(247,111,188); }
td.TdClassName
{
border-color: #F76FBC;
}
.TagClassName
{
border-color: #F76FBC;
}
</style>