Shades of Pink Flamingo #FE46ED
Tints of Pink Flamingo #FE46ED
RGB
CMYK
RGB Variations
Color information
#FE46ED (or 0xFE46ED) is known color: Pink Flamingo. HEX triplet: FE, 46 and ED. RGB value is (254,70,237). Sum of RGB (Red+Green+Blue) = 254+70+237=561 (74% of max value = 765). Red value is 254 (99.61% from 255 or 45.28% from 561); Green value is 70 (27.73% from 255 or 12.48% from 561); Blue value is 237 (92.97% from 255 or 42.25% from 561); Max value from RGB is 254 - color contains mainly: red. Hex color #FE46ED is not a web safe color. Web safe color analog (approx): #FF33FF. Inversed color of #FE46ED is #01B912. Grayscale: #8F8F8F. Windows color (decimal): -112915 or 15550206. OLE color: 15550206.
HSL color Cylindrical-coordinate representation of color #FE46ED: hue angle of 305.54º 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 #FE46ED is Cyan = 0, Magento = 0.72, Yellow = 0.07 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 70 | 237 | - |
| CMYK | 0 | 0.72 | 0.07 | 0.00 |
| HSL | 305.54º | 0.99% | 0.64% | - |
| HSV(B) | 305.54º | 0.72% | 1% | - |
| XYZ | 58.35 | 31.57 | 83.14 | - |
| YUV | 144.05 | 180.46 | 206.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 70 | 237 | 0 | 0.72 | 0.07 | 0.00 | 305.54 | 0.99 | 0.64 |
| Hex | FE | 46 | ED | 0 | 48 | 7 | 0 | 132 | 63 | 40 |
| Octal | 376 | 106 | 355 | 0 | 110 | 7 | 0 | 462 | 143 | 100 |
| Binary | 11111110 | 1000110 | 11101101 | 0 | 1001000 | 111 | 0 | 100110010 | 1100011 | 1000000 |
Color Harmonies of #FE46ED
Complementary color
Monochromatic Colors of #FE46ED
Black with #FE46ED
Text Example
Text Example
White with #FE46ED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FE46ED; }
p { color: rgb(254,70,237); }
H1.HeaderClassName
{
color: #FE46ED;
}
.AnyTagClassName
{
color: #FE46ED;
}
</style>
background-color css
<style>
a { background-color: #FE46ED; }
a { background-color: rgb(254,70,237); }
div.DivClassName
{
background-color: #FE46ED;
}
.BgClassName
{
background-color: #FE46ED;
}
</style>
border-color css
<style>
span { border-color: #FE46ED; }
span { border-color: rgb(254,70,237); }
td.TdClassName
{
border-color: #FE46ED;
}
.TagClassName
{
border-color: #FE46ED;
}
</style>