Shades of Hot Pink #F959BE
Tints of Hot Pink #F959BE
RGB
CMYK
RGB Variations
Color information
#F959BE (or 0xF959BE) is known color: Hot Pink. HEX triplet: F9, 59 and BE. RGB value is (249,89,190). Sum of RGB (Red+Green+Blue) = 249+89+190=528 (69% of max value = 765). Red value is 249 (97.66% from 255 or 47.16% from 528); Green value is 89 (35.16% from 255 or 16.86% from 528); Blue value is 190 (74.61% from 255 or 35.98% from 528); Max value from RGB is 249 - color contains mainly: red. Hex color #F959BE is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #F959BE is #06A641. Grayscale: #949494. Windows color (decimal): -435778 or 12474873. OLE color: 12474873.
HSL color Cylindrical-coordinate representation of color #F959BE: hue angle of 322.12º 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 #F959BE is Cyan = 0, Magento = 0.64, Yellow = 0.24 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 249 | 89 | 190 | - |
| CMYK | 0 | 0.64 | 0.24 | 0.02 |
| HSL | 322.13º | 0.93% | 0.66% | - |
| HSV(B) | 322.13º | 0.64% | 0.98% | - |
| XYZ | 51.93 | 31 | 51.96 | - |
| YUV | 148.35 | 151.51 | 199.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 249 | 89 | 190 | 0 | 0.64 | 0.24 | 0.02 | 322.13 | 0.93 | 0.66 |
| Hex | F9 | 59 | BE | 0 | 40 | 18 | 2 | 142 | 5D | 42 |
| Octal | 371 | 131 | 276 | 0 | 100 | 30 | 2 | 502 | 135 | 102 |
| Binary | 11111001 | 1011001 | 10111110 | 0 | 1000000 | 11000 | 10 | 101000010 | 1011101 | 1000010 |
Color Harmonies of #F959BE
Complementary color
Monochromatic Colors of #F959BE
Black with #F959BE
Text Example
Text Example
White with #F959BE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F959BE; }
p { color: rgb(249,89,190); }
H1.HeaderClassName
{
color: #F959BE;
}
.AnyTagClassName
{
color: #F959BE;
}
</style>
background-color css
<style>
a { background-color: #F959BE; }
a { background-color: rgb(249,89,190); }
div.DivClassName
{
background-color: #F959BE;
}
.BgClassName
{
background-color: #F959BE;
}
</style>
border-color css
<style>
span { border-color: #F959BE; }
span { border-color: rgb(249,89,190); }
td.TdClassName
{
border-color: #F959BE;
}
.TagClassName
{
border-color: #F959BE;
}
</style>