Shades of Pink Flamingo #F558EC
Tints of Pink Flamingo #F558EC
RGB
CMYK
RGB Variations
Color information
#F558EC (or 0xF558EC) is known color: Pink Flamingo. HEX triplet: F5, 58 and EC. RGB value is (245,88,236). Sum of RGB (Red+Green+Blue) = 245+88+236=569 (75% of max value = 765). Red value is 245 (96.09% from 255 or 43.06% from 569); Green value is 88 (34.77% from 255 or 15.47% from 569); Blue value is 236 (92.58% from 255 or 41.48% from 569); Max value from RGB is 245 - color contains mainly: red. Hex color #F558EC is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #F558EC is #0AA713. Grayscale: #979797. Windows color (decimal): -698132 or 15489269. OLE color: 15489269.
HSL color Cylindrical-coordinate representation of color #F558EC: hue angle of 303.44º degrees, saturation: 0.89, 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 #F558EC is Cyan = 0, Magento = 0.64, Yellow = 0.04 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 245 | 88 | 236 | - |
| CMYK | 0 | 0.64 | 0.04 | 0.04 |
| HSL | 303.44º | 0.89% | 0.65% | - |
| HSV(B) | 303.44º | 0.64% | 0.96% | - |
| XYZ | 56.29 | 32.45 | 82.65 | - |
| YUV | 151.82 | 175.51 | 194.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 245 | 88 | 236 | 0 | 0.64 | 0.04 | 0.04 | 303.44 | 0.89 | 0.65 |
| Hex | F5 | 58 | EC | 0 | 40 | 4 | 4 | 12F | 59 | 41 |
| Octal | 365 | 130 | 354 | 0 | 100 | 4 | 4 | 457 | 131 | 101 |
| Binary | 11110101 | 1011000 | 11101100 | 0 | 1000000 | 100 | 100 | 100101111 | 1011001 | 1000001 |
Color Harmonies of #F558EC
Complementary color
Monochromatic Colors of #F558EC
Black with #F558EC
Text Example
Text Example
White with #F558EC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F558EC; }
p { color: rgb(245,88,236); }
H1.HeaderClassName
{
color: #F558EC;
}
.AnyTagClassName
{
color: #F558EC;
}
</style>
background-color css
<style>
a { background-color: #F558EC; }
a { background-color: rgb(245,88,236); }
div.DivClassName
{
background-color: #F558EC;
}
.BgClassName
{
background-color: #F558EC;
}
</style>
border-color css
<style>
span { border-color: #F558EC; }
span { border-color: rgb(245,88,236); }
td.TdClassName
{
border-color: #F558EC;
}
.TagClassName
{
border-color: #F558EC;
}
</style>