Shades of Pink Flamingo #FB5BEF
Tints of Pink Flamingo #FB5BEF
RGB
CMYK
RGB Variations
Color information
#FB5BEF (or 0xFB5BEF) is known color: Pink Flamingo. HEX triplet: FB, 5B and EF. RGB value is (251,91,239). Sum of RGB (Red+Green+Blue) = 251+91+239=581 (76% of max value = 765). Red value is 251 (98.44% from 255 or 43.20% from 581); Green value is 91 (35.94% from 255 or 15.66% from 581); Blue value is 239 (93.75% from 255 or 41.14% from 581); Max value from RGB is 251 - color contains mainly: red. Hex color #FB5BEF is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #FB5BEF is #04A410. Grayscale: #9B9B9B. Windows color (decimal): -304145 or 15686651. OLE color: 15686651.
HSL color Cylindrical-coordinate representation of color #FB5BEF: hue angle of 304.5º 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 #FB5BEF is Cyan = 0, Magento = 0.64, Yellow = 0.05 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 251 | 91 | 239 | - |
| CMYK | 0 | 0.64 | 0.05 | 0.02 |
| HSL | 304.5º | 0.95% | 0.67% | - |
| HSV(B) | 304.5º | 0.64% | 0.98% | - |
| XYZ | 59.1 | 34.22 | 85.15 | - |
| YUV | 155.71 | 175.01 | 195.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 251 | 91 | 239 | 0 | 0.64 | 0.05 | 0.02 | 304.5 | 0.95 | 0.67 |
| Hex | FB | 5B | EF | 0 | 40 | 5 | 2 | 130 | 5F | 43 |
| Octal | 373 | 133 | 357 | 0 | 100 | 5 | 2 | 460 | 137 | 103 |
| Binary | 11111011 | 1011011 | 11101111 | 0 | 1000000 | 101 | 10 | 100110000 | 1011111 | 1000011 |
Color Harmonies of #FB5BEF
Complementary color
Monochromatic Colors of #FB5BEF
Black with #FB5BEF
Text Example
Text Example
White with #FB5BEF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FB5BEF; }
p { color: rgb(251,91,239); }
H1.HeaderClassName
{
color: #FB5BEF;
}
.AnyTagClassName
{
color: #FB5BEF;
}
</style>
background-color css
<style>
a { background-color: #FB5BEF; }
a { background-color: rgb(251,91,239); }
div.DivClassName
{
background-color: #FB5BEF;
}
.BgClassName
{
background-color: #FB5BEF;
}
</style>
border-color css
<style>
span { border-color: #FB5BEF; }
span { border-color: rgb(251,91,239); }
td.TdClassName
{
border-color: #FB5BEF;
}
.TagClassName
{
border-color: #FB5BEF;
}
</style>