Shades of Pink Flamingo #FF64EA
Tints of Pink Flamingo #FF64EA
RGB
CMYK
RGB Variations
Color information
#FF64EA (or 0xFF64EA) is known color: Pink Flamingo. HEX triplet: FF, 64 and EA. RGB value is (255,100,234). Sum of RGB (Red+Green+Blue) = 255+100+234=589 (78% of max value = 765). Red value is 255 (100% from 255 or 43.29% from 589); Green value is 100 (39.45% from 255 or 16.98% from 589); Blue value is 234 (91.80% from 255 or 39.73% from 589); Max value from RGB is 255 - color contains mainly: red. Hex color #FF64EA is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #FF64EA is #009B15. Grayscale: #A1A1A1. Windows color (decimal): -39702 or 15361279. OLE color: 15361279.
HSL color Cylindrical-coordinate representation of color #FF64EA: hue angle of 308.13º 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 #FF64EA is Cyan = 0, Magento = 0.61, Yellow = 0.08 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 100 | 234 | - |
| CMYK | 0 | 0.61 | 0.08 | 0 |
| HSL | 308.13º | 1% | 0.7% | - |
| HSV(B) | 308.13º | 0.61% | 1% | - |
| XYZ | 60.65 | 36.31 | 81.65 | - |
| YUV | 161.62 | 168.85 | 194.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 100 | 234 | 0 | 0.61 | 0.08 | 0 | 308.13 | 1 | 0.7 |
| Hex | FF | 64 | EA | 0 | 3D | 8 | 0 | 134 | 64 | 46 |
| Octal | 377 | 144 | 352 | 0 | 75 | 10 | 0 | 464 | 144 | 106 |
| Binary | 11111111 | 1100100 | 11101010 | 0 | 111101 | 1000 | 0 | 100110100 | 1100100 | 1000110 |
Color Harmonies of #FF64EA
Complementary color
Monochromatic Colors of #FF64EA
Black with #FF64EA
Text Example
Text Example
White with #FF64EA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF64EA; }
p { color: rgb(255,100,234); }
H1.HeaderClassName
{
color: #FF64EA;
}
.AnyTagClassName
{
color: #FF64EA;
}
</style>
background-color css
<style>
a { background-color: #FF64EA; }
a { background-color: rgb(255,100,234); }
div.DivClassName
{
background-color: #FF64EA;
}
.BgClassName
{
background-color: #FF64EA;
}
</style>
border-color css
<style>
span { border-color: #FF64EA; }
span { border-color: rgb(255,100,234); }
td.TdClassName
{
border-color: #FF64EA;
}
.TagClassName
{
border-color: #FF64EA;
}
</style>