Shades of Pink Flamingo #FF64ED
Tints of Pink Flamingo #FF64ED
RGB
CMYK
RGB Variations
Color information
#FF64ED (or 0xFF64ED) is known color: Pink Flamingo. HEX triplet: FF, 64 and ED. RGB value is (255,100,237). Sum of RGB (Red+Green+Blue) = 255+100+237=592 (78% of max value = 765). Red value is 255 (100% from 255 or 43.07% from 592); Green value is 100 (39.45% from 255 or 16.89% from 592); Blue value is 237 (92.97% from 255 or 40.03% from 592); Max value from RGB is 255 - color contains mainly: red. Hex color #FF64ED is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #FF64ED is #009B12. Grayscale: #A1A1A1. Windows color (decimal): -39699 or 15557887. OLE color: 15557887.
HSL color Cylindrical-coordinate representation of color #FF64ED: hue angle of 306.97º 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 #FF64ED is Cyan = 0, Magento = 0.61, Yellow = 0.07 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 100 | 237 | - |
| CMYK | 0 | 0.61 | 0.07 | 0 |
| HSL | 306.97º | 1% | 0.7% | - |
| HSV(B) | 306.97º | 0.61% | 1% | - |
| XYZ | 61.08 | 36.49 | 83.94 | - |
| YUV | 161.96 | 170.35 | 194.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 100 | 237 | 0 | 0.61 | 0.07 | 0 | 306.97 | 1 | 0.7 |
| Hex | FF | 64 | ED | 0 | 3D | 7 | 0 | 133 | 64 | 46 |
| Octal | 377 | 144 | 355 | 0 | 75 | 7 | 0 | 463 | 144 | 106 |
| Binary | 11111111 | 1100100 | 11101101 | 0 | 111101 | 111 | 0 | 100110011 | 1100100 | 1000110 |
Color Harmonies of #FF64ED
Complementary color
Monochromatic Colors of #FF64ED
Black with #FF64ED
Text Example
Text Example
White with #FF64ED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF64ED; }
p { color: rgb(255,100,237); }
H1.HeaderClassName
{
color: #FF64ED;
}
.AnyTagClassName
{
color: #FF64ED;
}
</style>
background-color css
<style>
a { background-color: #FF64ED; }
a { background-color: rgb(255,100,237); }
div.DivClassName
{
background-color: #FF64ED;
}
.BgClassName
{
background-color: #FF64ED;
}
</style>
border-color css
<style>
span { border-color: #FF64ED; }
span { border-color: rgb(255,100,237); }
td.TdClassName
{
border-color: #FF64ED;
}
.TagClassName
{
border-color: #FF64ED;
}
</style>