Shades of Pink Flamingo #FE4EFE
Tints of Pink Flamingo #FE4EFE
RGB
CMYK
RGB Variations
Color information
#FE4EFE (or 0xFE4EFE) is known color: Pink Flamingo. HEX triplet: FE, 4E and FE. RGB value is (254,78,254). Sum of RGB (Red+Green+Blue) = 254+78+254=586 (77% of max value = 765). Red value is 254 (99.61% from 255 or 43.34% from 586); Green value is 78 (30.86% from 255 or 13.31% from 586); Blue value is 254 (99.61% from 255 or 43.34% from 586); Max value from RGB is 254 - color contains mainly: red, blue. Hex color #FE4EFE is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #FE4EFE is #01B101. Grayscale: #969696. Windows color (decimal): -110850 or 16666366. OLE color: 16666366.
HSL color Cylindrical-coordinate representation of color #FE4EFE: hue angle of 300º degrees, saturation: 0.99, lightness: 0.65%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #FE4EFE is Cyan = 0, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 78 | 254 | - |
| CMYK | 0 | 0.69 | 0 | 0.00 |
| HSL | 300º | 0.99% | 0.65% | - |
| HSV(B) | 300º | 0.69% | 1% | - |
| XYZ | 61.49 | 33.68 | 97.03 | - |
| YUV | 150.69 | 186.31 | 201.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 78 | 254 | 0 | 0.69 | 0 | 0.00 | 300 | 0.99 | 0.65 |
| Hex | FE | 4E | FE | 0 | 45 | 0 | 0 | 12C | 63 | 41 |
| Octal | 376 | 116 | 376 | 0 | 105 | 0 | 0 | 454 | 143 | 101 |
| Binary | 11111110 | 1001110 | 11111110 | 0 | 1000101 | 0 | 0 | 100101100 | 1100011 | 1000001 |
Color Harmonies of #FE4EFE
Complementary color
Monochromatic Colors of #FE4EFE
Black with #FE4EFE
Text Example
Text Example
White with #FE4EFE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FE4EFE; }
p { color: rgb(254,78,254); }
H1.HeaderClassName
{
color: #FE4EFE;
}
.AnyTagClassName
{
color: #FE4EFE;
}
</style>
background-color css
<style>
a { background-color: #FE4EFE; }
a { background-color: rgb(254,78,254); }
div.DivClassName
{
background-color: #FE4EFE;
}
.BgClassName
{
background-color: #FE4EFE;
}
</style>
border-color css
<style>
span { border-color: #FE4EFE; }
span { border-color: rgb(254,78,254); }
td.TdClassName
{
border-color: #FE4EFE;
}
.TagClassName
{
border-color: #FE4EFE;
}
</style>