Shades of Pink Flamingo #FF5BE5
Tints of Pink Flamingo #FF5BE5
RGB
CMYK
RGB Variations
Color information
#FF5BE5 (or 0xFF5BE5) is known color: Pink Flamingo. HEX triplet: FF, 5B and E5. RGB value is (255,91,229). Sum of RGB (Red+Green+Blue) = 255+91+229=575 (76% of max value = 765). Red value is 255 (100% from 255 or 44.35% from 575); Green value is 91 (35.94% from 255 or 15.83% from 575); Blue value is 229 (89.84% from 255 or 39.83% from 575); Max value from RGB is 255 - color contains mainly: red. Hex color #FF5BE5 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #FF5BE5 is #00A41A. Grayscale: #9B9B9B. Windows color (decimal): -42011 or 15031295. OLE color: 15031295.
HSL color Cylindrical-coordinate representation of color #FF5BE5: hue angle of 309.51º degrees, saturation: 1, lightness: 0.68%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #FF5BE5 is Cyan = 0, Magento = 0.64, Yellow = 0.10 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 91 | 229 | - |
| CMYK | 0 | 0.64 | 0.10 | 0 |
| HSL | 309.51º | 1% | 0.68% | - |
| HSV(B) | 309.51º | 0.64% | 1% | - |
| XYZ | 59.12 | 34.4 | 77.65 | - |
| YUV | 155.77 | 169.33 | 198.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 91 | 229 | 0 | 0.64 | 0.10 | 0 | 309.51 | 1 | 0.68 |
| Hex | FF | 5B | E5 | 0 | 40 | A | 0 | 136 | 64 | 44 |
| Octal | 377 | 133 | 345 | 0 | 100 | 12 | 0 | 466 | 144 | 104 |
| Binary | 11111111 | 1011011 | 11100101 | 0 | 1000000 | 1010 | 0 | 100110110 | 1100100 | 1000100 |
Color Harmonies of #FF5BE5
Complementary color
Monochromatic Colors of #FF5BE5
Black with #FF5BE5
Text Example
Text Example
White with #FF5BE5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF5BE5; }
p { color: rgb(255,91,229); }
H1.HeaderClassName
{
color: #FF5BE5;
}
.AnyTagClassName
{
color: #FF5BE5;
}
</style>
background-color css
<style>
a { background-color: #FF5BE5; }
a { background-color: rgb(255,91,229); }
div.DivClassName
{
background-color: #FF5BE5;
}
.BgClassName
{
background-color: #FF5BE5;
}
</style>
border-color css
<style>
span { border-color: #FF5BE5; }
span { border-color: rgb(255,91,229); }
td.TdClassName
{
border-color: #FF5BE5;
}
.TagClassName
{
border-color: #FF5BE5;
}
</style>