Shades of Pink Flamingo #FB5BEA
Tints of Pink Flamingo #FB5BEA
RGB
CMYK
RGB Variations
Color information
#FB5BEA (or 0xFB5BEA) is known color: Pink Flamingo. HEX triplet: FB, 5B and EA. RGB value is (251,91,234). Sum of RGB (Red+Green+Blue) = 251+91+234=576 (76% of max value = 765). Red value is 251 (98.44% from 255 or 43.58% from 576); Green value is 91 (35.94% from 255 or 15.80% from 576); Blue value is 234 (91.80% from 255 or 40.62% from 576); Max value from RGB is 251 - color contains mainly: red. Hex color #FB5BEA is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #FB5BEA is #04A415. Grayscale: #9A9A9A. Windows color (decimal): -304150 or 15358971. OLE color: 15358971.
HSL color Cylindrical-coordinate representation of color #FB5BEA: hue angle of 306.38º degrees, saturation: 0.95, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #FB5BEA is Cyan = 0, Magento = 0.64, Yellow = 0.07 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 251 | 91 | 234 | - |
| CMYK | 0 | 0.64 | 0.07 | 0.02 |
| HSL | 306.38º | 0.95% | 0.67% | - |
| HSV(B) | 306.38º | 0.64% | 0.98% | - |
| XYZ | 58.38 | 33.93 | 81.31 | - |
| YUV | 155.14 | 172.51 | 196.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 251 | 91 | 234 | 0 | 0.64 | 0.07 | 0.02 | 306.38 | 0.95 | 0.67 |
| Hex | FB | 5B | EA | 0 | 40 | 7 | 2 | 132 | 5F | 43 |
| Octal | 373 | 133 | 352 | 0 | 100 | 7 | 2 | 462 | 137 | 103 |
| Binary | 11111011 | 1011011 | 11101010 | 0 | 1000000 | 111 | 10 | 100110010 | 1011111 | 1000011 |
Color Harmonies of #FB5BEA
Complementary color
Monochromatic Colors of #FB5BEA
Black with #FB5BEA
Text Example
Text Example
White with #FB5BEA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FB5BEA; }
p { color: rgb(251,91,234); }
H1.HeaderClassName
{
color: #FB5BEA;
}
.AnyTagClassName
{
color: #FB5BEA;
}
</style>
background-color css
<style>
a { background-color: #FB5BEA; }
a { background-color: rgb(251,91,234); }
div.DivClassName
{
background-color: #FB5BEA;
}
.BgClassName
{
background-color: #FB5BEA;
}
</style>
border-color css
<style>
span { border-color: #FB5BEA; }
span { border-color: rgb(251,91,234); }
td.TdClassName
{
border-color: #FB5BEA;
}
.TagClassName
{
border-color: #FB5BEA;
}
</style>