Shades of Pink Flamingo #FE4DF0
Tints of Pink Flamingo #FE4DF0
RGB
CMYK
RGB Variations
Color information
#FE4DF0 (or 0xFE4DF0) is known color: Pink Flamingo. HEX triplet: FE, 4D and F0. RGB value is (254,77,240). Sum of RGB (Red+Green+Blue) = 254+77+240=571 (75% of max value = 765). Red value is 254 (99.61% from 255 or 44.48% from 571); Green value is 77 (30.47% from 255 or 13.49% from 571); Blue value is 240 (94.14% from 255 or 42.03% from 571); Max value from RGB is 254 - color contains mainly: red. Hex color #FE4DF0 is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #FE4DF0 is #01B20F. Grayscale: #949494. Windows color (decimal): -111120 or 15748606. OLE color: 15748606.
HSL color Cylindrical-coordinate representation of color #FE4DF0: hue angle of 304.75º degrees, saturation: 0.99, lightness: 0.65%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #FE4DF0 is Cyan = 0, Magento = 0.70, Yellow = 0.06 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 77 | 240 | - |
| CMYK | 0 | 0.70 | 0.06 | 0.00 |
| HSL | 304.75º | 0.99% | 0.65% | - |
| HSV(B) | 304.75º | 0.7% | 1% | - |
| XYZ | 59.26 | 32.67 | 85.62 | - |
| YUV | 148.51 | 179.64 | 203.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 77 | 240 | 0 | 0.70 | 0.06 | 0.00 | 304.75 | 0.99 | 0.65 |
| Hex | FE | 4D | F0 | 0 | 46 | 6 | 0 | 131 | 63 | 41 |
| Octal | 376 | 115 | 360 | 0 | 106 | 6 | 0 | 461 | 143 | 101 |
| Binary | 11111110 | 1001101 | 11110000 | 0 | 1000110 | 110 | 0 | 100110001 | 1100011 | 1000001 |
Color Harmonies of #FE4DF0
Complementary color
Monochromatic Colors of #FE4DF0
Black with #FE4DF0
Text Example
Text Example
White with #FE4DF0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FE4DF0; }
p { color: rgb(254,77,240); }
H1.HeaderClassName
{
color: #FE4DF0;
}
.AnyTagClassName
{
color: #FE4DF0;
}
</style>
background-color css
<style>
a { background-color: #FE4DF0; }
a { background-color: rgb(254,77,240); }
div.DivClassName
{
background-color: #FE4DF0;
}
.BgClassName
{
background-color: #FE4DF0;
}
</style>
border-color css
<style>
span { border-color: #FE4DF0; }
span { border-color: rgb(254,77,240); }
td.TdClassName
{
border-color: #FE4DF0;
}
.TagClassName
{
border-color: #FE4DF0;
}
</style>