Shades of Pink Flamingo #FF64EE
Tints of Pink Flamingo #FF64EE
RGB
CMYK
RGB Variations
Color information
#FF64EE (or 0xFF64EE) is known color: Pink Flamingo. HEX triplet: FF, 64 and EE. RGB value is (255,100,238). Sum of RGB (Red+Green+Blue) = 255+100+238=593 (78% of max value = 765). Red value is 255 (100% from 255 or 43.00% from 593); Green value is 100 (39.45% from 255 or 16.86% from 593); Blue value is 238 (93.36% from 255 or 40.13% from 593); Max value from RGB is 255 - color contains mainly: red. Hex color #FF64EE is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #FF64EE is #009B11. Grayscale: #A1A1A1. Windows color (decimal): -39698 or 15623423. OLE color: 15623423.
HSL color Cylindrical-coordinate representation of color #FF64EE: hue angle of 306.58º 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 #FF64EE is Cyan = 0, Magento = 0.61, Yellow = 0.07 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 100 | 238 | - |
| CMYK | 0 | 0.61 | 0.07 | 0 |
| HSL | 306.58º | 1% | 0.7% | - |
| HSV(B) | 306.58º | 0.61% | 1% | - |
| XYZ | 61.23 | 36.55 | 84.72 | - |
| YUV | 162.08 | 170.85 | 194.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 100 | 238 | 0 | 0.61 | 0.07 | 0 | 306.58 | 1 | 0.7 |
| Hex | FF | 64 | EE | 0 | 3D | 7 | 0 | 133 | 64 | 46 |
| Octal | 377 | 144 | 356 | 0 | 75 | 7 | 0 | 463 | 144 | 106 |
| Binary | 11111111 | 1100100 | 11101110 | 0 | 111101 | 111 | 0 | 100110011 | 1100100 | 1000110 |
Color Harmonies of #FF64EE
Complementary color
Monochromatic Colors of #FF64EE
Black with #FF64EE
Text Example
Text Example
White with #FF64EE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF64EE; }
p { color: rgb(255,100,238); }
H1.HeaderClassName
{
color: #FF64EE;
}
.AnyTagClassName
{
color: #FF64EE;
}
</style>
background-color css
<style>
a { background-color: #FF64EE; }
a { background-color: rgb(255,100,238); }
div.DivClassName
{
background-color: #FF64EE;
}
.BgClassName
{
background-color: #FF64EE;
}
</style>
border-color css
<style>
span { border-color: #FF64EE; }
span { border-color: rgb(255,100,238); }
td.TdClassName
{
border-color: #FF64EE;
}
.TagClassName
{
border-color: #FF64EE;
}
</style>