Shades of Pink Flamingo #FE4DFD
Tints of Pink Flamingo #FE4DFD
RGB
CMYK
RGB Variations
Color information
#FE4DFD (or 0xFE4DFD) is known color: Pink Flamingo. HEX triplet: FE, 4D and FD. RGB value is (254,77,253). Sum of RGB (Red+Green+Blue) = 254+77+253=584 (77% of max value = 765). Red value is 254 (99.61% from 255 or 43.49% from 584); Green value is 77 (30.47% from 255 or 13.18% from 584); Blue value is 253 (99.22% from 255 or 43.32% from 584); Max value from RGB is 254 - color contains mainly: red. Hex color #FE4DFD is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #FE4DFD is #01B202. Grayscale: #959595. Windows color (decimal): -111107 or 16600574. OLE color: 16600574.
HSL color Cylindrical-coordinate representation of color #FE4DFD: hue angle of 300.34º 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 #FE4DFD is Cyan = 0, Magento = 0.70, Yellow = 0.00 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 77 | 253 | - |
| CMYK | 0 | 0.70 | 0.00 | 0.00 |
| HSL | 300.34º | 0.99% | 0.65% | - |
| HSV(B) | 300.34º | 0.7% | 1% | - |
| XYZ | 61.26 | 33.47 | 96.16 | - |
| YUV | 149.99 | 186.14 | 202.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 77 | 253 | 0 | 0.70 | 0.00 | 0.00 | 300.34 | 0.99 | 0.65 |
| Hex | FE | 4D | FD | 0 | 46 | 0 | 0 | 12C | 63 | 41 |
| Octal | 376 | 115 | 375 | 0 | 106 | 0 | 0 | 454 | 143 | 101 |
| Binary | 11111110 | 1001101 | 11111101 | 0 | 1000110 | 0 | 0 | 100101100 | 1100011 | 1000001 |
Color Harmonies of #FE4DFD
Complementary color
Monochromatic Colors of #FE4DFD
Black with #FE4DFD
Text Example
Text Example
White with #FE4DFD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FE4DFD; }
p { color: rgb(254,77,253); }
H1.HeaderClassName
{
color: #FE4DFD;
}
.AnyTagClassName
{
color: #FE4DFD;
}
</style>
background-color css
<style>
a { background-color: #FE4DFD; }
a { background-color: rgb(254,77,253); }
div.DivClassName
{
background-color: #FE4DFD;
}
.BgClassName
{
background-color: #FE4DFD;
}
</style>
border-color css
<style>
span { border-color: #FE4DFD; }
span { border-color: rgb(254,77,253); }
td.TdClassName
{
border-color: #FE4DFD;
}
.TagClassName
{
border-color: #FE4DFD;
}
</style>