Shades of Pink Flamingo #FE49FC
Tints of Pink Flamingo #FE49FC
RGB
CMYK
RGB Variations
Color information
#FE49FC (or 0xFE49FC) is known color: Pink Flamingo. HEX triplet: FE, 49 and FC. RGB value is (254,73,252). Sum of RGB (Red+Green+Blue) = 254+73+252=579 (76% of max value = 765). Red value is 254 (99.61% from 255 or 43.87% from 579); Green value is 73 (28.91% from 255 or 12.61% from 579); Blue value is 252 (98.83% from 255 or 43.52% from 579); Max value from RGB is 254 - color contains mainly: red. Hex color #FE49FC is not a web safe color. Web safe color analog (approx): #FF33FF. Inversed color of #FE49FC is #01B603. Grayscale: #929292. Windows color (decimal): -112132 or 16534014. OLE color: 16534014.
HSL color Cylindrical-coordinate representation of color #FE49FC: hue angle of 300.66º degrees, saturation: 0.99, lightness: 0.64%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #FE49FC is Cyan = 0, Magento = 0.71, Yellow = 0.01 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 73 | 252 | - |
| CMYK | 0 | 0.71 | 0.01 | 0.00 |
| HSL | 300.66º | 0.99% | 0.64% | - |
| HSV(B) | 300.66º | 0.71% | 1% | - |
| XYZ | 60.83 | 32.86 | 95.23 | - |
| YUV | 147.53 | 186.97 | 203.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 73 | 252 | 0 | 0.71 | 0.01 | 0.00 | 300.66 | 0.99 | 0.64 |
| Hex | FE | 49 | FC | 0 | 47 | 1 | 0 | 12D | 63 | 40 |
| Octal | 376 | 111 | 374 | 0 | 107 | 1 | 0 | 455 | 143 | 100 |
| Binary | 11111110 | 1001001 | 11111100 | 0 | 1000111 | 1 | 0 | 100101101 | 1100011 | 1000000 |
Color Harmonies of #FE49FC
Complementary color
Monochromatic Colors of #FE49FC
Black with #FE49FC
Text Example
Text Example
White with #FE49FC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FE49FC; }
p { color: rgb(254,73,252); }
H1.HeaderClassName
{
color: #FE49FC;
}
.AnyTagClassName
{
color: #FE49FC;
}
</style>
background-color css
<style>
a { background-color: #FE49FC; }
a { background-color: rgb(254,73,252); }
div.DivClassName
{
background-color: #FE49FC;
}
.BgClassName
{
background-color: #FE49FC;
}
</style>
border-color css
<style>
span { border-color: #FE49FC; }
span { border-color: rgb(254,73,252); }
td.TdClassName
{
border-color: #FE49FC;
}
.TagClassName
{
border-color: #FE49FC;
}
</style>