Shades of Pink Flamingo #F556EE
Tints of Pink Flamingo #F556EE
RGB
CMYK
RGB Variations
Color information
#F556EE (or 0xF556EE) is known color: Pink Flamingo. HEX triplet: F5, 56 and EE. RGB value is (245,86,238). Sum of RGB (Red+Green+Blue) = 245+86+238=569 (75% of max value = 765). Red value is 245 (96.09% from 255 or 43.06% from 569); Green value is 86 (33.98% from 255 or 15.11% from 569); Blue value is 238 (93.36% from 255 or 41.83% from 569); Max value from RGB is 245 - color contains mainly: red. Hex color #F556EE is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #F556EE is #0AA911. Grayscale: #969696. Windows color (decimal): -698642 or 15619829. OLE color: 15619829.
HSL color Cylindrical-coordinate representation of color #F556EE: hue angle of 302.64º degrees, saturation: 0.89, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #F556EE is Cyan = 0, Magento = 0.65, Yellow = 0.03 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 245 | 86 | 238 | - |
| CMYK | 0 | 0.65 | 0.03 | 0.04 |
| HSL | 302.64º | 0.89% | 0.65% | - |
| HSV(B) | 302.64º | 0.65% | 0.96% | - |
| XYZ | 56.42 | 32.24 | 84.14 | - |
| YUV | 150.87 | 177.18 | 195.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 245 | 86 | 238 | 0 | 0.65 | 0.03 | 0.04 | 302.64 | 0.89 | 0.65 |
| Hex | F5 | 56 | EE | 0 | 41 | 3 | 4 | 12F | 59 | 41 |
| Octal | 365 | 126 | 356 | 0 | 101 | 3 | 4 | 457 | 131 | 101 |
| Binary | 11110101 | 1010110 | 11101110 | 0 | 1000001 | 11 | 100 | 100101111 | 1011001 | 1000001 |
Color Harmonies of #F556EE
Complementary color
Monochromatic Colors of #F556EE
Black with #F556EE
Text Example
Text Example
White with #F556EE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F556EE; }
p { color: rgb(245,86,238); }
H1.HeaderClassName
{
color: #F556EE;
}
.AnyTagClassName
{
color: #F556EE;
}
</style>
background-color css
<style>
a { background-color: #F556EE; }
a { background-color: rgb(245,86,238); }
div.DivClassName
{
background-color: #F556EE;
}
.BgClassName
{
background-color: #F556EE;
}
</style>
border-color css
<style>
span { border-color: #F556EE; }
span { border-color: rgb(245,86,238); }
td.TdClassName
{
border-color: #F556EE;
}
.TagClassName
{
border-color: #F556EE;
}
</style>