Shades of Pink Flamingo #FE50FD
Tints of Pink Flamingo #FE50FD
RGB
CMYK
RGB Variations
Color information
#FE50FD (or 0xFE50FD) is known color: Pink Flamingo. HEX triplet: FE, 50 and FD. RGB value is (254,80,253). Sum of RGB (Red+Green+Blue) = 254+80+253=587 (77% of max value = 765). Red value is 254 (99.61% from 255 or 43.27% from 587); Green value is 80 (31.64% from 255 or 13.63% from 587); Blue value is 253 (99.22% from 255 or 43.10% from 587); Max value from RGB is 254 - color contains mainly: red. Hex color #FE50FD is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #FE50FD is #01AF02. Grayscale: #979797. Windows color (decimal): -110339 or 16601342. OLE color: 16601342.
HSL color Cylindrical-coordinate representation of color #FE50FD: 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.69%. Process color model (Four color, CMYK) of #FE50FD is Cyan = 0, Magento = 0.69, Yellow = 0.00 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 80 | 253 | - |
| CMYK | 0 | 0.69 | 0.00 | 0.00 |
| HSL | 300.34º | 0.99% | 0.65% | - |
| HSV(B) | 300.34º | 0.69% | 1% | - |
| XYZ | 61.47 | 33.9 | 96.23 | - |
| YUV | 151.75 | 185.15 | 200.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 80 | 253 | 0 | 0.69 | 0.00 | 0.00 | 300.34 | 0.99 | 0.65 |
| Hex | FE | 50 | FD | 0 | 45 | 0 | 0 | 12C | 63 | 41 |
| Octal | 376 | 120 | 375 | 0 | 105 | 0 | 0 | 454 | 143 | 101 |
| Binary | 11111110 | 1010000 | 11111101 | 0 | 1000101 | 0 | 0 | 100101100 | 1100011 | 1000001 |
Color Harmonies of #FE50FD
Complementary color
Monochromatic Colors of #FE50FD
Black with #FE50FD
Text Example
Text Example
White with #FE50FD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FE50FD; }
p { color: rgb(254,80,253); }
H1.HeaderClassName
{
color: #FE50FD;
}
.AnyTagClassName
{
color: #FE50FD;
}
</style>
background-color css
<style>
a { background-color: #FE50FD; }
a { background-color: rgb(254,80,253); }
div.DivClassName
{
background-color: #FE50FD;
}
.BgClassName
{
background-color: #FE50FD;
}
</style>
border-color css
<style>
span { border-color: #FE50FD; }
span { border-color: rgb(254,80,253); }
td.TdClassName
{
border-color: #FE50FD;
}
.TagClassName
{
border-color: #FE50FD;
}
</style>