Shades of Pink Flamingo #FA5EEF
Tints of Pink Flamingo #FA5EEF
RGB
CMYK
RGB Variations
Color information
#FA5EEF (or 0xFA5EEF) is known color: Pink Flamingo. HEX triplet: FA, 5E and EF. RGB value is (250,94,239). Sum of RGB (Red+Green+Blue) = 250+94+239=583 (77% of max value = 765). Red value is 250 (98.05% from 255 or 42.88% from 583); Green value is 94 (37.11% from 255 or 16.12% from 583); Blue value is 239 (93.75% from 255 or 40.99% from 583); Max value from RGB is 250 - color contains mainly: red. Hex color #FA5EEF is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #FA5EEF is #05A110. Grayscale: #9C9C9C. Windows color (decimal): -368913 or 15687418. OLE color: 15687418.
HSL color Cylindrical-coordinate representation of color #FA5EEF: hue angle of 304.23º 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 #FA5EEF is Cyan = 0, Magento = 0.62, Yellow = 0.04 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 94 | 239 | - |
| CMYK | 0 | 0.62 | 0.04 | 0.02 |
| HSL | 304.23º | 0.94% | 0.67% | - |
| HSV(B) | 304.23º | 0.62% | 0.98% | - |
| XYZ | 59.01 | 34.56 | 85.22 | - |
| YUV | 157.17 | 174.18 | 194.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 94 | 239 | 0 | 0.62 | 0.04 | 0.02 | 304.23 | 0.94 | 0.67 |
| Hex | FA | 5E | EF | 0 | 3E | 4 | 2 | 130 | 5E | 43 |
| Octal | 372 | 136 | 357 | 0 | 76 | 4 | 2 | 460 | 136 | 103 |
| Binary | 11111010 | 1011110 | 11101111 | 0 | 111110 | 100 | 10 | 100110000 | 1011110 | 1000011 |
Color Harmonies of #FA5EEF
Complementary color
Monochromatic Colors of #FA5EEF
Black with #FA5EEF
Text Example
Text Example
White with #FA5EEF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FA5EEF; }
p { color: rgb(250,94,239); }
H1.HeaderClassName
{
color: #FA5EEF;
}
.AnyTagClassName
{
color: #FA5EEF;
}
</style>
background-color css
<style>
a { background-color: #FA5EEF; }
a { background-color: rgb(250,94,239); }
div.DivClassName
{
background-color: #FA5EEF;
}
.BgClassName
{
background-color: #FA5EEF;
}
</style>
border-color css
<style>
span { border-color: #FA5EEF; }
span { border-color: rgb(250,94,239); }
td.TdClassName
{
border-color: #FA5EEF;
}
.TagClassName
{
border-color: #FA5EEF;
}
</style>