Shades of Pink Flamingo #FB61EC
Tints of Pink Flamingo #FB61EC
RGB
CMYK
RGB Variations
Color information
#FB61EC (or 0xFB61EC) is known color: Pink Flamingo. HEX triplet: FB, 61 and EC. RGB value is (251,97,236). Sum of RGB (Red+Green+Blue) = 251+97+236=584 (77% of max value = 765). Red value is 251 (98.44% from 255 or 42.98% from 584); Green value is 97 (38.28% from 255 or 16.61% from 584); Blue value is 236 (92.58% from 255 or 40.41% from 584); Max value from RGB is 251 - color contains mainly: red. Hex color #FB61EC is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #FB61EC is #049E13. Grayscale: #9E9E9E. Windows color (decimal): -302612 or 15491579. OLE color: 15491579.
HSL color Cylindrical-coordinate representation of color #FB61EC: hue angle of 305.84º 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 #FB61EC is Cyan = 0, Magento = 0.61, Yellow = 0.06 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 251 | 97 | 236 | - |
| CMYK | 0 | 0.61 | 0.06 | 0.02 |
| HSL | 305.84º | 0.95% | 0.68% | - |
| HSV(B) | 305.84º | 0.61% | 0.98% | - |
| XYZ | 59.2 | 35.11 | 83.01 | - |
| YUV | 158.89 | 171.52 | 193.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 251 | 97 | 236 | 0 | 0.61 | 0.06 | 0.02 | 305.84 | 0.95 | 0.68 |
| Hex | FB | 61 | EC | 0 | 3D | 6 | 2 | 132 | 5F | 44 |
| Octal | 373 | 141 | 354 | 0 | 75 | 6 | 2 | 462 | 137 | 104 |
| Binary | 11111011 | 1100001 | 11101100 | 0 | 111101 | 110 | 10 | 100110010 | 1011111 | 1000100 |
Color Harmonies of #FB61EC
Complementary color
Monochromatic Colors of #FB61EC
Black with #FB61EC
Text Example
Text Example
White with #FB61EC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FB61EC; }
p { color: rgb(251,97,236); }
H1.HeaderClassName
{
color: #FB61EC;
}
.AnyTagClassName
{
color: #FB61EC;
}
</style>
background-color css
<style>
a { background-color: #FB61EC; }
a { background-color: rgb(251,97,236); }
div.DivClassName
{
background-color: #FB61EC;
}
.BgClassName
{
background-color: #FB61EC;
}
</style>
border-color css
<style>
span { border-color: #FB61EC; }
span { border-color: rgb(251,97,236); }
td.TdClassName
{
border-color: #FB61EC;
}
.TagClassName
{
border-color: #FB61EC;
}
</style>