Shades of Pink Flamingo #FF64E6
Tints of Pink Flamingo #FF64E6
RGB
CMYK
RGB Variations
Color information
#FF64E6 (or 0xFF64E6) is known color: Pink Flamingo. HEX triplet: FF, 64 and E6. RGB value is (255,100,230). Sum of RGB (Red+Green+Blue) = 255+100+230=585 (77% of max value = 765). Red value is 255 (100% from 255 or 43.59% from 585); Green value is 100 (39.45% from 255 or 17.09% from 585); Blue value is 230 (90.23% from 255 or 39.32% from 585); Max value from RGB is 255 - color contains mainly: red. Hex color #FF64E6 is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #FF64E6 is #009B19. Grayscale: #A0A0A0. Windows color (decimal): -39706 or 15099135. OLE color: 15099135.
HSL color Cylindrical-coordinate representation of color #FF64E6: hue angle of 309.68º 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 #FF64E6 is Cyan = 0, Magento = 0.61, Yellow = 0.10 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 100 | 230 | - |
| CMYK | 0 | 0.61 | 0.10 | 0 |
| HSL | 309.68º | 1% | 0.7% | - |
| HSV(B) | 309.68º | 0.61% | 1% | - |
| XYZ | 60.08 | 36.09 | 78.66 | - |
| YUV | 161.17 | 166.85 | 194.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 100 | 230 | 0 | 0.61 | 0.10 | 0 | 309.68 | 1 | 0.7 |
| Hex | FF | 64 | E6 | 0 | 3D | A | 0 | 136 | 64 | 46 |
| Octal | 377 | 144 | 346 | 0 | 75 | 12 | 0 | 466 | 144 | 106 |
| Binary | 11111111 | 1100100 | 11100110 | 0 | 111101 | 1010 | 0 | 100110110 | 1100100 | 1000110 |
Color Harmonies of #FF64E6
Complementary color
Monochromatic Colors of #FF64E6
Black with #FF64E6
Text Example
Text Example
White with #FF64E6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF64E6; }
p { color: rgb(255,100,230); }
H1.HeaderClassName
{
color: #FF64E6;
}
.AnyTagClassName
{
color: #FF64E6;
}
</style>
background-color css
<style>
a { background-color: #FF64E6; }
a { background-color: rgb(255,100,230); }
div.DivClassName
{
background-color: #FF64E6;
}
.BgClassName
{
background-color: #FF64E6;
}
</style>
border-color css
<style>
span { border-color: #FF64E6; }
span { border-color: rgb(255,100,230); }
td.TdClassName
{
border-color: #FF64E6;
}
.TagClassName
{
border-color: #FF64E6;
}
</style>