Shades of Pink Flamingo #FF51EC
Tints of Pink Flamingo #FF51EC
RGB
CMYK
RGB Variations
Color information
#FF51EC (or 0xFF51EC) is known color: Pink Flamingo. HEX triplet: FF, 51 and EC. RGB value is (255,81,236). Sum of RGB (Red+Green+Blue) = 255+81+236=572 (75% of max value = 765). Red value is 255 (100% from 255 or 44.58% from 572); Green value is 81 (32.03% from 255 or 14.16% from 572); Blue value is 236 (92.58% from 255 or 41.26% from 572); Max value from RGB is 255 - color contains mainly: red. Hex color #FF51EC is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #FF51EC is #00AE13. Grayscale: #969696. Windows color (decimal): -44564 or 15487487. OLE color: 15487487.
HSL color Cylindrical-coordinate representation of color #FF51EC: hue angle of 306.55º degrees, saturation: 1, lightness: 0.66%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #FF51EC is Cyan = 0, Magento = 0.68, Yellow = 0.07 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 81 | 236 | - |
| CMYK | 0 | 0.68 | 0.07 | 0 |
| HSL | 306.55º | 1% | 0.66% | - |
| HSV(B) | 306.55º | 0.68% | 1% | - |
| XYZ | 59.32 | 33.2 | 82.64 | - |
| YUV | 150.7 | 176.15 | 202.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 81 | 236 | 0 | 0.68 | 0.07 | 0 | 306.55 | 1 | 0.66 |
| Hex | FF | 51 | EC | 0 | 44 | 7 | 0 | 133 | 64 | 42 |
| Octal | 377 | 121 | 354 | 0 | 104 | 7 | 0 | 463 | 144 | 102 |
| Binary | 11111111 | 1010001 | 11101100 | 0 | 1000100 | 111 | 0 | 100110011 | 1100100 | 1000010 |
Color Harmonies of #FF51EC
Complementary color
Monochromatic Colors of #FF51EC
Black with #FF51EC
Text Example
Text Example
White with #FF51EC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF51EC; }
p { color: rgb(255,81,236); }
H1.HeaderClassName
{
color: #FF51EC;
}
.AnyTagClassName
{
color: #FF51EC;
}
</style>
background-color css
<style>
a { background-color: #FF51EC; }
a { background-color: rgb(255,81,236); }
div.DivClassName
{
background-color: #FF51EC;
}
.BgClassName
{
background-color: #FF51EC;
}
</style>
border-color css
<style>
span { border-color: #FF51EC; }
span { border-color: rgb(255,81,236); }
td.TdClassName
{
border-color: #FF51EC;
}
.TagClassName
{
border-color: #FF51EC;
}
</style>