Shades of Pink Flamingo #FE4AEF
Tints of Pink Flamingo #FE4AEF
RGB
CMYK
RGB Variations
Color information
#FE4AEF (or 0xFE4AEF) is known color: Pink Flamingo. HEX triplet: FE, 4A and EF. RGB value is (254,74,239). Sum of RGB (Red+Green+Blue) = 254+74+239=567 (75% of max value = 765). Red value is 254 (99.61% from 255 or 44.80% from 567); Green value is 74 (29.30% from 255 or 13.05% from 567); Blue value is 239 (93.75% from 255 or 42.15% from 567); Max value from RGB is 254 - color contains mainly: red. Hex color #FE4AEF is not a web safe color. Web safe color analog (approx): #FF33FF. Inversed color of #FE4AEF is #01B510. Grayscale: #929292. Windows color (decimal): -111889 or 15682302. OLE color: 15682302.
HSL color Cylindrical-coordinate representation of color #FE4AEF: hue angle of 305º degrees, saturation: 0.99, lightness: 0.64%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #FE4AEF is Cyan = 0, Magento = 0.71, Yellow = 0.06 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 74 | 239 | - |
| CMYK | 0 | 0.71 | 0.06 | 0.00 |
| HSL | 305º | 0.99% | 0.64% | - |
| HSV(B) | 305º | 0.71% | 1% | - |
| XYZ | 58.9 | 32.2 | 84.77 | - |
| YUV | 146.63 | 180.13 | 204.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 74 | 239 | 0 | 0.71 | 0.06 | 0.00 | 305 | 0.99 | 0.64 |
| Hex | FE | 4A | EF | 0 | 47 | 6 | 0 | 131 | 63 | 40 |
| Octal | 376 | 112 | 357 | 0 | 107 | 6 | 0 | 461 | 143 | 100 |
| Binary | 11111110 | 1001010 | 11101111 | 0 | 1000111 | 110 | 0 | 100110001 | 1100011 | 1000000 |
Color Harmonies of #FE4AEF
Complementary color
Monochromatic Colors of #FE4AEF
Black with #FE4AEF
Text Example
Text Example
White with #FE4AEF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FE4AEF; }
p { color: rgb(254,74,239); }
H1.HeaderClassName
{
color: #FE4AEF;
}
.AnyTagClassName
{
color: #FE4AEF;
}
</style>
background-color css
<style>
a { background-color: #FE4AEF; }
a { background-color: rgb(254,74,239); }
div.DivClassName
{
background-color: #FE4AEF;
}
.BgClassName
{
background-color: #FE4AEF;
}
</style>
border-color css
<style>
span { border-color: #FE4AEF; }
span { border-color: rgb(254,74,239); }
td.TdClassName
{
border-color: #FE4AEF;
}
.TagClassName
{
border-color: #FE4AEF;
}
</style>