Shades of Pink Flamingo #FA4EEF
Tints of Pink Flamingo #FA4EEF
RGB
CMYK
RGB Variations
Color information
#FA4EEF (or 0xFA4EEF) is known color: Pink Flamingo. HEX triplet: FA, 4E and EF. RGB value is (250,78,239). Sum of RGB (Red+Green+Blue) = 250+78+239=567 (75% of max value = 765). Red value is 250 (98.05% from 255 or 44.09% from 567); Green value is 78 (30.86% from 255 or 13.76% from 567); Blue value is 239 (93.75% from 255 or 42.15% from 567); Max value from RGB is 250 - color contains mainly: red. Hex color #FA4EEF is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #FA4EEF is #05B110. Grayscale: #939393. Windows color (decimal): -373009 or 15683322. OLE color: 15683322.
HSL color Cylindrical-coordinate representation of color #FA4EEF: hue angle of 303.84º degrees, saturation: 0.95, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #FA4EEF is Cyan = 0, Magento = 0.69, Yellow = 0.04 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 78 | 239 | - |
| CMYK | 0 | 0.69 | 0.04 | 0.02 |
| HSL | 303.84º | 0.95% | 0.64% | - |
| HSV(B) | 303.84º | 0.69% | 0.98% | - |
| XYZ | 57.73 | 32 | 84.8 | - |
| YUV | 147.78 | 179.48 | 200.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 78 | 239 | 0 | 0.69 | 0.04 | 0.02 | 303.84 | 0.95 | 0.64 |
| Hex | FA | 4E | EF | 0 | 45 | 4 | 2 | 130 | 5F | 40 |
| Octal | 372 | 116 | 357 | 0 | 105 | 4 | 2 | 460 | 137 | 100 |
| Binary | 11111010 | 1001110 | 11101111 | 0 | 1000101 | 100 | 10 | 100110000 | 1011111 | 1000000 |
Color Harmonies of #FA4EEF
Complementary color
Monochromatic Colors of #FA4EEF
Black with #FA4EEF
Text Example
Text Example
White with #FA4EEF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FA4EEF; }
p { color: rgb(250,78,239); }
H1.HeaderClassName
{
color: #FA4EEF;
}
.AnyTagClassName
{
color: #FA4EEF;
}
</style>
background-color css
<style>
a { background-color: #FA4EEF; }
a { background-color: rgb(250,78,239); }
div.DivClassName
{
background-color: #FA4EEF;
}
.BgClassName
{
background-color: #FA4EEF;
}
</style>
border-color css
<style>
span { border-color: #FA4EEF; }
span { border-color: rgb(250,78,239); }
td.TdClassName
{
border-color: #FA4EEF;
}
.TagClassName
{
border-color: #FA4EEF;
}
</style>