Shades of Pink Flamingo #FE4AED
Tints of Pink Flamingo #FE4AED
RGB
CMYK
RGB Variations
Color information
#FE4AED (or 0xFE4AED) is known color: Pink Flamingo. HEX triplet: FE, 4A and ED. RGB value is (254,74,237). Sum of RGB (Red+Green+Blue) = 254+74+237=565 (74% of max value = 765). Red value is 254 (99.61% from 255 or 44.96% from 565); Green value is 74 (29.30% from 255 or 13.10% from 565); Blue value is 237 (92.97% from 255 or 41.95% from 565); Max value from RGB is 254 - color contains mainly: red. Hex color #FE4AED is not a web safe color. Web safe color analog (approx): #FF33FF. Inversed color of #FE4AED is #01B512. Grayscale: #919191. Windows color (decimal): -111891 or 15551230. OLE color: 15551230.
HSL color Cylindrical-coordinate representation of color #FE4AED: hue angle of 305.67º 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 #FE4AED is Cyan = 0, Magento = 0.71, Yellow = 0.07 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 74 | 237 | - |
| CMYK | 0 | 0.71 | 0.07 | 0.00 |
| HSL | 305.67º | 0.99% | 0.64% | - |
| HSV(B) | 305.67º | 0.71% | 1% | - |
| XYZ | 58.61 | 32.08 | 83.22 | - |
| YUV | 146.4 | 179.13 | 204.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 74 | 237 | 0 | 0.71 | 0.07 | 0.00 | 305.67 | 0.99 | 0.64 |
| Hex | FE | 4A | ED | 0 | 47 | 7 | 0 | 132 | 63 | 40 |
| Octal | 376 | 112 | 355 | 0 | 107 | 7 | 0 | 462 | 143 | 100 |
| Binary | 11111110 | 1001010 | 11101101 | 0 | 1000111 | 111 | 0 | 100110010 | 1100011 | 1000000 |
Color Harmonies of #FE4AED
Complementary color
Monochromatic Colors of #FE4AED
Black with #FE4AED
Text Example
Text Example
White with #FE4AED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FE4AED; }
p { color: rgb(254,74,237); }
H1.HeaderClassName
{
color: #FE4AED;
}
.AnyTagClassName
{
color: #FE4AED;
}
</style>
background-color css
<style>
a { background-color: #FE4AED; }
a { background-color: rgb(254,74,237); }
div.DivClassName
{
background-color: #FE4AED;
}
.BgClassName
{
background-color: #FE4AED;
}
</style>
border-color css
<style>
span { border-color: #FE4AED; }
span { border-color: rgb(254,74,237); }
td.TdClassName
{
border-color: #FE4AED;
}
.TagClassName
{
border-color: #FE4AED;
}
</style>