Shades of Hot Pink #F959B2
Tints of Hot Pink #F959B2
RGB
CMYK
RGB Variations
Color information
#F959B2 (or 0xF959B2) is known color: Hot Pink. HEX triplet: F9, 59 and B2. RGB value is (249,89,178). Sum of RGB (Red+Green+Blue) = 249+89+178=516 (68% of max value = 765). Red value is 249 (97.66% from 255 or 48.26% from 516); Green value is 89 (35.16% from 255 or 17.25% from 516); Blue value is 178 (69.92% from 255 or 34.50% from 516); Max value from RGB is 249 - color contains mainly: red. Hex color #F959B2 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #F959B2 is #06A64D. Grayscale: #929292. Windows color (decimal): -435790 or 11688441. OLE color: 11688441.
HSL color Cylindrical-coordinate representation of color #F959B2: hue angle of 326.62º 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 #F959B2 is Cyan = 0, Magento = 0.64, Yellow = 0.29 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 249 | 89 | 178 | - |
| CMYK | 0 | 0.64 | 0.29 | 0.02 |
| HSL | 326.63º | 0.93% | 0.66% | - |
| HSV(B) | 326.63º | 0.64% | 0.98% | - |
| XYZ | 50.68 | 30.5 | 45.34 | - |
| YUV | 146.99 | 145.51 | 200.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 249 | 89 | 178 | 0 | 0.64 | 0.29 | 0.02 | 326.63 | 0.93 | 0.66 |
| Hex | F9 | 59 | B2 | 0 | 40 | 1D | 2 | 147 | 5D | 42 |
| Octal | 371 | 131 | 262 | 0 | 100 | 35 | 2 | 507 | 135 | 102 |
| Binary | 11111001 | 1011001 | 10110010 | 0 | 1000000 | 11101 | 10 | 101000111 | 1011101 | 1000010 |
Color Harmonies of #F959B2
Complementary color
Monochromatic Colors of #F959B2
Black with #F959B2
Text Example
Text Example
White with #F959B2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F959B2; }
p { color: rgb(249,89,178); }
H1.HeaderClassName
{
color: #F959B2;
}
.AnyTagClassName
{
color: #F959B2;
}
</style>
background-color css
<style>
a { background-color: #F959B2; }
a { background-color: rgb(249,89,178); }
div.DivClassName
{
background-color: #F959B2;
}
.BgClassName
{
background-color: #F959B2;
}
</style>
border-color css
<style>
span { border-color: #F959B2; }
span { border-color: rgb(249,89,178); }
td.TdClassName
{
border-color: #F959B2;
}
.TagClassName
{
border-color: #F959B2;
}
</style>