Shades of Pink Flamingo #FE4DFF
Tints of Pink Flamingo #FE4DFF
RGB
CMYK
RGB Variations
Color information
#FE4DFF (or 0xFE4DFF) is known color: Pink Flamingo. HEX triplet: FE, 4D and FF. RGB value is (254,77,255). Sum of RGB (Red+Green+Blue) = 254+77+255=586 (77% of max value = 765). Red value is 254 (99.61% from 255 or 43.34% from 586); Green value is 77 (30.47% from 255 or 13.14% from 586); Blue value is 255 (100% from 255 or 43.52% from 586); Max value from RGB is 255 - color contains mainly: blue. Hex color #FE4DFF is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #FE4DFF is #01B200. Grayscale: #959595. Windows color (decimal): -111105 or 16731646. OLE color: 16731646.
HSL color Cylindrical-coordinate representation of color #FE4DFF: hue angle of 299.66º degrees, saturation: 1, lightness: 0.65%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #FE4DFF is Cyan = 0.00, Magento = 0.70, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 254 | 77 | 255 | - |
| CMYK | 0.00 | 0.70 | 0 | 0 |
| HSL | 299.66º | 1% | 0.65% | - |
| HSV(B) | 299.66º | 0.7% | 1% | - |
| XYZ | 61.58 | 33.6 | 97.85 | - |
| YUV | 150.22 | 187.14 | 202.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 77 | 255 | 0.00 | 0.70 | 0 | 0 | 299.66 | 1 | 0.65 |
| Hex | FE | 4D | FF | 0 | 46 | 0 | 0 | 12C | 64 | 41 |
| Octal | 376 | 115 | 377 | 0 | 106 | 0 | 0 | 454 | 144 | 101 |
| Binary | 11111110 | 1001101 | 11111111 | 0 | 1000110 | 0 | 0 | 100101100 | 1100100 | 1000001 |
Color Harmonies of #FE4DFF
Complementary color
Monochromatic Colors of #FE4DFF
Black with #FE4DFF
Text Example
Text Example
White with #FE4DFF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FE4DFF; }
p { color: rgb(254,77,255); }
H1.HeaderClassName
{
color: #FE4DFF;
}
.AnyTagClassName
{
color: #FE4DFF;
}
</style>
background-color css
<style>
a { background-color: #FE4DFF; }
a { background-color: rgb(254,77,255); }
div.DivClassName
{
background-color: #FE4DFF;
}
.BgClassName
{
background-color: #FE4DFF;
}
</style>
border-color css
<style>
span { border-color: #FE4DFF; }
span { border-color: rgb(254,77,255); }
td.TdClassName
{
border-color: #FE4DFF;
}
.TagClassName
{
border-color: #FE4DFF;
}
</style>