Shades of Pink Flamingo #FB59ED
Tints of Pink Flamingo #FB59ED
RGB
CMYK
RGB Variations
Color information
#FB59ED (or 0xFB59ED) is known color: Pink Flamingo. HEX triplet: FB, 59 and ED. RGB value is (251,89,237). Sum of RGB (Red+Green+Blue) = 251+89+237=577 (76% of max value = 765). Red value is 251 (98.44% from 255 or 43.50% from 577); Green value is 89 (35.16% from 255 or 15.42% from 577); Blue value is 237 (92.97% from 255 or 41.07% from 577); Max value from RGB is 251 - color contains mainly: red. Hex color #FB59ED is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #FB59ED is #04A612. Grayscale: #999999. Windows color (decimal): -304659 or 15555067. OLE color: 15555067.
HSL color Cylindrical-coordinate representation of color #FB59ED: hue angle of 305.19º 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 #FB59ED is Cyan = 0, Magento = 0.65, Yellow = 0.06 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 251 | 89 | 237 | - |
| CMYK | 0 | 0.65 | 0.06 | 0.02 |
| HSL | 305.19º | 0.95% | 0.67% | - |
| HSV(B) | 305.19º | 0.65% | 0.98% | - |
| XYZ | 58.64 | 33.77 | 83.55 | - |
| YUV | 154.31 | 174.67 | 196.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 251 | 89 | 237 | 0 | 0.65 | 0.06 | 0.02 | 305.19 | 0.95 | 0.67 |
| Hex | FB | 59 | ED | 0 | 41 | 6 | 2 | 131 | 5F | 43 |
| Octal | 373 | 131 | 355 | 0 | 101 | 6 | 2 | 461 | 137 | 103 |
| Binary | 11111011 | 1011001 | 11101101 | 0 | 1000001 | 110 | 10 | 100110001 | 1011111 | 1000011 |
Color Harmonies of #FB59ED
Complementary color
Monochromatic Colors of #FB59ED
Black with #FB59ED
Text Example
Text Example
White with #FB59ED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FB59ED; }
p { color: rgb(251,89,237); }
H1.HeaderClassName
{
color: #FB59ED;
}
.AnyTagClassName
{
color: #FB59ED;
}
</style>
background-color css
<style>
a { background-color: #FB59ED; }
a { background-color: rgb(251,89,237); }
div.DivClassName
{
background-color: #FB59ED;
}
.BgClassName
{
background-color: #FB59ED;
}
</style>
border-color css
<style>
span { border-color: #FB59ED; }
span { border-color: rgb(251,89,237); }
td.TdClassName
{
border-color: #FB59ED;
}
.TagClassName
{
border-color: #FB59ED;
}
</style>