Shades of Pink Flamingo #F55AEE
Tints of Pink Flamingo #F55AEE
RGB
CMYK
RGB Variations
Color information
#F55AEE (or 0xF55AEE) is known color: Pink Flamingo. HEX triplet: F5, 5A and EE. RGB value is (245,90,238). Sum of RGB (Red+Green+Blue) = 245+90+238=573 (75% of max value = 765). Red value is 245 (96.09% from 255 or 42.76% from 573); Green value is 90 (35.55% from 255 or 15.71% from 573); Blue value is 238 (93.36% from 255 or 41.54% from 573); Max value from RGB is 245 - color contains mainly: red. Hex color #F55AEE is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #F55AEE is #0AA511. Grayscale: #989898. Windows color (decimal): -697618 or 15620853. OLE color: 15620853.
HSL color Cylindrical-coordinate representation of color #F55AEE: hue angle of 302.71º degrees, saturation: 0.89, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #F55AEE is Cyan = 0, Magento = 0.63, Yellow = 0.03 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 245 | 90 | 238 | - |
| CMYK | 0 | 0.63 | 0.03 | 0.04 |
| HSL | 302.71º | 0.89% | 0.66% | - |
| HSV(B) | 302.71º | 0.63% | 0.96% | - |
| XYZ | 56.74 | 32.9 | 84.25 | - |
| YUV | 153.22 | 175.85 | 193.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 245 | 90 | 238 | 0 | 0.63 | 0.03 | 0.04 | 302.71 | 0.89 | 0.66 |
| Hex | F5 | 5A | EE | 0 | 3F | 3 | 4 | 12F | 59 | 42 |
| Octal | 365 | 132 | 356 | 0 | 77 | 3 | 4 | 457 | 131 | 102 |
| Binary | 11110101 | 1011010 | 11101110 | 0 | 111111 | 11 | 100 | 100101111 | 1011001 | 1000010 |
Color Harmonies of #F55AEE
Complementary color
Monochromatic Colors of #F55AEE
Black with #F55AEE
Text Example
Text Example
White with #F55AEE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F55AEE; }
p { color: rgb(245,90,238); }
H1.HeaderClassName
{
color: #F55AEE;
}
.AnyTagClassName
{
color: #F55AEE;
}
</style>
background-color css
<style>
a { background-color: #F55AEE; }
a { background-color: rgb(245,90,238); }
div.DivClassName
{
background-color: #F55AEE;
}
.BgClassName
{
background-color: #F55AEE;
}
</style>
border-color css
<style>
span { border-color: #F55AEE; }
span { border-color: rgb(245,90,238); }
td.TdClassName
{
border-color: #F55AEE;
}
.TagClassName
{
border-color: #F55AEE;
}
</style>