Shades of Pink Flamingo #FF64EC
Tints of Pink Flamingo #FF64EC
RGB
CMYK
RGB Variations
Color information
#FF64EC (or 0xFF64EC) is known color: Pink Flamingo. HEX triplet: FF, 64 and EC. RGB value is (255,100,236). Sum of RGB (Red+Green+Blue) = 255+100+236=591 (78% of max value = 765). Red value is 255 (100% from 255 or 43.15% from 591); Green value is 100 (39.45% from 255 or 16.92% from 591); Blue value is 236 (92.58% from 255 or 39.93% from 591); Max value from RGB is 255 - color contains mainly: red. Hex color #FF64EC is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #FF64EC is #009B13. Grayscale: #A1A1A1. Windows color (decimal): -39700 or 15492351. OLE color: 15492351.
HSL color Cylindrical-coordinate representation of color #FF64EC: hue angle of 307.35º degrees, saturation: 1, lightness: 0.7%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #FF64EC is Cyan = 0, Magento = 0.61, Yellow = 0.07 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 100 | 236 | - |
| CMYK | 0 | 0.61 | 0.07 | 0 |
| HSL | 307.35º | 1% | 0.7% | - |
| HSV(B) | 307.35º | 0.61% | 1% | - |
| XYZ | 60.94 | 36.43 | 83.18 | - |
| YUV | 161.85 | 169.85 | 194.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 100 | 236 | 0 | 0.61 | 0.07 | 0 | 307.35 | 1 | 0.7 |
| Hex | FF | 64 | EC | 0 | 3D | 7 | 0 | 133 | 64 | 46 |
| Octal | 377 | 144 | 354 | 0 | 75 | 7 | 0 | 463 | 144 | 106 |
| Binary | 11111111 | 1100100 | 11101100 | 0 | 111101 | 111 | 0 | 100110011 | 1100100 | 1000110 |
Color Harmonies of #FF64EC
Complementary color
Monochromatic Colors of #FF64EC
Black with #FF64EC
Text Example
Text Example
White with #FF64EC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF64EC; }
p { color: rgb(255,100,236); }
H1.HeaderClassName
{
color: #FF64EC;
}
.AnyTagClassName
{
color: #FF64EC;
}
</style>
background-color css
<style>
a { background-color: #FF64EC; }
a { background-color: rgb(255,100,236); }
div.DivClassName
{
background-color: #FF64EC;
}
.BgClassName
{
background-color: #FF64EC;
}
</style>
border-color css
<style>
span { border-color: #FF64EC; }
span { border-color: rgb(255,100,236); }
td.TdClassName
{
border-color: #FF64EC;
}
.TagClassName
{
border-color: #FF64EC;
}
</style>