Shades of Pink Flamingo #F55AEF
Tints of Pink Flamingo #F55AEF
RGB
CMYK
RGB Variations
Color information
#F55AEF (or 0xF55AEF) is known color: Pink Flamingo. HEX triplet: F5, 5A and EF. RGB value is (245,90,239). Sum of RGB (Red+Green+Blue) = 245+90+239=574 (76% of max value = 765). Red value is 245 (96.09% from 255 or 42.68% from 574); Green value is 90 (35.55% from 255 or 15.68% from 574); Blue value is 239 (93.75% from 255 or 41.64% from 574); Max value from RGB is 245 - color contains mainly: red. Hex color #F55AEF is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #F55AEF is #0AA510. Grayscale: #989898. Windows color (decimal): -697617 or 15686389. OLE color: 15686389.
HSL color Cylindrical-coordinate representation of color #F55AEF: hue angle of 302.32º 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 #F55AEF is Cyan = 0, Magento = 0.63, Yellow = 0.02 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 245 | 90 | 239 | - |
| CMYK | 0 | 0.63 | 0.02 | 0.04 |
| HSL | 302.32º | 0.89% | 0.66% | - |
| HSV(B) | 302.32º | 0.63% | 0.96% | - |
| XYZ | 56.89 | 32.96 | 85.02 | - |
| YUV | 153.33 | 176.35 | 193.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 245 | 90 | 239 | 0 | 0.63 | 0.02 | 0.04 | 302.32 | 0.89 | 0.66 |
| Hex | F5 | 5A | EF | 0 | 3F | 2 | 4 | 12E | 59 | 42 |
| Octal | 365 | 132 | 357 | 0 | 77 | 2 | 4 | 456 | 131 | 102 |
| Binary | 11110101 | 1011010 | 11101111 | 0 | 111111 | 10 | 100 | 100101110 | 1011001 | 1000010 |
Color Harmonies of #F55AEF
Complementary color
Monochromatic Colors of #F55AEF
Black with #F55AEF
Text Example
Text Example
White with #F55AEF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F55AEF; }
p { color: rgb(245,90,239); }
H1.HeaderClassName
{
color: #F55AEF;
}
.AnyTagClassName
{
color: #F55AEF;
}
</style>
background-color css
<style>
a { background-color: #F55AEF; }
a { background-color: rgb(245,90,239); }
div.DivClassName
{
background-color: #F55AEF;
}
.BgClassName
{
background-color: #F55AEF;
}
</style>
border-color css
<style>
span { border-color: #F55AEF; }
span { border-color: rgb(245,90,239); }
td.TdClassName
{
border-color: #F55AEF;
}
.TagClassName
{
border-color: #F55AEF;
}
</style>