Shades of Pink Flamingo #FE4EFA
Tints of Pink Flamingo #FE4EFA
RGB
CMYK
RGB Variations
Color information
#FE4EFA (or 0xFE4EFA) is known color: Pink Flamingo. HEX triplet: FE, 4E and FA. RGB value is (254,78,250). Sum of RGB (Red+Green+Blue) = 254+78+250=582 (77% of max value = 765). Red value is 254 (99.61% from 255 or 43.64% from 582); Green value is 78 (30.86% from 255 or 13.40% from 582); Blue value is 250 (98.05% from 255 or 42.96% from 582); Max value from RGB is 254 - color contains mainly: red. Hex color #FE4EFA is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #FE4EFA is #01B105. Grayscale: #959595. Windows color (decimal): -110854 or 16404222. OLE color: 16404222.
HSL color Cylindrical-coordinate representation of color #FE4EFA: hue angle of 301.36º 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 #FE4EFA is Cyan = 0, Magento = 0.69, Yellow = 0.02 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 78 | 250 | - |
| CMYK | 0 | 0.69 | 0.02 | 0.00 |
| HSL | 301.36º | 0.99% | 0.65% | - |
| HSV(B) | 301.36º | 0.69% | 1% | - |
| XYZ | 60.85 | 33.42 | 93.69 | - |
| YUV | 150.23 | 184.31 | 202.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 78 | 250 | 0 | 0.69 | 0.02 | 0.00 | 301.36 | 0.99 | 0.65 |
| Hex | FE | 4E | FA | 0 | 45 | 2 | 0 | 12D | 63 | 41 |
| Octal | 376 | 116 | 372 | 0 | 105 | 2 | 0 | 455 | 143 | 101 |
| Binary | 11111110 | 1001110 | 11111010 | 0 | 1000101 | 10 | 0 | 100101101 | 1100011 | 1000001 |
Color Harmonies of #FE4EFA
Complementary color
Monochromatic Colors of #FE4EFA
Black with #FE4EFA
Text Example
Text Example
White with #FE4EFA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FE4EFA; }
p { color: rgb(254,78,250); }
H1.HeaderClassName
{
color: #FE4EFA;
}
.AnyTagClassName
{
color: #FE4EFA;
}
</style>
background-color css
<style>
a { background-color: #FE4EFA; }
a { background-color: rgb(254,78,250); }
div.DivClassName
{
background-color: #FE4EFA;
}
.BgClassName
{
background-color: #FE4EFA;
}
</style>
border-color css
<style>
span { border-color: #FE4EFA; }
span { border-color: rgb(254,78,250); }
td.TdClassName
{
border-color: #FE4EFA;
}
.TagClassName
{
border-color: #FE4EFA;
}
</style>