Shades of Pink Flamingo #FA59ED
Tints of Pink Flamingo #FA59ED
RGB
CMYK
RGB Variations
Color information
#FA59ED (or 0xFA59ED) is known color: Pink Flamingo. HEX triplet: FA, 59 and ED. RGB value is (250,89,237). Sum of RGB (Red+Green+Blue) = 250+89+237=576 (76% of max value = 765). Red value is 250 (98.05% from 255 or 43.40% from 576); Green value is 89 (35.16% from 255 or 15.45% from 576); Blue value is 237 (92.97% from 255 or 41.15% from 576); Max value from RGB is 250 - color contains mainly: red. Hex color #FA59ED is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #FA59ED is #05A612. Grayscale: #999999. Windows color (decimal): -370195 or 15555066. OLE color: 15555066.
HSL color Cylindrical-coordinate representation of color #FA59ED: hue angle of 304.84º degrees, saturation: 0.94, 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 #FA59ED is Cyan = 0, Magento = 0.64, Yellow = 0.05 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 89 | 237 | - |
| CMYK | 0 | 0.64 | 0.05 | 0.02 |
| HSL | 304.84º | 0.94% | 0.66% | - |
| HSV(B) | 304.84º | 0.64% | 0.98% | - |
| XYZ | 58.28 | 33.58 | 83.53 | - |
| YUV | 154.01 | 174.84 | 196.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 89 | 237 | 0 | 0.64 | 0.05 | 0.02 | 304.84 | 0.94 | 0.66 |
| Hex | FA | 59 | ED | 0 | 40 | 5 | 2 | 131 | 5E | 42 |
| Octal | 372 | 131 | 355 | 0 | 100 | 5 | 2 | 461 | 136 | 102 |
| Binary | 11111010 | 1011001 | 11101101 | 0 | 1000000 | 101 | 10 | 100110001 | 1011110 | 1000010 |
Color Harmonies of #FA59ED
Complementary color
Monochromatic Colors of #FA59ED
Black with #FA59ED
Text Example
Text Example
White with #FA59ED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FA59ED; }
p { color: rgb(250,89,237); }
H1.HeaderClassName
{
color: #FA59ED;
}
.AnyTagClassName
{
color: #FA59ED;
}
</style>
background-color css
<style>
a { background-color: #FA59ED; }
a { background-color: rgb(250,89,237); }
div.DivClassName
{
background-color: #FA59ED;
}
.BgClassName
{
background-color: #FA59ED;
}
</style>
border-color css
<style>
span { border-color: #FA59ED; }
span { border-color: rgb(250,89,237); }
td.TdClassName
{
border-color: #FA59ED;
}
.TagClassName
{
border-color: #FA59ED;
}
</style>