Shades of Hot Pink #F559BC
Tints of Hot Pink #F559BC
RGB
CMYK
RGB Variations
Color information
#F559BC (or 0xF559BC) is known color: Hot Pink. HEX triplet: F5, 59 and BC. RGB value is (245,89,188). Sum of RGB (Red+Green+Blue) = 245+89+188=522 (69% of max value = 765). Red value is 245 (96.09% from 255 or 46.93% from 522); Green value is 89 (35.16% from 255 or 17.05% from 522); Blue value is 188 (73.83% from 255 or 36.02% from 522); Max value from RGB is 245 - color contains mainly: red. Hex color #F559BC is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #F559BC is #0AA643. Grayscale: #929292. Windows color (decimal): -697924 or 12343797. OLE color: 12343797.
HSL color Cylindrical-coordinate representation of color #F559BC: hue angle of 321.92º degrees, saturation: 0.89, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #F559BC is Cyan = 0, Magento = 0.64, Yellow = 0.23 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 245 | 89 | 188 | - |
| CMYK | 0 | 0.64 | 0.23 | 0.04 |
| HSL | 321.92º | 0.89% | 0.65% | - |
| HSV(B) | 321.92º | 0.64% | 0.96% | - |
| XYZ | 50.31 | 30.19 | 50.75 | - |
| YUV | 146.93 | 151.18 | 197.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 245 | 89 | 188 | 0 | 0.64 | 0.23 | 0.04 | 321.92 | 0.89 | 0.65 |
| Hex | F5 | 59 | BC | 0 | 40 | 17 | 4 | 142 | 59 | 41 |
| Octal | 365 | 131 | 274 | 0 | 100 | 27 | 4 | 502 | 131 | 101 |
| Binary | 11110101 | 1011001 | 10111100 | 0 | 1000000 | 10111 | 100 | 101000010 | 1011001 | 1000001 |
Color Harmonies of #F559BC
Complementary color
Monochromatic Colors of #F559BC
Black with #F559BC
Text Example
Text Example
White with #F559BC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F559BC; }
p { color: rgb(245,89,188); }
H1.HeaderClassName
{
color: #F559BC;
}
.AnyTagClassName
{
color: #F559BC;
}
</style>
background-color css
<style>
a { background-color: #F559BC; }
a { background-color: rgb(245,89,188); }
div.DivClassName
{
background-color: #F559BC;
}
.BgClassName
{
background-color: #F559BC;
}
</style>
border-color css
<style>
span { border-color: #F559BC; }
span { border-color: rgb(245,89,188); }
td.TdClassName
{
border-color: #F559BC;
}
.TagClassName
{
border-color: #F559BC;
}
</style>