Shades of Pink Flamingo #F557EF
Tints of Pink Flamingo #F557EF
RGB
CMYK
RGB Variations
Color information
#F557EF (or 0xF557EF) is known color: Pink Flamingo. HEX triplet: F5, 57 and EF. RGB value is (245,87,239). Sum of RGB (Red+Green+Blue) = 245+87+239=571 (75% of max value = 765). Red value is 245 (96.09% from 255 or 42.91% from 571); Green value is 87 (34.38% from 255 or 15.24% from 571); Blue value is 239 (93.75% from 255 or 41.86% from 571); Max value from RGB is 245 - color contains mainly: red. Hex color #F557EF is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #F557EF is #0AA810. Grayscale: #979797. Windows color (decimal): -698385 or 15685621. OLE color: 15685621.
HSL color Cylindrical-coordinate representation of color #F557EF: hue angle of 302.28º 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 #F557EF is Cyan = 0, Magento = 0.64, Yellow = 0.02 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 245 | 87 | 239 | - |
| CMYK | 0 | 0.64 | 0.02 | 0.04 |
| HSL | 302.28º | 0.89% | 0.65% | - |
| HSV(B) | 302.28º | 0.64% | 0.96% | - |
| XYZ | 56.64 | 32.46 | 84.94 | - |
| YUV | 151.57 | 177.35 | 194.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 245 | 87 | 239 | 0 | 0.64 | 0.02 | 0.04 | 302.28 | 0.89 | 0.65 |
| Hex | F5 | 57 | EF | 0 | 40 | 2 | 4 | 12E | 59 | 41 |
| Octal | 365 | 127 | 357 | 0 | 100 | 2 | 4 | 456 | 131 | 101 |
| Binary | 11110101 | 1010111 | 11101111 | 0 | 1000000 | 10 | 100 | 100101110 | 1011001 | 1000001 |
Color Harmonies of #F557EF
Complementary color
Monochromatic Colors of #F557EF
Black with #F557EF
Text Example
Text Example
White with #F557EF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F557EF; }
p { color: rgb(245,87,239); }
H1.HeaderClassName
{
color: #F557EF;
}
.AnyTagClassName
{
color: #F557EF;
}
</style>
background-color css
<style>
a { background-color: #F557EF; }
a { background-color: rgb(245,87,239); }
div.DivClassName
{
background-color: #F557EF;
}
.BgClassName
{
background-color: #F557EF;
}
</style>
border-color css
<style>
span { border-color: #F557EF; }
span { border-color: rgb(245,87,239); }
td.TdClassName
{
border-color: #F557EF;
}
.TagClassName
{
border-color: #F557EF;
}
</style>