Shades of Pink Flamingo #FF64E3
Tints of Pink Flamingo #FF64E3
RGB
CMYK
RGB Variations
Color information
#FF64E3 (or 0xFF64E3) is known color: Pink Flamingo. HEX triplet: FF, 64 and E3. RGB value is (255,100,227). Sum of RGB (Red+Green+Blue) = 255+100+227=582 (77% of max value = 765). Red value is 255 (100% from 255 or 43.81% from 582); Green value is 100 (39.45% from 255 or 17.18% from 582); Blue value is 227 (89.06% from 255 or 39.00% from 582); Max value from RGB is 255 - color contains mainly: red. Hex color #FF64E3 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #FF64E3 is #009B1C. Grayscale: #A0A0A0. Windows color (decimal): -39709 or 14902527. OLE color: 14902527.
HSL color Cylindrical-coordinate representation of color #FF64E3: hue angle of 310.84º 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 #FF64E3 is Cyan = 0, Magento = 0.61, Yellow = 0.11 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 100 | 227 | - |
| CMYK | 0 | 0.61 | 0.11 | 0 |
| HSL | 310.84º | 1% | 0.7% | - |
| HSV(B) | 310.84º | 0.61% | 1% | - |
| XYZ | 59.66 | 35.92 | 76.46 | - |
| YUV | 160.82 | 165.35 | 195.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 100 | 227 | 0 | 0.61 | 0.11 | 0 | 310.84 | 1 | 0.7 |
| Hex | FF | 64 | E3 | 0 | 3D | B | 0 | 137 | 64 | 46 |
| Octal | 377 | 144 | 343 | 0 | 75 | 13 | 0 | 467 | 144 | 106 |
| Binary | 11111111 | 1100100 | 11100011 | 0 | 111101 | 1011 | 0 | 100110111 | 1100100 | 1000110 |
Color Harmonies of #FF64E3
Complementary color
Monochromatic Colors of #FF64E3
Black with #FF64E3
Text Example
Text Example
White with #FF64E3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF64E3; }
p { color: rgb(255,100,227); }
H1.HeaderClassName
{
color: #FF64E3;
}
.AnyTagClassName
{
color: #FF64E3;
}
</style>
background-color css
<style>
a { background-color: #FF64E3; }
a { background-color: rgb(255,100,227); }
div.DivClassName
{
background-color: #FF64E3;
}
.BgClassName
{
background-color: #FF64E3;
}
</style>
border-color css
<style>
span { border-color: #FF64E3; }
span { border-color: rgb(255,100,227); }
td.TdClassName
{
border-color: #FF64E3;
}
.TagClassName
{
border-color: #FF64E3;
}
</style>