Shades of Pink Flamingo #FE4DF1
Tints of Pink Flamingo #FE4DF1
RGB
CMYK
RGB Variations
Color information
#FE4DF1 (or 0xFE4DF1) is known color: Pink Flamingo. HEX triplet: FE, 4D and F1. RGB value is (254,77,241). Sum of RGB (Red+Green+Blue) = 254+77+241=572 (75% of max value = 765). Red value is 254 (99.61% from 255 or 44.41% from 572); Green value is 77 (30.47% from 255 or 13.46% from 572); Blue value is 241 (94.53% from 255 or 42.13% from 572); Max value from RGB is 254 - color contains mainly: red. Hex color #FE4DF1 is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #FE4DF1 is #01B20E. Grayscale: #949494. Windows color (decimal): -111119 or 15814142. OLE color: 15814142.
HSL color Cylindrical-coordinate representation of color #FE4DF1: hue angle of 304.41º 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 #FE4DF1 is Cyan = 0, Magento = 0.70, Yellow = 0.05 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 77 | 241 | - |
| CMYK | 0 | 0.70 | 0.05 | 0.00 |
| HSL | 304.41º | 0.99% | 0.65% | - |
| HSV(B) | 304.41º | 0.7% | 1% | - |
| XYZ | 59.4 | 32.73 | 86.41 | - |
| YUV | 148.62 | 180.14 | 203.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 77 | 241 | 0 | 0.70 | 0.05 | 0.00 | 304.41 | 0.99 | 0.65 |
| Hex | FE | 4D | F1 | 0 | 46 | 5 | 0 | 130 | 63 | 41 |
| Octal | 376 | 115 | 361 | 0 | 106 | 5 | 0 | 460 | 143 | 101 |
| Binary | 11111110 | 1001101 | 11110001 | 0 | 1000110 | 101 | 0 | 100110000 | 1100011 | 1000001 |
Color Harmonies of #FE4DF1
Complementary color
Monochromatic Colors of #FE4DF1
Black with #FE4DF1
Text Example
Text Example
White with #FE4DF1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FE4DF1; }
p { color: rgb(254,77,241); }
H1.HeaderClassName
{
color: #FE4DF1;
}
.AnyTagClassName
{
color: #FE4DF1;
}
</style>
background-color css
<style>
a { background-color: #FE4DF1; }
a { background-color: rgb(254,77,241); }
div.DivClassName
{
background-color: #FE4DF1;
}
.BgClassName
{
background-color: #FE4DF1;
}
</style>
border-color css
<style>
span { border-color: #FE4DF1; }
span { border-color: rgb(254,77,241); }
td.TdClassName
{
border-color: #FE4DF1;
}
.TagClassName
{
border-color: #FE4DF1;
}
</style>