Shades of Pink Flamingo #F654EC
Tints of Pink Flamingo #F654EC
RGB
CMYK
RGB Variations
Color information
#F654EC (or 0xF654EC) is known color: Pink Flamingo. HEX triplet: F6, 54 and EC. RGB value is (246,84,236). Sum of RGB (Red+Green+Blue) = 246+84+236=566 (74% of max value = 765). Red value is 246 (96.48% from 255 or 43.46% from 566); Green value is 84 (33.20% from 255 or 14.84% from 566); Blue value is 236 (92.58% from 255 or 41.70% from 566); Max value from RGB is 246 - color contains mainly: red. Hex color #F654EC is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #F654EC is #09AB13. Grayscale: #959595. Windows color (decimal): -633620 or 15488246. OLE color: 15488246.
HSL color Cylindrical-coordinate representation of color #F654EC: hue angle of 303.7º degrees, saturation: 0.9, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #F654EC is Cyan = 0, Magento = 0.66, Yellow = 0.04 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 246 | 84 | 236 | - |
| CMYK | 0 | 0.66 | 0.04 | 0.04 |
| HSL | 303.7º | 0.9% | 0.65% | - |
| HSV(B) | 303.7º | 0.66% | 0.96% | - |
| XYZ | 56.32 | 31.99 | 82.56 | - |
| YUV | 149.77 | 176.67 | 196.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 246 | 84 | 236 | 0 | 0.66 | 0.04 | 0.04 | 303.7 | 0.9 | 0.65 |
| Hex | F6 | 54 | EC | 0 | 42 | 4 | 4 | 130 | 5A | 41 |
| Octal | 366 | 124 | 354 | 0 | 102 | 4 | 4 | 460 | 132 | 101 |
| Binary | 11110110 | 1010100 | 11101100 | 0 | 1000010 | 100 | 100 | 100110000 | 1011010 | 1000001 |
Color Harmonies of #F654EC
Complementary color
Monochromatic Colors of #F654EC
Black with #F654EC
Text Example
Text Example
White with #F654EC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F654EC; }
p { color: rgb(246,84,236); }
H1.HeaderClassName
{
color: #F654EC;
}
.AnyTagClassName
{
color: #F654EC;
}
</style>
background-color css
<style>
a { background-color: #F654EC; }
a { background-color: rgb(246,84,236); }
div.DivClassName
{
background-color: #F654EC;
}
.BgClassName
{
background-color: #F654EC;
}
</style>
border-color css
<style>
span { border-color: #F654EC; }
span { border-color: rgb(246,84,236); }
td.TdClassName
{
border-color: #F654EC;
}
.TagClassName
{
border-color: #F654EC;
}
</style>