Shades of Pink Flamingo #FB64EC
Tints of Pink Flamingo #FB64EC
RGB
CMYK
RGB Variations
Color information
#FB64EC (or 0xFB64EC) is known color: Pink Flamingo. HEX triplet: FB, 64 and EC. RGB value is (251,100,236). Sum of RGB (Red+Green+Blue) = 251+100+236=587 (77% of max value = 765). Red value is 251 (98.44% from 255 or 42.76% from 587); Green value is 100 (39.45% from 255 or 17.04% from 587); Blue value is 236 (92.58% from 255 or 40.20% from 587); Max value from RGB is 251 - color contains mainly: red. Hex color #FB64EC is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #FB64EC is #049B13. Grayscale: #A0A0A0. Windows color (decimal): -301844 or 15492347. OLE color: 15492347.
HSL color Cylindrical-coordinate representation of color #FB64EC: hue angle of 305.96º degrees, saturation: 0.95, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #FB64EC is Cyan = 0, Magento = 0.60, Yellow = 0.06 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 251 | 100 | 236 | - |
| CMYK | 0 | 0.60 | 0.06 | 0.02 |
| HSL | 305.96º | 0.95% | 0.69% | - |
| HSV(B) | 305.96º | 0.6% | 0.98% | - |
| XYZ | 59.48 | 35.68 | 83.11 | - |
| YUV | 160.65 | 170.53 | 192.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 251 | 100 | 236 | 0 | 0.60 | 0.06 | 0.02 | 305.96 | 0.95 | 0.69 |
| Hex | FB | 64 | EC | 0 | 3C | 6 | 2 | 132 | 5F | 45 |
| Octal | 373 | 144 | 354 | 0 | 74 | 6 | 2 | 462 | 137 | 105 |
| Binary | 11111011 | 1100100 | 11101100 | 0 | 111100 | 110 | 10 | 100110010 | 1011111 | 1000101 |
Color Harmonies of #FB64EC
Complementary color
Monochromatic Colors of #FB64EC
Black with #FB64EC
Text Example
Text Example
White with #FB64EC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FB64EC; }
p { color: rgb(251,100,236); }
H1.HeaderClassName
{
color: #FB64EC;
}
.AnyTagClassName
{
color: #FB64EC;
}
</style>
background-color css
<style>
a { background-color: #FB64EC; }
a { background-color: rgb(251,100,236); }
div.DivClassName
{
background-color: #FB64EC;
}
.BgClassName
{
background-color: #FB64EC;
}
</style>
border-color css
<style>
span { border-color: #FB64EC; }
span { border-color: rgb(251,100,236); }
td.TdClassName
{
border-color: #FB64EC;
}
.TagClassName
{
border-color: #FB64EC;
}
</style>