Shades of Pink Flamingo #F557EC
Tints of Pink Flamingo #F557EC
RGB
CMYK
RGB Variations
Color information
#F557EC (or 0xF557EC) is known color: Pink Flamingo. HEX triplet: F5, 57 and EC. RGB value is (245,87,236). Sum of RGB (Red+Green+Blue) = 245+87+236=568 (75% of max value = 765). Red value is 245 (96.09% from 255 or 43.13% from 568); Green value is 87 (34.38% from 255 or 15.32% from 568); Blue value is 236 (92.58% from 255 or 41.55% from 568); Max value from RGB is 245 - color contains mainly: red. Hex color #F557EC is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #F557EC is #0AA813. Grayscale: #969696. Windows color (decimal): -698388 or 15489013. OLE color: 15489013.
HSL color Cylindrical-coordinate representation of color #F557EC: hue angle of 303.42º 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 #F557EC is Cyan = 0, Magento = 0.64, Yellow = 0.04 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 245 | 87 | 236 | - |
| CMYK | 0 | 0.64 | 0.04 | 0.04 |
| HSL | 303.42º | 0.89% | 0.65% | - |
| HSV(B) | 303.42º | 0.64% | 0.96% | - |
| XYZ | 56.2 | 32.29 | 82.63 | - |
| YUV | 151.23 | 175.85 | 194.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 245 | 87 | 236 | 0 | 0.64 | 0.04 | 0.04 | 303.42 | 0.89 | 0.65 |
| Hex | F5 | 57 | EC | 0 | 40 | 4 | 4 | 12F | 59 | 41 |
| Octal | 365 | 127 | 354 | 0 | 100 | 4 | 4 | 457 | 131 | 101 |
| Binary | 11110101 | 1010111 | 11101100 | 0 | 1000000 | 100 | 100 | 100101111 | 1011001 | 1000001 |
Color Harmonies of #F557EC
Complementary color
Monochromatic Colors of #F557EC
Black with #F557EC
Text Example
Text Example
White with #F557EC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F557EC; }
p { color: rgb(245,87,236); }
H1.HeaderClassName
{
color: #F557EC;
}
.AnyTagClassName
{
color: #F557EC;
}
</style>
background-color css
<style>
a { background-color: #F557EC; }
a { background-color: rgb(245,87,236); }
div.DivClassName
{
background-color: #F557EC;
}
.BgClassName
{
background-color: #F557EC;
}
</style>
border-color css
<style>
span { border-color: #F557EC; }
span { border-color: rgb(245,87,236); }
td.TdClassName
{
border-color: #F557EC;
}
.TagClassName
{
border-color: #F557EC;
}
</style>