Shades of Pink Flamingo #F55BEE
Tints of Pink Flamingo #F55BEE
RGB
CMYK
RGB Variations
Color information
#F55BEE (or 0xF55BEE) is known color: Pink Flamingo. HEX triplet: F5, 5B and EE. RGB value is (245,91,238). Sum of RGB (Red+Green+Blue) = 245+91+238=574 (76% of max value = 765). Red value is 245 (96.09% from 255 or 42.68% from 574); Green value is 91 (35.94% from 255 or 15.85% from 574); Blue value is 238 (93.36% from 255 or 41.46% from 574); Max value from RGB is 245 - color contains mainly: red. Hex color #F55BEE is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #F55BEE is #0AA411. Grayscale: #999999. Windows color (decimal): -697362 or 15621109. OLE color: 15621109.
HSL color Cylindrical-coordinate representation of color #F55BEE: hue angle of 302.73º 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 #F55BEE is Cyan = 0, Magento = 0.63, Yellow = 0.03 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 245 | 91 | 238 | - |
| CMYK | 0 | 0.63 | 0.03 | 0.04 |
| HSL | 302.73º | 0.89% | 0.66% | - |
| HSV(B) | 302.73º | 0.63% | 0.96% | - |
| XYZ | 56.83 | 33.07 | 84.28 | - |
| YUV | 153.8 | 175.52 | 193.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 245 | 91 | 238 | 0 | 0.63 | 0.03 | 0.04 | 302.73 | 0.89 | 0.66 |
| Hex | F5 | 5B | EE | 0 | 3F | 3 | 4 | 12F | 59 | 42 |
| Octal | 365 | 133 | 356 | 0 | 77 | 3 | 4 | 457 | 131 | 102 |
| Binary | 11110101 | 1011011 | 11101110 | 0 | 111111 | 11 | 100 | 100101111 | 1011001 | 1000010 |
Color Harmonies of #F55BEE
Complementary color
Monochromatic Colors of #F55BEE
Black with #F55BEE
Text Example
Text Example
White with #F55BEE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F55BEE; }
p { color: rgb(245,91,238); }
H1.HeaderClassName
{
color: #F55BEE;
}
.AnyTagClassName
{
color: #F55BEE;
}
</style>
background-color css
<style>
a { background-color: #F55BEE; }
a { background-color: rgb(245,91,238); }
div.DivClassName
{
background-color: #F55BEE;
}
.BgClassName
{
background-color: #F55BEE;
}
</style>
border-color css
<style>
span { border-color: #F55BEE; }
span { border-color: rgb(245,91,238); }
td.TdClassName
{
border-color: #F55BEE;
}
.TagClassName
{
border-color: #F55BEE;
}
</style>