Shades of Pink Flamingo #FE50EE
Tints of Pink Flamingo #FE50EE
RGB
CMYK
RGB Variations
Color information
#FE50EE (or 0xFE50EE) is known color: Pink Flamingo. HEX triplet: FE, 50 and EE. RGB value is (254,80,238). Sum of RGB (Red+Green+Blue) = 254+80+238=572 (75% of max value = 765). Red value is 254 (99.61% from 255 or 44.41% from 572); Green value is 80 (31.64% from 255 or 13.99% from 572); Blue value is 238 (93.36% from 255 or 41.61% from 572); Max value from RGB is 254 - color contains mainly: red. Hex color #FE50EE is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #FE50EE is #01AF11. Grayscale: #959595. Windows color (decimal): -110354 or 15618302. OLE color: 15618302.
HSL color Cylindrical-coordinate representation of color #FE50EE: hue angle of 305.52º 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 #FE50EE is Cyan = 0, Magento = 0.69, Yellow = 0.06 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 80 | 238 | - |
| CMYK | 0 | 0.69 | 0.06 | 0.00 |
| HSL | 305.52º | 0.99% | 0.65% | - |
| HSV(B) | 305.52º | 0.69% | 1% | - |
| XYZ | 59.17 | 32.98 | 84.14 | - |
| YUV | 150.04 | 177.65 | 202.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 80 | 238 | 0 | 0.69 | 0.06 | 0.00 | 305.52 | 0.99 | 0.65 |
| Hex | FE | 50 | EE | 0 | 45 | 6 | 0 | 132 | 63 | 41 |
| Octal | 376 | 120 | 356 | 0 | 105 | 6 | 0 | 462 | 143 | 101 |
| Binary | 11111110 | 1010000 | 11101110 | 0 | 1000101 | 110 | 0 | 100110010 | 1100011 | 1000001 |
Color Harmonies of #FE50EE
Complementary color
Monochromatic Colors of #FE50EE
Black with #FE50EE
Text Example
Text Example
White with #FE50EE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FE50EE; }
p { color: rgb(254,80,238); }
H1.HeaderClassName
{
color: #FE50EE;
}
.AnyTagClassName
{
color: #FE50EE;
}
</style>
background-color css
<style>
a { background-color: #FE50EE; }
a { background-color: rgb(254,80,238); }
div.DivClassName
{
background-color: #FE50EE;
}
.BgClassName
{
background-color: #FE50EE;
}
</style>
border-color css
<style>
span { border-color: #FE50EE; }
span { border-color: rgb(254,80,238); }
td.TdClassName
{
border-color: #FE50EE;
}
.TagClassName
{
border-color: #FE50EE;
}
</style>