Shades of Pink Flamingo #FE4CFE
Tints of Pink Flamingo #FE4CFE
RGB
CMYK
RGB Variations
Color information
#FE4CFE (or 0xFE4CFE) is known color: Pink Flamingo. HEX triplet: FE, 4C and FE. RGB value is (254,76,254). Sum of RGB (Red+Green+Blue) = 254+76+254=584 (77% of max value = 765). Red value is 254 (99.61% from 255 or 43.49% from 584); Green value is 76 (30.08% from 255 or 13.01% from 584); Blue value is 254 (99.61% from 255 or 43.49% from 584); Max value from RGB is 254 - color contains mainly: red, blue. Hex color #FE4CFE is not a web safe color. Web safe color analog (approx): #FF33FF. Inversed color of #FE4CFE is #01B301. Grayscale: #949494. Windows color (decimal): -111362 or 16665854. OLE color: 16665854.
HSL color Cylindrical-coordinate representation of color #FE4CFE: hue angle of 300º degrees, saturation: 0.99, lightness: 0.65%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #FE4CFE is Cyan = 0, Magento = 0.70, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 76 | 254 | - |
| CMYK | 0 | 0.70 | 0 | 0.00 |
| HSL | 300º | 0.99% | 0.65% | - |
| HSV(B) | 300º | 0.7% | 1% | - |
| XYZ | 61.35 | 33.4 | 96.98 | - |
| YUV | 149.51 | 186.97 | 202.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 76 | 254 | 0 | 0.70 | 0 | 0.00 | 300 | 0.99 | 0.65 |
| Hex | FE | 4C | FE | 0 | 46 | 0 | 0 | 12C | 63 | 41 |
| Octal | 376 | 114 | 376 | 0 | 106 | 0 | 0 | 454 | 143 | 101 |
| Binary | 11111110 | 1001100 | 11111110 | 0 | 1000110 | 0 | 0 | 100101100 | 1100011 | 1000001 |
Color Harmonies of #FE4CFE
Complementary color
Monochromatic Colors of #FE4CFE
Black with #FE4CFE
Text Example
Text Example
White with #FE4CFE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FE4CFE; }
p { color: rgb(254,76,254); }
H1.HeaderClassName
{
color: #FE4CFE;
}
.AnyTagClassName
{
color: #FE4CFE;
}
</style>
background-color css
<style>
a { background-color: #FE4CFE; }
a { background-color: rgb(254,76,254); }
div.DivClassName
{
background-color: #FE4CFE;
}
.BgClassName
{
background-color: #FE4CFE;
}
</style>
border-color css
<style>
span { border-color: #FE4CFE; }
span { border-color: rgb(254,76,254); }
td.TdClassName
{
border-color: #FE4CFE;
}
.TagClassName
{
border-color: #FE4CFE;
}
</style>