Shades of Pink Flamingo #FB50EC
Tints of Pink Flamingo #FB50EC
RGB
CMYK
RGB Variations
Color information
#FB50EC (or 0xFB50EC) is known color: Pink Flamingo. HEX triplet: FB, 50 and EC. RGB value is (251,80,236). Sum of RGB (Red+Green+Blue) = 251+80+236=567 (75% of max value = 765). Red value is 251 (98.44% from 255 or 44.27% from 567); Green value is 80 (31.64% from 255 or 14.11% from 567); Blue value is 236 (92.58% from 255 or 41.62% from 567); Max value from RGB is 251 - color contains mainly: red. Hex color #FB50EC is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #FB50EC is #04AF13. Grayscale: #949494. Windows color (decimal): -306964 or 15487227. OLE color: 15487227.
HSL color Cylindrical-coordinate representation of color #FB50EC: hue angle of 305.26º degrees, saturation: 0.96, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #FB50EC is Cyan = 0, Magento = 0.68, Yellow = 0.06 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 251 | 80 | 236 | - |
| CMYK | 0 | 0.68 | 0.06 | 0.02 |
| HSL | 305.26º | 0.96% | 0.65% | - |
| HSV(B) | 305.26º | 0.68% | 0.98% | - |
| XYZ | 57.79 | 32.3 | 82.55 | - |
| YUV | 148.91 | 177.15 | 200.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 251 | 80 | 236 | 0 | 0.68 | 0.06 | 0.02 | 305.26 | 0.96 | 0.65 |
| Hex | FB | 50 | EC | 0 | 44 | 6 | 2 | 131 | 60 | 41 |
| Octal | 373 | 120 | 354 | 0 | 104 | 6 | 2 | 461 | 140 | 101 |
| Binary | 11111011 | 1010000 | 11101100 | 0 | 1000100 | 110 | 10 | 100110001 | 1100000 | 1000001 |
Color Harmonies of #FB50EC
Complementary color
Monochromatic Colors of #FB50EC
Black with #FB50EC
Text Example
Text Example
White with #FB50EC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FB50EC; }
p { color: rgb(251,80,236); }
H1.HeaderClassName
{
color: #FB50EC;
}
.AnyTagClassName
{
color: #FB50EC;
}
</style>
background-color css
<style>
a { background-color: #FB50EC; }
a { background-color: rgb(251,80,236); }
div.DivClassName
{
background-color: #FB50EC;
}
.BgClassName
{
background-color: #FB50EC;
}
</style>
border-color css
<style>
span { border-color: #FB50EC; }
span { border-color: rgb(251,80,236); }
td.TdClassName
{
border-color: #FB50EC;
}
.TagClassName
{
border-color: #FB50EC;
}
</style>