Shades of Pink Flamingo #FB62EC
Tints of Pink Flamingo #FB62EC
RGB
CMYK
RGB Variations
Color information
#FB62EC (or 0xFB62EC) is known color: Pink Flamingo. HEX triplet: FB, 62 and EC. RGB value is (251,98,236). Sum of RGB (Red+Green+Blue) = 251+98+236=585 (77% of max value = 765). Red value is 251 (98.44% from 255 or 42.91% from 585); Green value is 98 (38.67% from 255 or 16.75% from 585); Blue value is 236 (92.58% from 255 or 40.34% from 585); Max value from RGB is 251 - color contains mainly: red. Hex color #FB62EC is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #FB62EC is #049D13. Grayscale: #9F9F9F. Windows color (decimal): -302356 or 15491835. OLE color: 15491835.
HSL color Cylindrical-coordinate representation of color #FB62EC: hue angle of 305.88º degrees, saturation: 0.95, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #FB62EC is Cyan = 0, Magento = 0.61, Yellow = 0.06 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 251 | 98 | 236 | - |
| CMYK | 0 | 0.61 | 0.06 | 0.02 |
| HSL | 305.88º | 0.95% | 0.68% | - |
| HSV(B) | 305.88º | 0.61% | 0.98% | - |
| XYZ | 59.29 | 35.3 | 83.05 | - |
| YUV | 159.48 | 171.19 | 193.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 251 | 98 | 236 | 0 | 0.61 | 0.06 | 0.02 | 305.88 | 0.95 | 0.68 |
| Hex | FB | 62 | EC | 0 | 3D | 6 | 2 | 132 | 5F | 44 |
| Octal | 373 | 142 | 354 | 0 | 75 | 6 | 2 | 462 | 137 | 104 |
| Binary | 11111011 | 1100010 | 11101100 | 0 | 111101 | 110 | 10 | 100110010 | 1011111 | 1000100 |
Color Harmonies of #FB62EC
Complementary color
Monochromatic Colors of #FB62EC
Black with #FB62EC
Text Example
Text Example
White with #FB62EC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FB62EC; }
p { color: rgb(251,98,236); }
H1.HeaderClassName
{
color: #FB62EC;
}
.AnyTagClassName
{
color: #FB62EC;
}
</style>
background-color css
<style>
a { background-color: #FB62EC; }
a { background-color: rgb(251,98,236); }
div.DivClassName
{
background-color: #FB62EC;
}
.BgClassName
{
background-color: #FB62EC;
}
</style>
border-color css
<style>
span { border-color: #FB62EC; }
span { border-color: rgb(251,98,236); }
td.TdClassName
{
border-color: #FB62EC;
}
.TagClassName
{
border-color: #FB62EC;
}
</style>