Shades of Pink Flamingo #FE46EC
Tints of Pink Flamingo #FE46EC
RGB
CMYK
RGB Variations
Color information
#FE46EC (or 0xFE46EC) is known color: Pink Flamingo. HEX triplet: FE, 46 and EC. RGB value is (254,70,236). Sum of RGB (Red+Green+Blue) = 254+70+236=560 (74% of max value = 765). Red value is 254 (99.61% from 255 or 45.36% from 560); Green value is 70 (27.73% from 255 or 12.5% from 560); Blue value is 236 (92.58% from 255 or 42.14% from 560); Max value from RGB is 254 - color contains mainly: red. Hex color #FE46EC is not a web safe color. Web safe color analog (approx): #FF33FF. Inversed color of #FE46EC is #01B913. Grayscale: #8F8F8F. Windows color (decimal): -112916 or 15484670. OLE color: 15484670.
HSL color Cylindrical-coordinate representation of color #FE46EC: hue angle of 305.87º 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 #FE46EC is Cyan = 0, Magento = 0.72, Yellow = 0.07 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 70 | 236 | - |
| CMYK | 0 | 0.72 | 0.07 | 0.00 |
| HSL | 305.87º | 0.99% | 0.64% | - |
| HSV(B) | 305.87º | 0.72% | 1% | - |
| XYZ | 58.2 | 31.51 | 82.37 | - |
| YUV | 143.94 | 179.96 | 206.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 70 | 236 | 0 | 0.72 | 0.07 | 0.00 | 305.87 | 0.99 | 0.64 |
| Hex | FE | 46 | EC | 0 | 48 | 7 | 0 | 132 | 63 | 40 |
| Octal | 376 | 106 | 354 | 0 | 110 | 7 | 0 | 462 | 143 | 100 |
| Binary | 11111110 | 1000110 | 11101100 | 0 | 1001000 | 111 | 0 | 100110010 | 1100011 | 1000000 |
Color Harmonies of #FE46EC
Complementary color
Monochromatic Colors of #FE46EC
Black with #FE46EC
Text Example
Text Example
White with #FE46EC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FE46EC; }
p { color: rgb(254,70,236); }
H1.HeaderClassName
{
color: #FE46EC;
}
.AnyTagClassName
{
color: #FE46EC;
}
</style>
background-color css
<style>
a { background-color: #FE46EC; }
a { background-color: rgb(254,70,236); }
div.DivClassName
{
background-color: #FE46EC;
}
.BgClassName
{
background-color: #FE46EC;
}
</style>
border-color css
<style>
span { border-color: #FE46EC; }
span { border-color: rgb(254,70,236); }
td.TdClassName
{
border-color: #FE46EC;
}
.TagClassName
{
border-color: #FE46EC;
}
</style>