Shades of Pink Flamingo #FE49FF
Tints of Pink Flamingo #FE49FF
RGB
CMYK
RGB Variations
Color information
#FE49FF (or 0xFE49FF) is known color: Pink Flamingo. HEX triplet: FE, 49 and FF. RGB value is (254,73,255). Sum of RGB (Red+Green+Blue) = 254+73+255=582 (77% of max value = 765). Red value is 254 (99.61% from 255 or 43.64% from 582); Green value is 73 (28.91% from 255 or 12.54% from 582); Blue value is 255 (100% from 255 or 43.81% from 582); Max value from RGB is 255 - color contains mainly: blue. Hex color #FE49FF is not a web safe color. Web safe color analog (approx): #FF33FF. Inversed color of #FE49FF is #01B600. Grayscale: #939393. Windows color (decimal): -112129 or 16730622. OLE color: 16730622.
HSL color Cylindrical-coordinate representation of color #FE49FF: hue angle of 299.67º degrees, saturation: 1, lightness: 0.64%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #FE49FF is Cyan = 0.00, Magento = 0.71, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 254 | 73 | 255 | - |
| CMYK | 0.00 | 0.71 | 0 | 0 |
| HSL | 299.67º | 1% | 0.64% | - |
| HSV(B) | 299.67º | 0.71% | 1% | - |
| XYZ | 61.31 | 33.06 | 97.76 | - |
| YUV | 147.87 | 188.47 | 203.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 73 | 255 | 0.00 | 0.71 | 0 | 0 | 299.67 | 1 | 0.64 |
| Hex | FE | 49 | FF | 0 | 47 | 0 | 0 | 12C | 64 | 40 |
| Octal | 376 | 111 | 377 | 0 | 107 | 0 | 0 | 454 | 144 | 100 |
| Binary | 11111110 | 1001001 | 11111111 | 0 | 1000111 | 0 | 0 | 100101100 | 1100100 | 1000000 |
Color Harmonies of #FE49FF
Complementary color
Monochromatic Colors of #FE49FF
Black with #FE49FF
Text Example
Text Example
White with #FE49FF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FE49FF; }
p { color: rgb(254,73,255); }
H1.HeaderClassName
{
color: #FE49FF;
}
.AnyTagClassName
{
color: #FE49FF;
}
</style>
background-color css
<style>
a { background-color: #FE49FF; }
a { background-color: rgb(254,73,255); }
div.DivClassName
{
background-color: #FE49FF;
}
.BgClassName
{
background-color: #FE49FF;
}
</style>
border-color css
<style>
span { border-color: #FE49FF; }
span { border-color: rgb(254,73,255); }
td.TdClassName
{
border-color: #FE49FF;
}
.TagClassName
{
border-color: #FE49FF;
}
</style>