Shades of Hot Pink #F76CBC
Tints of Hot Pink #F76CBC
RGB
CMYK
RGB Variations
Color information
#F76CBC (or 0xF76CBC) is known color: Hot Pink. HEX triplet: F7, 6C and BC. RGB value is (247,108,188). Sum of RGB (Red+Green+Blue) = 247+108+188=543 (71% of max value = 765). Red value is 247 (96.88% from 255 or 45.49% from 543); Green value is 108 (42.58% from 255 or 19.89% from 543); Blue value is 188 (73.83% from 255 or 34.62% from 543); Max value from RGB is 247 - color contains mainly: red. Hex color #F76CBC is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #F76CBC is #089343. Grayscale: #9E9E9E. Windows color (decimal): -561988 or 12348663. OLE color: 12348663.
HSL color Cylindrical-coordinate representation of color #F76CBC: hue angle of 325.47º degrees, saturation: 0.9, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #F76CBC is Cyan = 0, Magento = 0.56, Yellow = 0.24 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 247 | 108 | 188 | - |
| CMYK | 0 | 0.56 | 0.24 | 0.03 |
| HSL | 325.47º | 0.9% | 0.7% | - |
| HSV(B) | 325.47º | 0.56% | 0.97% | - |
| XYZ | 52.8 | 34.13 | 51.38 | - |
| YUV | 158.68 | 144.55 | 191 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 247 | 108 | 188 | 0 | 0.56 | 0.24 | 0.03 | 325.47 | 0.9 | 0.7 |
| Hex | F7 | 6C | BC | 0 | 38 | 18 | 3 | 145 | 5A | 46 |
| Octal | 367 | 154 | 274 | 0 | 70 | 30 | 3 | 505 | 132 | 106 |
| Binary | 11110111 | 1101100 | 10111100 | 0 | 111000 | 11000 | 11 | 101000101 | 1011010 | 1000110 |
Color Harmonies of #F76CBC
Complementary color
Monochromatic Colors of #F76CBC
Black with #F76CBC
Text Example
Text Example
White with #F76CBC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F76CBC; }
p { color: rgb(247,108,188); }
H1.HeaderClassName
{
color: #F76CBC;
}
.AnyTagClassName
{
color: #F76CBC;
}
</style>
background-color css
<style>
a { background-color: #F76CBC; }
a { background-color: rgb(247,108,188); }
div.DivClassName
{
background-color: #F76CBC;
}
.BgClassName
{
background-color: #F76CBC;
}
</style>
border-color css
<style>
span { border-color: #F76CBC; }
span { border-color: rgb(247,108,188); }
td.TdClassName
{
border-color: #F76CBC;
}
.TagClassName
{
border-color: #F76CBC;
}
</style>