Shades of Pink Flamingo #FA5AED
Tints of Pink Flamingo #FA5AED
RGB
CMYK
RGB Variations
Color information
#FA5AED (or 0xFA5AED) is known color: Pink Flamingo. HEX triplet: FA, 5A and ED. RGB value is (250,90,237). Sum of RGB (Red+Green+Blue) = 250+90+237=577 (76% of max value = 765). Red value is 250 (98.05% from 255 or 43.33% from 577); Green value is 90 (35.55% from 255 or 15.60% from 577); Blue value is 237 (92.97% from 255 or 41.07% from 577); Max value from RGB is 250 - color contains mainly: red. Hex color #FA5AED is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #FA5AED is #05A512. Grayscale: #9A9A9A. Windows color (decimal): -369939 or 15555322. OLE color: 15555322.
HSL color Cylindrical-coordinate representation of color #FA5AED: hue angle of 304.88º degrees, saturation: 0.94, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #FA5AED is Cyan = 0, Magento = 0.64, Yellow = 0.05 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 90 | 237 | - |
| CMYK | 0 | 0.64 | 0.05 | 0.02 |
| HSL | 304.88º | 0.94% | 0.67% | - |
| HSV(B) | 304.88º | 0.64% | 0.98% | - |
| XYZ | 58.37 | 33.75 | 83.56 | - |
| YUV | 154.6 | 174.51 | 196.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 90 | 237 | 0 | 0.64 | 0.05 | 0.02 | 304.88 | 0.94 | 0.67 |
| Hex | FA | 5A | ED | 0 | 40 | 5 | 2 | 131 | 5E | 43 |
| Octal | 372 | 132 | 355 | 0 | 100 | 5 | 2 | 461 | 136 | 103 |
| Binary | 11111010 | 1011010 | 11101101 | 0 | 1000000 | 101 | 10 | 100110001 | 1011110 | 1000011 |
Color Harmonies of #FA5AED
Complementary color
Monochromatic Colors of #FA5AED
Black with #FA5AED
Text Example
Text Example
White with #FA5AED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FA5AED; }
p { color: rgb(250,90,237); }
H1.HeaderClassName
{
color: #FA5AED;
}
.AnyTagClassName
{
color: #FA5AED;
}
</style>
background-color css
<style>
a { background-color: #FA5AED; }
a { background-color: rgb(250,90,237); }
div.DivClassName
{
background-color: #FA5AED;
}
.BgClassName
{
background-color: #FA5AED;
}
</style>
border-color css
<style>
span { border-color: #FA5AED; }
span { border-color: rgb(250,90,237); }
td.TdClassName
{
border-color: #FA5AED;
}
.TagClassName
{
border-color: #FA5AED;
}
</style>