Shades of Pink Flamingo #FE64EA
Tints of Pink Flamingo #FE64EA
RGB
CMYK
RGB Variations
Color information
#FE64EA (or 0xFE64EA) is known color: Pink Flamingo. HEX triplet: FE, 64 and EA. RGB value is (254,100,234). Sum of RGB (Red+Green+Blue) = 254+100+234=588 (77% of max value = 765). Red value is 254 (99.61% from 255 or 43.20% from 588); Green value is 100 (39.45% from 255 or 17.01% from 588); Blue value is 234 (91.80% from 255 or 39.80% from 588); Max value from RGB is 254 - color contains mainly: red. Hex color #FE64EA is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #FE64EA is #019B15. Grayscale: #A0A0A0. Windows color (decimal): -105238 or 15361278. OLE color: 15361278.
HSL color Cylindrical-coordinate representation of color #FE64EA: hue angle of 307.79º 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 #FE64EA is Cyan = 0, Magento = 0.61, Yellow = 0.08 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 100 | 234 | - |
| CMYK | 0 | 0.61 | 0.08 | 0.00 |
| HSL | 307.79º | 0.99% | 0.69% | - |
| HSV(B) | 307.79º | 0.61% | 1% | - |
| XYZ | 60.28 | 36.13 | 81.64 | - |
| YUV | 161.32 | 169.02 | 194.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 100 | 234 | 0 | 0.61 | 0.08 | 0.00 | 307.79 | 0.99 | 0.69 |
| Hex | FE | 64 | EA | 0 | 3D | 8 | 0 | 134 | 63 | 45 |
| Octal | 376 | 144 | 352 | 0 | 75 | 10 | 0 | 464 | 143 | 105 |
| Binary | 11111110 | 1100100 | 11101010 | 0 | 111101 | 1000 | 0 | 100110100 | 1100011 | 1000101 |
Color Harmonies of #FE64EA
Complementary color
Monochromatic Colors of #FE64EA
Black with #FE64EA
Text Example
Text Example
White with #FE64EA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FE64EA; }
p { color: rgb(254,100,234); }
H1.HeaderClassName
{
color: #FE64EA;
}
.AnyTagClassName
{
color: #FE64EA;
}
</style>
background-color css
<style>
a { background-color: #FE64EA; }
a { background-color: rgb(254,100,234); }
div.DivClassName
{
background-color: #FE64EA;
}
.BgClassName
{
background-color: #FE64EA;
}
</style>
border-color css
<style>
span { border-color: #FE64EA; }
span { border-color: rgb(254,100,234); }
td.TdClassName
{
border-color: #FE64EA;
}
.TagClassName
{
border-color: #FE64EA;
}
</style>