Shades of Hot Pink #F959BC
Tints of Hot Pink #F959BC
RGB
CMYK
RGB Variations
Color information
#F959BC (or 0xF959BC) is known color: Hot Pink. HEX triplet: F9, 59 and BC. RGB value is (249,89,188). Sum of RGB (Red+Green+Blue) = 249+89+188=526 (69% of max value = 765). Red value is 249 (97.66% from 255 or 47.34% from 526); Green value is 89 (35.16% from 255 or 16.92% from 526); Blue value is 188 (73.83% from 255 or 35.74% from 526); Max value from RGB is 249 - color contains mainly: red. Hex color #F959BC is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #F959BC is #06A643. Grayscale: #939393. Windows color (decimal): -435780 or 12343801. OLE color: 12343801.
HSL color Cylindrical-coordinate representation of color #F959BC: hue angle of 322.88º degrees, saturation: 0.93, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #F959BC is Cyan = 0, Magento = 0.64, Yellow = 0.24 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 249 | 89 | 188 | - |
| CMYK | 0 | 0.64 | 0.24 | 0.02 |
| HSL | 322.88º | 0.93% | 0.66% | - |
| HSV(B) | 322.88º | 0.64% | 0.98% | - |
| XYZ | 51.72 | 30.92 | 50.82 | - |
| YUV | 148.13 | 150.51 | 199.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 249 | 89 | 188 | 0 | 0.64 | 0.24 | 0.02 | 322.88 | 0.93 | 0.66 |
| Hex | F9 | 59 | BC | 0 | 40 | 18 | 2 | 143 | 5D | 42 |
| Octal | 371 | 131 | 274 | 0 | 100 | 30 | 2 | 503 | 135 | 102 |
| Binary | 11111001 | 1011001 | 10111100 | 0 | 1000000 | 11000 | 10 | 101000011 | 1011101 | 1000010 |
Color Harmonies of #F959BC
Complementary color
Monochromatic Colors of #F959BC
Black with #F959BC
Text Example
Text Example
White with #F959BC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F959BC; }
p { color: rgb(249,89,188); }
H1.HeaderClassName
{
color: #F959BC;
}
.AnyTagClassName
{
color: #F959BC;
}
</style>
background-color css
<style>
a { background-color: #F959BC; }
a { background-color: rgb(249,89,188); }
div.DivClassName
{
background-color: #F959BC;
}
.BgClassName
{
background-color: #F959BC;
}
</style>
border-color css
<style>
span { border-color: #F959BC; }
span { border-color: rgb(249,89,188); }
td.TdClassName
{
border-color: #F959BC;
}
.TagClassName
{
border-color: #F959BC;
}
</style>