Shades of Pink Flamingo #F558EE
Tints of Pink Flamingo #F558EE
RGB
CMYK
RGB Variations
Color information
#F558EE (or 0xF558EE) is known color: Pink Flamingo. HEX triplet: F5, 58 and EE. RGB value is (245,88,238). Sum of RGB (Red+Green+Blue) = 245+88+238=571 (75% of max value = 765). Red value is 245 (96.09% from 255 or 42.91% from 571); Green value is 88 (34.77% from 255 or 15.41% from 571); Blue value is 238 (93.36% from 255 or 41.68% from 571); Max value from RGB is 245 - color contains mainly: red. Hex color #F558EE is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #F558EE is #0AA711. Grayscale: #979797. Windows color (decimal): -698130 or 15620341. OLE color: 15620341.
HSL color Cylindrical-coordinate representation of color #F558EE: hue angle of 302.68º 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 #F558EE is Cyan = 0, Magento = 0.64, Yellow = 0.03 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 245 | 88 | 238 | - |
| CMYK | 0 | 0.64 | 0.03 | 0.04 |
| HSL | 302.68º | 0.89% | 0.65% | - |
| HSV(B) | 302.68º | 0.64% | 0.96% | - |
| XYZ | 56.58 | 32.56 | 84.19 | - |
| YUV | 152.04 | 176.51 | 194.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 245 | 88 | 238 | 0 | 0.64 | 0.03 | 0.04 | 302.68 | 0.89 | 0.65 |
| Hex | F5 | 58 | EE | 0 | 40 | 3 | 4 | 12F | 59 | 41 |
| Octal | 365 | 130 | 356 | 0 | 100 | 3 | 4 | 457 | 131 | 101 |
| Binary | 11110101 | 1011000 | 11101110 | 0 | 1000000 | 11 | 100 | 100101111 | 1011001 | 1000001 |
Color Harmonies of #F558EE
Complementary color
Monochromatic Colors of #F558EE
Black with #F558EE
Text Example
Text Example
White with #F558EE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F558EE; }
p { color: rgb(245,88,238); }
H1.HeaderClassName
{
color: #F558EE;
}
.AnyTagClassName
{
color: #F558EE;
}
</style>
background-color css
<style>
a { background-color: #F558EE; }
a { background-color: rgb(245,88,238); }
div.DivClassName
{
background-color: #F558EE;
}
.BgClassName
{
background-color: #F558EE;
}
</style>
border-color css
<style>
span { border-color: #F558EE; }
span { border-color: rgb(245,88,238); }
td.TdClassName
{
border-color: #F558EE;
}
.TagClassName
{
border-color: #F558EE;
}
</style>