Shades of Pink Flamingo #FE4FEC
Tints of Pink Flamingo #FE4FEC
RGB
CMYK
RGB Variations
Color information
#FE4FEC (or 0xFE4FEC) is known color: Pink Flamingo. HEX triplet: FE, 4F and EC. RGB value is (254,79,236). Sum of RGB (Red+Green+Blue) = 254+79+236=569 (75% of max value = 765). Red value is 254 (99.61% from 255 or 44.64% from 569); Green value is 79 (31.25% from 255 or 13.88% from 569); Blue value is 236 (92.58% from 255 or 41.48% from 569); Max value from RGB is 254 - color contains mainly: red. Hex color #FE4FEC is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #FE4FEC is #01B013. Grayscale: #949494. Windows color (decimal): -110612 or 15486974. OLE color: 15486974.
HSL color Cylindrical-coordinate representation of color #FE4FEC: hue angle of 306.17º 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 #FE4FEC is Cyan = 0, Magento = 0.69, Yellow = 0.07 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 79 | 236 | - |
| CMYK | 0 | 0.69 | 0.07 | 0.00 |
| HSL | 306.17º | 0.99% | 0.65% | - |
| HSV(B) | 306.17º | 0.69% | 1% | - |
| XYZ | 58.81 | 32.72 | 82.57 | - |
| YUV | 149.22 | 176.98 | 202.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 79 | 236 | 0 | 0.69 | 0.07 | 0.00 | 306.17 | 0.99 | 0.65 |
| Hex | FE | 4F | EC | 0 | 45 | 7 | 0 | 132 | 63 | 41 |
| Octal | 376 | 117 | 354 | 0 | 105 | 7 | 0 | 462 | 143 | 101 |
| Binary | 11111110 | 1001111 | 11101100 | 0 | 1000101 | 111 | 0 | 100110010 | 1100011 | 1000001 |
Color Harmonies of #FE4FEC
Complementary color
Monochromatic Colors of #FE4FEC
Black with #FE4FEC
Text Example
Text Example
White with #FE4FEC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FE4FEC; }
p { color: rgb(254,79,236); }
H1.HeaderClassName
{
color: #FE4FEC;
}
.AnyTagClassName
{
color: #FE4FEC;
}
</style>
background-color css
<style>
a { background-color: #FE4FEC; }
a { background-color: rgb(254,79,236); }
div.DivClassName
{
background-color: #FE4FEC;
}
.BgClassName
{
background-color: #FE4FEC;
}
</style>
border-color css
<style>
span { border-color: #FE4FEC; }
span { border-color: rgb(254,79,236); }
td.TdClassName
{
border-color: #FE4FEC;
}
.TagClassName
{
border-color: #FE4FEC;
}
</style>