Shades of Pink Flamingo #F55BEC
Tints of Pink Flamingo #F55BEC
RGB
CMYK
RGB Variations
Color information
#F55BEC (or 0xF55BEC) is known color: Pink Flamingo. HEX triplet: F5, 5B and EC. RGB value is (245,91,236). Sum of RGB (Red+Green+Blue) = 245+91+236=572 (75% of max value = 765). Red value is 245 (96.09% from 255 or 42.83% from 572); Green value is 91 (35.94% from 255 or 15.91% from 572); Blue value is 236 (92.58% from 255 or 41.26% from 572); Max value from RGB is 245 - color contains mainly: red. Hex color #F55BEC is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #F55BEC is #0AA413. Grayscale: #999999. Windows color (decimal): -697364 or 15490037. OLE color: 15490037.
HSL color Cylindrical-coordinate representation of color #F55BEC: hue angle of 303.51º 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 #F55BEC is Cyan = 0, Magento = 0.63, Yellow = 0.04 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 245 | 91 | 236 | - |
| CMYK | 0 | 0.63 | 0.04 | 0.04 |
| HSL | 303.51º | 0.89% | 0.66% | - |
| HSV(B) | 303.51º | 0.63% | 0.96% | - |
| XYZ | 56.54 | 32.95 | 82.74 | - |
| YUV | 153.58 | 174.52 | 193.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 245 | 91 | 236 | 0 | 0.63 | 0.04 | 0.04 | 303.51 | 0.89 | 0.66 |
| Hex | F5 | 5B | EC | 0 | 3F | 4 | 4 | 130 | 59 | 42 |
| Octal | 365 | 133 | 354 | 0 | 77 | 4 | 4 | 460 | 131 | 102 |
| Binary | 11110101 | 1011011 | 11101100 | 0 | 111111 | 100 | 100 | 100110000 | 1011001 | 1000010 |
Color Harmonies of #F55BEC
Complementary color
Monochromatic Colors of #F55BEC
Black with #F55BEC
Text Example
Text Example
White with #F55BEC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F55BEC; }
p { color: rgb(245,91,236); }
H1.HeaderClassName
{
color: #F55BEC;
}
.AnyTagClassName
{
color: #F55BEC;
}
</style>
background-color css
<style>
a { background-color: #F55BEC; }
a { background-color: rgb(245,91,236); }
div.DivClassName
{
background-color: #F55BEC;
}
.BgClassName
{
background-color: #F55BEC;
}
</style>
border-color css
<style>
span { border-color: #F55BEC; }
span { border-color: rgb(245,91,236); }
td.TdClassName
{
border-color: #F55BEC;
}
.TagClassName
{
border-color: #F55BEC;
}
</style>