Shades of Pink Flamingo #FA5EEC
Tints of Pink Flamingo #FA5EEC
RGB
CMYK
RGB Variations
Color information
#FA5EEC (or 0xFA5EEC) is known color: Pink Flamingo. HEX triplet: FA, 5E and EC. RGB value is (250,94,236). Sum of RGB (Red+Green+Blue) = 250+94+236=580 (76% of max value = 765). Red value is 250 (98.05% from 255 or 43.10% from 580); Green value is 94 (37.11% from 255 or 16.21% from 580); Blue value is 236 (92.58% from 255 or 40.69% from 580); Max value from RGB is 250 - color contains mainly: red. Hex color #FA5EEC is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #FA5EEC is #05A113. Grayscale: #9C9C9C. Windows color (decimal): -368916 or 15490810. OLE color: 15490810.
HSL color Cylindrical-coordinate representation of color #FA5EEC: hue angle of 305.38º degrees, saturation: 0.94, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #FA5EEC is Cyan = 0, Magento = 0.62, Yellow = 0.06 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 94 | 236 | - |
| CMYK | 0 | 0.62 | 0.06 | 0.02 |
| HSL | 305.38º | 0.94% | 0.67% | - |
| HSV(B) | 305.38º | 0.62% | 0.98% | - |
| XYZ | 58.57 | 34.39 | 82.91 | - |
| YUV | 156.83 | 172.68 | 194.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 94 | 236 | 0 | 0.62 | 0.06 | 0.02 | 305.38 | 0.94 | 0.67 |
| Hex | FA | 5E | EC | 0 | 3E | 6 | 2 | 131 | 5E | 43 |
| Octal | 372 | 136 | 354 | 0 | 76 | 6 | 2 | 461 | 136 | 103 |
| Binary | 11111010 | 1011110 | 11101100 | 0 | 111110 | 110 | 10 | 100110001 | 1011110 | 1000011 |
Color Harmonies of #FA5EEC
Complementary color
Monochromatic Colors of #FA5EEC
Black with #FA5EEC
Text Example
Text Example
White with #FA5EEC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FA5EEC; }
p { color: rgb(250,94,236); }
H1.HeaderClassName
{
color: #FA5EEC;
}
.AnyTagClassName
{
color: #FA5EEC;
}
</style>
background-color css
<style>
a { background-color: #FA5EEC; }
a { background-color: rgb(250,94,236); }
div.DivClassName
{
background-color: #FA5EEC;
}
.BgClassName
{
background-color: #FA5EEC;
}
</style>
border-color css
<style>
span { border-color: #FA5EEC; }
span { border-color: rgb(250,94,236); }
td.TdClassName
{
border-color: #FA5EEC;
}
.TagClassName
{
border-color: #FA5EEC;
}
</style>