Shades of Pink Flamingo #FF5BEB
Tints of Pink Flamingo #FF5BEB
RGB
CMYK
RGB Variations
Color information
#FF5BEB (or 0xFF5BEB) is known color: Pink Flamingo. HEX triplet: FF, 5B and EB. RGB value is (255,91,235). Sum of RGB (Red+Green+Blue) = 255+91+235=581 (76% of max value = 765). Red value is 255 (100% from 255 or 43.89% from 581); Green value is 91 (35.94% from 255 or 15.66% from 581); Blue value is 235 (92.19% from 255 or 40.45% from 581); Max value from RGB is 255 - color contains mainly: red. Hex color #FF5BEB is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #FF5BEB is #00A414. Grayscale: #9C9C9C. Windows color (decimal): -42005 or 15424511. OLE color: 15424511.
HSL color Cylindrical-coordinate representation of color #FF5BEB: hue angle of 307.32º 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 #FF5BEB is Cyan = 0, Magento = 0.64, Yellow = 0.08 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 91 | 235 | - |
| CMYK | 0 | 0.64 | 0.08 | 0 |
| HSL | 307.32º | 1% | 0.68% | - |
| HSV(B) | 307.32º | 0.64% | 1% | - |
| XYZ | 59.98 | 34.74 | 82.14 | - |
| YUV | 156.45 | 172.33 | 198.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 91 | 235 | 0 | 0.64 | 0.08 | 0 | 307.32 | 1 | 0.68 |
| Hex | FF | 5B | EB | 0 | 40 | 8 | 0 | 133 | 64 | 44 |
| Octal | 377 | 133 | 353 | 0 | 100 | 10 | 0 | 463 | 144 | 104 |
| Binary | 11111111 | 1011011 | 11101011 | 0 | 1000000 | 1000 | 0 | 100110011 | 1100100 | 1000100 |
Color Harmonies of #FF5BEB
Complementary color
Monochromatic Colors of #FF5BEB
Black with #FF5BEB
Text Example
Text Example
White with #FF5BEB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF5BEB; }
p { color: rgb(255,91,235); }
H1.HeaderClassName
{
color: #FF5BEB;
}
.AnyTagClassName
{
color: #FF5BEB;
}
</style>
background-color css
<style>
a { background-color: #FF5BEB; }
a { background-color: rgb(255,91,235); }
div.DivClassName
{
background-color: #FF5BEB;
}
.BgClassName
{
background-color: #FF5BEB;
}
</style>
border-color css
<style>
span { border-color: #FF5BEB; }
span { border-color: rgb(255,91,235); }
td.TdClassName
{
border-color: #FF5BEB;
}
.TagClassName
{
border-color: #FF5BEB;
}
</style>