Shades of Pink Flamingo #FE64E5
Tints of Pink Flamingo #FE64E5
RGB
CMYK
RGB Variations
Color information
#FE64E5 (or 0xFE64E5) is known color: Pink Flamingo. HEX triplet: FE, 64 and E5. RGB value is (254,100,229). Sum of RGB (Red+Green+Blue) = 254+100+229=583 (77% of max value = 765). Red value is 254 (99.61% from 255 or 43.57% from 583); Green value is 100 (39.45% from 255 or 17.15% from 583); Blue value is 229 (89.84% from 255 or 39.28% from 583); Max value from RGB is 254 - color contains mainly: red. Hex color #FE64E5 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #FE64E5 is #019B1A. Grayscale: #A0A0A0. Windows color (decimal): -105243 or 15033598. OLE color: 15033598.
HSL color Cylindrical-coordinate representation of color #FE64E5: hue angle of 309.74º degrees, saturation: 0.99, lightness: 0.69%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #FE64E5 is Cyan = 0, Magento = 0.61, Yellow = 0.10 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 100 | 229 | - |
| CMYK | 0 | 0.61 | 0.10 | 0.00 |
| HSL | 309.74º | 0.99% | 0.69% | - |
| HSV(B) | 309.74º | 0.61% | 1% | - |
| XYZ | 59.57 | 35.84 | 77.91 | - |
| YUV | 160.75 | 166.52 | 194.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 100 | 229 | 0 | 0.61 | 0.10 | 0.00 | 309.74 | 0.99 | 0.69 |
| Hex | FE | 64 | E5 | 0 | 3D | A | 0 | 136 | 63 | 45 |
| Octal | 376 | 144 | 345 | 0 | 75 | 12 | 0 | 466 | 143 | 105 |
| Binary | 11111110 | 1100100 | 11100101 | 0 | 111101 | 1010 | 0 | 100110110 | 1100011 | 1000101 |
Color Harmonies of #FE64E5
Complementary color
Monochromatic Colors of #FE64E5
Black with #FE64E5
Text Example
Text Example
White with #FE64E5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FE64E5; }
p { color: rgb(254,100,229); }
H1.HeaderClassName
{
color: #FE64E5;
}
.AnyTagClassName
{
color: #FE64E5;
}
</style>
background-color css
<style>
a { background-color: #FE64E5; }
a { background-color: rgb(254,100,229); }
div.DivClassName
{
background-color: #FE64E5;
}
.BgClassName
{
background-color: #FE64E5;
}
</style>
border-color css
<style>
span { border-color: #FE64E5; }
span { border-color: rgb(254,100,229); }
td.TdClassName
{
border-color: #FE64E5;
}
.TagClassName
{
border-color: #FE64E5;
}
</style>