Shades of Pink Flamingo #FB59EC
Tints of Pink Flamingo #FB59EC
RGB
CMYK
RGB Variations
Color information
#FB59EC (or 0xFB59EC) is known color: Pink Flamingo. HEX triplet: FB, 59 and EC. RGB value is (251,89,236). Sum of RGB (Red+Green+Blue) = 251+89+236=576 (76% of max value = 765). Red value is 251 (98.44% from 255 or 43.58% from 576); Green value is 89 (35.16% from 255 or 15.45% from 576); Blue value is 236 (92.58% from 255 or 40.97% from 576); Max value from RGB is 251 - color contains mainly: red. Hex color #FB59EC is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #FB59EC is #04A613. Grayscale: #999999. Windows color (decimal): -304660 or 15489531. OLE color: 15489531.
HSL color Cylindrical-coordinate representation of color #FB59EC: hue angle of 305.56º 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 #FB59EC is Cyan = 0, Magento = 0.65, Yellow = 0.06 and Black (K on CMYK) = 0.02.
Color convert
RGB | 251 | 89 | 236 | - |
CMYK | 0 | 0.65 | 0.06 | 0.02 |
HSL | 305.56º | 0.95% | 0.67% | - |
HSV(B) | 305.56º | 0.65% | 0.98% | - |
XYZ | 58.5 | 33.71 | 82.78 | - |
YUV | 154.2 | 174.17 | 197.05 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 251 | 89 | 236 | 0 | 0.65 | 0.06 | 0.02 | 305.56 | 0.95 | 0.67 |
Hex | FB | 59 | EC | 0 | 41 | 6 | 2 | 132 | 5F | 43 |
Octal | 373 | 131 | 354 | 0 | 101 | 6 | 2 | 462 | 137 | 103 |
Binary | 11111011 | 1011001 | 11101100 | 0 | 1000001 | 110 | 10 | 100110010 | 1011111 | 1000011 |
Color Harmonies of #FB59EC
Complementary color
Monochromatic Colors of #FB59EC
Black with #FB59EC
Text Example
Text Example
White with #FB59EC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FB59EC; }
p { color: rgb(251,89,236); }
H1.HeaderClassName
{
color: #FB59EC;
}
.AnyTagClassName
{
color: #FB59EC;
}
</style>
background-color css
<style>
a { background-color: #FB59EC; }
a { background-color: rgb(251,89,236); }
div.DivClassName
{
background-color: #FB59EC;
}
.BgClassName
{
background-color: #FB59EC;
}
</style>
border-color css
<style>
span { border-color: #FB59EC; }
span { border-color: rgb(251,89,236); }
td.TdClassName
{
border-color: #FB59EC;
}
.TagClassName
{
border-color: #FB59EC;
}
</style>