Shades of Pink Flamingo #FE44EE
Tints of Pink Flamingo #FE44EE
RGB
CMYK
RGB Variations
Color information
#FE44EE (or 0xFE44EE) is known color: Pink Flamingo. HEX triplet: FE, 44 and EE. RGB value is (254,68,238). Sum of RGB (Red+Green+Blue) = 254+68+238=560 (74% of max value = 765). Red value is 254 (99.61% from 255 or 45.36% from 560); Green value is 68 (26.95% from 255 or 12.14% from 560); Blue value is 238 (93.36% from 255 or 42.5% from 560); Max value from RGB is 254 - color contains mainly: red. Hex color #FE44EE is not a web safe color. Web safe color analog (approx): #FF33FF. Inversed color of #FE44EE is #01BB11. Grayscale: #8E8E8E. Windows color (decimal): -113426 or 15615230. OLE color: 15615230.
HSL color Cylindrical-coordinate representation of color #FE44EE: hue angle of 305.16º degrees, saturation: 0.99, lightness: 0.63%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #FE44EE is Cyan = 0, Magento = 0.73, Yellow = 0.06 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 68 | 238 | - |
| CMYK | 0 | 0.73 | 0.06 | 0.00 |
| HSL | 305.16º | 0.99% | 0.63% | - |
| HSV(B) | 305.16º | 0.73% | 1% | - |
| XYZ | 58.37 | 31.38 | 83.87 | - |
| YUV | 142.99 | 181.62 | 207.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 68 | 238 | 0 | 0.73 | 0.06 | 0.00 | 305.16 | 0.99 | 0.63 |
| Hex | FE | 44 | EE | 0 | 49 | 6 | 0 | 131 | 63 | 3F |
| Octal | 376 | 104 | 356 | 0 | 111 | 6 | 0 | 461 | 143 | 77 |
| Binary | 11111110 | 1000100 | 11101110 | 0 | 1001001 | 110 | 0 | 100110001 | 1100011 | 111111 |
Color Harmonies of #FE44EE
Complementary color
Monochromatic Colors of #FE44EE
Black with #FE44EE
Text Example
Text Example
White with #FE44EE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FE44EE; }
p { color: rgb(254,68,238); }
H1.HeaderClassName
{
color: #FE44EE;
}
.AnyTagClassName
{
color: #FE44EE;
}
</style>
background-color css
<style>
a { background-color: #FE44EE; }
a { background-color: rgb(254,68,238); }
div.DivClassName
{
background-color: #FE44EE;
}
.BgClassName
{
background-color: #FE44EE;
}
</style>
border-color css
<style>
span { border-color: #FE44EE; }
span { border-color: rgb(254,68,238); }
td.TdClassName
{
border-color: #FE44EE;
}
.TagClassName
{
border-color: #FE44EE;
}
</style>