Shades of Pink Flamingo #F459EC
Tints of Pink Flamingo #F459EC
RGB
CMYK
RGB Variations
Color information
#F459EC (or 0xF459EC) is known color: Pink Flamingo. HEX triplet: F4, 59 and EC. RGB value is (244,89,236). Sum of RGB (Red+Green+Blue) = 244+89+236=569 (75% of max value = 765). Red value is 244 (95.70% from 255 or 42.88% from 569); Green value is 89 (35.16% from 255 or 15.64% from 569); Blue value is 236 (92.58% from 255 or 41.48% from 569); Max value from RGB is 244 - color contains mainly: red. Hex color #F459EC is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #F459EC is #0BA613. Grayscale: #979797. Windows color (decimal): -763412 or 15489524. OLE color: 15489524.
HSL color Cylindrical-coordinate representation of color #F459EC: hue angle of 303.1º degrees, saturation: 0.88, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #F459EC is Cyan = 0, Magento = 0.64, Yellow = 0.03 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 244 | 89 | 236 | - |
| CMYK | 0 | 0.64 | 0.03 | 0.04 |
| HSL | 303.1º | 0.88% | 0.65% | - |
| HSV(B) | 303.1º | 0.64% | 0.96% | - |
| XYZ | 56.02 | 32.43 | 82.66 | - |
| YUV | 152.1 | 175.35 | 193.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 244 | 89 | 236 | 0 | 0.64 | 0.03 | 0.04 | 303.1 | 0.88 | 0.65 |
| Hex | F4 | 59 | EC | 0 | 40 | 3 | 4 | 12F | 58 | 41 |
| Octal | 364 | 131 | 354 | 0 | 100 | 3 | 4 | 457 | 130 | 101 |
| Binary | 11110100 | 1011001 | 11101100 | 0 | 1000000 | 11 | 100 | 100101111 | 1011000 | 1000001 |
Color Harmonies of #F459EC
Complementary color
Monochromatic Colors of #F459EC
Black with #F459EC
Text Example
Text Example
White with #F459EC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F459EC; }
p { color: rgb(244,89,236); }
H1.HeaderClassName
{
color: #F459EC;
}
.AnyTagClassName
{
color: #F459EC;
}
</style>
background-color css
<style>
a { background-color: #F459EC; }
a { background-color: rgb(244,89,236); }
div.DivClassName
{
background-color: #F459EC;
}
.BgClassName
{
background-color: #F459EC;
}
</style>
border-color css
<style>
span { border-color: #F459EC; }
span { border-color: rgb(244,89,236); }
td.TdClassName
{
border-color: #F459EC;
}
.TagClassName
{
border-color: #F459EC;
}
</style>