Shades of Pink Flamingo #FB49EC
Tints of Pink Flamingo #FB49EC
RGB
CMYK
RGB Variations
Color information
#FB49EC (or 0xFB49EC) is known color: Pink Flamingo. HEX triplet: FB, 49 and EC. RGB value is (251,73,236). Sum of RGB (Red+Green+Blue) = 251+73+236=560 (74% of max value = 765). Red value is 251 (98.44% from 255 or 44.82% from 560); Green value is 73 (28.91% from 255 or 13.04% from 560); Blue value is 236 (92.58% from 255 or 42.14% from 560); Max value from RGB is 251 - color contains mainly: red. Hex color #FB49EC is not a web safe color. Web safe color analog (approx): #FF33FF. Inversed color of #FB49EC is #04B613. Grayscale: #909090. Windows color (decimal): -308756 or 15485435. OLE color: 15485435.
HSL color Cylindrical-coordinate representation of color #FB49EC: hue angle of 305.06º degrees, saturation: 0.96, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #FB49EC is Cyan = 0, Magento = 0.71, Yellow = 0.06 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 251 | 73 | 236 | - |
| CMYK | 0 | 0.71 | 0.06 | 0.02 |
| HSL | 305.06º | 0.96% | 0.64% | - |
| HSV(B) | 305.06º | 0.71% | 0.98% | - |
| XYZ | 57.31 | 31.33 | 82.38 | - |
| YUV | 144.8 | 179.47 | 203.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 251 | 73 | 236 | 0 | 0.71 | 0.06 | 0.02 | 305.06 | 0.96 | 0.64 |
| Hex | FB | 49 | EC | 0 | 47 | 6 | 2 | 131 | 60 | 40 |
| Octal | 373 | 111 | 354 | 0 | 107 | 6 | 2 | 461 | 140 | 100 |
| Binary | 11111011 | 1001001 | 11101100 | 0 | 1000111 | 110 | 10 | 100110001 | 1100000 | 1000000 |
Color Harmonies of #FB49EC
Complementary color
Monochromatic Colors of #FB49EC
Black with #FB49EC
Text Example
Text Example
White with #FB49EC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FB49EC; }
p { color: rgb(251,73,236); }
H1.HeaderClassName
{
color: #FB49EC;
}
.AnyTagClassName
{
color: #FB49EC;
}
</style>
background-color css
<style>
a { background-color: #FB49EC; }
a { background-color: rgb(251,73,236); }
div.DivClassName
{
background-color: #FB49EC;
}
.BgClassName
{
background-color: #FB49EC;
}
</style>
border-color css
<style>
span { border-color: #FB49EC; }
span { border-color: rgb(251,73,236); }
td.TdClassName
{
border-color: #FB49EC;
}
.TagClassName
{
border-color: #FB49EC;
}
</style>