Shades of Hot Pink #FB59B2
Tints of Hot Pink #FB59B2
RGB
CMYK
RGB Variations
Color information
#FB59B2 (or 0xFB59B2) is known color: Hot Pink. HEX triplet: FB, 59 and B2. RGB value is (251,89,178). Sum of RGB (Red+Green+Blue) = 251+89+178=518 (68% of max value = 765). Red value is 251 (98.44% from 255 or 48.46% from 518); Green value is 89 (35.16% from 255 or 17.18% from 518); Blue value is 178 (69.92% from 255 or 34.36% from 518); Max value from RGB is 251 - color contains mainly: red. Hex color #FB59B2 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #FB59B2 is #04A64D. Grayscale: #939393. Windows color (decimal): -304718 or 11688443. OLE color: 11688443.
HSL color Cylindrical-coordinate representation of color #FB59B2: hue angle of 327.04º degrees, saturation: 0.95, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #FB59B2 is Cyan = 0, Magento = 0.65, Yellow = 0.29 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 251 | 89 | 178 | - |
| CMYK | 0 | 0.65 | 0.29 | 0.02 |
| HSL | 327.04º | 0.95% | 0.67% | - |
| HSV(B) | 327.04º | 0.65% | 0.98% | - |
| XYZ | 51.39 | 30.87 | 45.37 | - |
| YUV | 147.58 | 145.17 | 201.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 251 | 89 | 178 | 0 | 0.65 | 0.29 | 0.02 | 327.04 | 0.95 | 0.67 |
| Hex | FB | 59 | B2 | 0 | 41 | 1D | 2 | 147 | 5F | 43 |
| Octal | 373 | 131 | 262 | 0 | 101 | 35 | 2 | 507 | 137 | 103 |
| Binary | 11111011 | 1011001 | 10110010 | 0 | 1000001 | 11101 | 10 | 101000111 | 1011111 | 1000011 |
Color Harmonies of #FB59B2
Complementary color
Monochromatic Colors of #FB59B2
Black with #FB59B2
Text Example
Text Example
White with #FB59B2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FB59B2; }
p { color: rgb(251,89,178); }
H1.HeaderClassName
{
color: #FB59B2;
}
.AnyTagClassName
{
color: #FB59B2;
}
</style>
background-color css
<style>
a { background-color: #FB59B2; }
a { background-color: rgb(251,89,178); }
div.DivClassName
{
background-color: #FB59B2;
}
.BgClassName
{
background-color: #FB59B2;
}
</style>
border-color css
<style>
span { border-color: #FB59B2; }
span { border-color: rgb(251,89,178); }
td.TdClassName
{
border-color: #FB59B2;
}
.TagClassName
{
border-color: #FB59B2;
}
</style>