Shades of Hot Pink #F763BC
Tints of Hot Pink #F763BC
RGB
CMYK
RGB Variations
Color information
#F763BC (or 0xF763BC) is known color: Hot Pink. HEX triplet: F7, 63 and BC. RGB value is (247,99,188). Sum of RGB (Red+Green+Blue) = 247+99+188=534 (70% of max value = 765). Red value is 247 (96.88% from 255 or 46.25% from 534); Green value is 99 (39.06% from 255 or 18.54% from 534); Blue value is 188 (73.83% from 255 or 35.21% from 534); Max value from RGB is 247 - color contains mainly: red. Hex color #F763BC is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #F763BC is #089C43. Grayscale: #999999. Windows color (decimal): -564292 or 12346359. OLE color: 12346359.
HSL color Cylindrical-coordinate representation of color #F763BC: hue angle of 323.92º degrees, saturation: 0.9, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #F763BC is Cyan = 0, Magento = 0.60, Yellow = 0.24 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 247 | 99 | 188 | - |
| CMYK | 0 | 0.60 | 0.24 | 0.03 |
| HSL | 323.92º | 0.9% | 0.68% | - |
| HSV(B) | 323.92º | 0.6% | 0.97% | - |
| XYZ | 51.9 | 32.33 | 51.08 | - |
| YUV | 153.4 | 147.53 | 194.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 247 | 99 | 188 | 0 | 0.60 | 0.24 | 0.03 | 323.92 | 0.9 | 0.68 |
| Hex | F7 | 63 | BC | 0 | 3C | 18 | 3 | 144 | 5A | 44 |
| Octal | 367 | 143 | 274 | 0 | 74 | 30 | 3 | 504 | 132 | 104 |
| Binary | 11110111 | 1100011 | 10111100 | 0 | 111100 | 11000 | 11 | 101000100 | 1011010 | 1000100 |
Color Harmonies of #F763BC
Complementary color
Monochromatic Colors of #F763BC
Black with #F763BC
Text Example
Text Example
White with #F763BC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F763BC; }
p { color: rgb(247,99,188); }
H1.HeaderClassName
{
color: #F763BC;
}
.AnyTagClassName
{
color: #F763BC;
}
</style>
background-color css
<style>
a { background-color: #F763BC; }
a { background-color: rgb(247,99,188); }
div.DivClassName
{
background-color: #F763BC;
}
.BgClassName
{
background-color: #F763BC;
}
</style>
border-color css
<style>
span { border-color: #F763BC; }
span { border-color: rgb(247,99,188); }
td.TdClassName
{
border-color: #F763BC;
}
.TagClassName
{
border-color: #F763BC;
}
</style>