Shades of Pink Flamingo #FE46EE
Tints of Pink Flamingo #FE46EE
RGB
CMYK
RGB Variations
Color information
#FE46EE (or 0xFE46EE) is known color: Pink Flamingo. HEX triplet: FE, 46 and EE. RGB value is (254,70,238). Sum of RGB (Red+Green+Blue) = 254+70+238=562 (74% of max value = 765). Red value is 254 (99.61% from 255 or 45.20% from 562); Green value is 70 (27.73% from 255 or 12.46% from 562); Blue value is 238 (93.36% from 255 or 42.35% from 562); Max value from RGB is 254 - color contains mainly: red. Hex color #FE46EE is not a web safe color. Web safe color analog (approx): #FF33FF. Inversed color of #FE46EE is #01B911. Grayscale: #8F8F8F. Windows color (decimal): -112914 or 15615742. OLE color: 15615742.
HSL color Cylindrical-coordinate representation of color #FE46EE: hue angle of 305.22º degrees, saturation: 0.99, lightness: 0.64%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #FE46EE is Cyan = 0, Magento = 0.72, Yellow = 0.06 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 70 | 238 | - |
| CMYK | 0 | 0.72 | 0.06 | 0.00 |
| HSL | 305.22º | 0.99% | 0.64% | - |
| HSV(B) | 305.22º | 0.72% | 1% | - |
| XYZ | 58.5 | 31.62 | 83.91 | - |
| YUV | 144.17 | 180.96 | 206.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 70 | 238 | 0 | 0.72 | 0.06 | 0.00 | 305.22 | 0.99 | 0.64 |
| Hex | FE | 46 | EE | 0 | 48 | 6 | 0 | 131 | 63 | 40 |
| Octal | 376 | 106 | 356 | 0 | 110 | 6 | 0 | 461 | 143 | 100 |
| Binary | 11111110 | 1000110 | 11101110 | 0 | 1001000 | 110 | 0 | 100110001 | 1100011 | 1000000 |
Color Harmonies of #FE46EE
Complementary color
Monochromatic Colors of #FE46EE
Black with #FE46EE
Text Example
Text Example
White with #FE46EE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FE46EE; }
p { color: rgb(254,70,238); }
H1.HeaderClassName
{
color: #FE46EE;
}
.AnyTagClassName
{
color: #FE46EE;
}
</style>
background-color css
<style>
a { background-color: #FE46EE; }
a { background-color: rgb(254,70,238); }
div.DivClassName
{
background-color: #FE46EE;
}
.BgClassName
{
background-color: #FE46EE;
}
</style>
border-color css
<style>
span { border-color: #FE46EE; }
span { border-color: rgb(254,70,238); }
td.TdClassName
{
border-color: #FE46EE;
}
.TagClassName
{
border-color: #FE46EE;
}
</style>