Shades of Hot Pink #F759BC
Tints of Hot Pink #F759BC
RGB
CMYK
RGB Variations
Color information
#F759BC (or 0xF759BC) is known color: Hot Pink. HEX triplet: F7, 59 and BC. RGB value is (247,89,188). Sum of RGB (Red+Green+Blue) = 247+89+188=524 (69% of max value = 765). Red value is 247 (96.88% from 255 or 47.14% from 524); Green value is 89 (35.16% from 255 or 16.98% from 524); Blue value is 188 (73.83% from 255 or 35.88% from 524); Max value from RGB is 247 - color contains mainly: red. Hex color #F759BC is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #F759BC is #08A643. Grayscale: #939393. Windows color (decimal): -566852 or 12343799. OLE color: 12343799.
HSL color Cylindrical-coordinate representation of color #F759BC: hue angle of 322.41º degrees, saturation: 0.91, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #F759BC is Cyan = 0, Magento = 0.64, Yellow = 0.24 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 247 | 89 | 188 | - |
| CMYK | 0 | 0.64 | 0.24 | 0.03 |
| HSL | 322.41º | 0.91% | 0.66% | - |
| HSV(B) | 322.41º | 0.64% | 0.97% | - |
| XYZ | 51.01 | 30.55 | 50.79 | - |
| YUV | 147.53 | 150.85 | 198.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 247 | 89 | 188 | 0 | 0.64 | 0.24 | 0.03 | 322.41 | 0.91 | 0.66 |
| Hex | F7 | 59 | BC | 0 | 40 | 18 | 3 | 142 | 5B | 42 |
| Octal | 367 | 131 | 274 | 0 | 100 | 30 | 3 | 502 | 133 | 102 |
| Binary | 11110111 | 1011001 | 10111100 | 0 | 1000000 | 11000 | 11 | 101000010 | 1011011 | 1000010 |
Color Harmonies of #F759BC
Complementary color
Monochromatic Colors of #F759BC
Black with #F759BC
Text Example
Text Example
White with #F759BC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F759BC; }
p { color: rgb(247,89,188); }
H1.HeaderClassName
{
color: #F759BC;
}
.AnyTagClassName
{
color: #F759BC;
}
</style>
background-color css
<style>
a { background-color: #F759BC; }
a { background-color: rgb(247,89,188); }
div.DivClassName
{
background-color: #F759BC;
}
.BgClassName
{
background-color: #F759BC;
}
</style>
border-color css
<style>
span { border-color: #F759BC; }
span { border-color: rgb(247,89,188); }
td.TdClassName
{
border-color: #F759BC;
}
.TagClassName
{
border-color: #F759BC;
}
</style>