Shades of Pink Flamingo #FB51EC
Tints of Pink Flamingo #FB51EC
RGB
CMYK
RGB Variations
Color information
#FB51EC (or 0xFB51EC) is known color: Pink Flamingo. HEX triplet: FB, 51 and EC. RGB value is (251,81,236). Sum of RGB (Red+Green+Blue) = 251+81+236=568 (75% of max value = 765). Red value is 251 (98.44% from 255 or 44.19% from 568); Green value is 81 (32.03% from 255 or 14.26% from 568); Blue value is 236 (92.58% from 255 or 41.55% from 568); Max value from RGB is 251 - color contains mainly: red. Hex color #FB51EC is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #FB51EC is #04AE13. Grayscale: #959595. Windows color (decimal): -306708 or 15487483. OLE color: 15487483.
HSL color Cylindrical-coordinate representation of color #FB51EC: hue angle of 305.29º 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 #FB51EC is Cyan = 0, Magento = 0.68, Yellow = 0.06 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 251 | 81 | 236 | - |
| CMYK | 0 | 0.68 | 0.06 | 0.02 |
| HSL | 305.29º | 0.96% | 0.65% | - |
| HSV(B) | 305.29º | 0.68% | 0.98% | - |
| XYZ | 57.87 | 32.45 | 82.57 | - |
| YUV | 149.5 | 176.82 | 200.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 251 | 81 | 236 | 0 | 0.68 | 0.06 | 0.02 | 305.29 | 0.96 | 0.65 |
| Hex | FB | 51 | EC | 0 | 44 | 6 | 2 | 131 | 60 | 41 |
| Octal | 373 | 121 | 354 | 0 | 104 | 6 | 2 | 461 | 140 | 101 |
| Binary | 11111011 | 1010001 | 11101100 | 0 | 1000100 | 110 | 10 | 100110001 | 1100000 | 1000001 |
Color Harmonies of #FB51EC
Complementary color
Monochromatic Colors of #FB51EC
Black with #FB51EC
Text Example
Text Example
White with #FB51EC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FB51EC; }
p { color: rgb(251,81,236); }
H1.HeaderClassName
{
color: #FB51EC;
}
.AnyTagClassName
{
color: #FB51EC;
}
</style>
background-color css
<style>
a { background-color: #FB51EC; }
a { background-color: rgb(251,81,236); }
div.DivClassName
{
background-color: #FB51EC;
}
.BgClassName
{
background-color: #FB51EC;
}
</style>
border-color css
<style>
span { border-color: #FB51EC; }
span { border-color: rgb(251,81,236); }
td.TdClassName
{
border-color: #FB51EC;
}
.TagClassName
{
border-color: #FB51EC;
}
</style>