Shades of Pink Flamingo #FF5BEA
Tints of Pink Flamingo #FF5BEA
RGB
CMYK
RGB Variations
Color information
#FF5BEA (or 0xFF5BEA) is known color: Pink Flamingo. HEX triplet: FF, 5B and EA. RGB value is (255,91,234). Sum of RGB (Red+Green+Blue) = 255+91+234=580 (76% of max value = 765). Red value is 255 (100% from 255 or 43.97% from 580); Green value is 91 (35.94% from 255 or 15.69% from 580); Blue value is 234 (91.80% from 255 or 40.34% from 580); Max value from RGB is 255 - color contains mainly: red. Hex color #FF5BEA is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #FF5BEA is #00A415. Grayscale: #9B9B9B. Windows color (decimal): -42006 or 15358975. OLE color: 15358975.
HSL color Cylindrical-coordinate representation of color #FF5BEA: hue angle of 307.68º 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 #FF5BEA is Cyan = 0, Magento = 0.64, Yellow = 0.08 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 91 | 234 | - |
| CMYK | 0 | 0.64 | 0.08 | 0 |
| HSL | 307.68º | 1% | 0.68% | - |
| HSV(B) | 307.68º | 0.64% | 1% | - |
| XYZ | 59.83 | 34.68 | 81.38 | - |
| YUV | 156.34 | 171.83 | 198.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 91 | 234 | 0 | 0.64 | 0.08 | 0 | 307.68 | 1 | 0.68 |
| Hex | FF | 5B | EA | 0 | 40 | 8 | 0 | 134 | 64 | 44 |
| Octal | 377 | 133 | 352 | 0 | 100 | 10 | 0 | 464 | 144 | 104 |
| Binary | 11111111 | 1011011 | 11101010 | 0 | 1000000 | 1000 | 0 | 100110100 | 1100100 | 1000100 |
Color Harmonies of #FF5BEA
Complementary color
Monochromatic Colors of #FF5BEA
Black with #FF5BEA
Text Example
Text Example
White with #FF5BEA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF5BEA; }
p { color: rgb(255,91,234); }
H1.HeaderClassName
{
color: #FF5BEA;
}
.AnyTagClassName
{
color: #FF5BEA;
}
</style>
background-color css
<style>
a { background-color: #FF5BEA; }
a { background-color: rgb(255,91,234); }
div.DivClassName
{
background-color: #FF5BEA;
}
.BgClassName
{
background-color: #FF5BEA;
}
</style>
border-color css
<style>
span { border-color: #FF5BEA; }
span { border-color: rgb(255,91,234); }
td.TdClassName
{
border-color: #FF5BEA;
}
.TagClassName
{
border-color: #FF5BEA;
}
</style>