Shades of Pink Flamingo #FE48EE
Tints of Pink Flamingo #FE48EE
RGB
CMYK
RGB Variations
Color information
#FE48EE (or 0xFE48EE) is known color: Pink Flamingo. HEX triplet: FE, 48 and EE. RGB value is (254,72,238). Sum of RGB (Red+Green+Blue) = 254+72+238=564 (74% of max value = 765). Red value is 254 (99.61% from 255 or 45.04% from 564); Green value is 72 (28.52% from 255 or 12.77% from 564); Blue value is 238 (93.36% from 255 or 42.20% from 564); Max value from RGB is 254 - color contains mainly: red. Hex color #FE48EE is not a web safe color. Web safe color analog (approx): #FF33FF. Inversed color of #FE48EE is #01B711. Grayscale: #909090. Windows color (decimal): -112402 or 15616254. OLE color: 15616254.
HSL color Cylindrical-coordinate representation of color #FE48EE: hue angle of 305.27º 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 #FE48EE is Cyan = 0, Magento = 0.72, Yellow = 0.06 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 72 | 238 | - |
| CMYK | 0 | 0.72 | 0.06 | 0.00 |
| HSL | 305.27º | 0.99% | 0.64% | - |
| HSV(B) | 305.27º | 0.72% | 1% | - |
| XYZ | 58.62 | 31.88 | 83.95 | - |
| YUV | 145.34 | 180.3 | 205.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 72 | 238 | 0 | 0.72 | 0.06 | 0.00 | 305.27 | 0.99 | 0.64 |
| Hex | FE | 48 | EE | 0 | 48 | 6 | 0 | 131 | 63 | 40 |
| Octal | 376 | 110 | 356 | 0 | 110 | 6 | 0 | 461 | 143 | 100 |
| Binary | 11111110 | 1001000 | 11101110 | 0 | 1001000 | 110 | 0 | 100110001 | 1100011 | 1000000 |
Color Harmonies of #FE48EE
Complementary color
Monochromatic Colors of #FE48EE
Black with #FE48EE
Text Example
Text Example
White with #FE48EE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FE48EE; }
p { color: rgb(254,72,238); }
H1.HeaderClassName
{
color: #FE48EE;
}
.AnyTagClassName
{
color: #FE48EE;
}
</style>
background-color css
<style>
a { background-color: #FE48EE; }
a { background-color: rgb(254,72,238); }
div.DivClassName
{
background-color: #FE48EE;
}
.BgClassName
{
background-color: #FE48EE;
}
</style>
border-color css
<style>
span { border-color: #FE48EE; }
span { border-color: rgb(254,72,238); }
td.TdClassName
{
border-color: #FE48EE;
}
.TagClassName
{
border-color: #FE48EE;
}
</style>