Shades of Pink Flamingo #FD50EE
Tints of Pink Flamingo #FD50EE
RGB
CMYK
RGB Variations
Color information
#FD50EE (or 0xFD50EE) is known color: Pink Flamingo. HEX triplet: FD, 50 and EE. RGB value is (253,80,238). Sum of RGB (Red+Green+Blue) = 253+80+238=571 (75% of max value = 765). Red value is 253 (99.22% from 255 or 44.31% from 571); Green value is 80 (31.64% from 255 or 14.01% from 571); Blue value is 238 (93.36% from 255 or 41.68% from 571); Max value from RGB is 253 - color contains mainly: red. Hex color #FD50EE is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #FD50EE is #02AF11. Grayscale: #959595. Windows color (decimal): -175890 or 15618301. OLE color: 15618301.
HSL color Cylindrical-coordinate representation of color #FD50EE: hue angle of 305.2º degrees, saturation: 0.98, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #FD50EE is Cyan = 0, Magento = 0.68, Yellow = 0.06 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 253 | 80 | 238 | - |
| CMYK | 0 | 0.68 | 0.06 | 0.01 |
| HSL | 305.2º | 0.98% | 0.65% | - |
| HSV(B) | 305.2º | 0.68% | 0.99% | - |
| XYZ | 58.81 | 32.79 | 84.12 | - |
| YUV | 149.74 | 177.81 | 201.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 253 | 80 | 238 | 0 | 0.68 | 0.06 | 0.01 | 305.2 | 0.98 | 0.65 |
| Hex | FD | 50 | EE | 0 | 44 | 6 | 1 | 131 | 62 | 41 |
| Octal | 375 | 120 | 356 | 0 | 104 | 6 | 1 | 461 | 142 | 101 |
| Binary | 11111101 | 1010000 | 11101110 | 0 | 1000100 | 110 | 1 | 100110001 | 1100010 | 1000001 |
Color Harmonies of #FD50EE
Complementary color
Monochromatic Colors of #FD50EE
Black with #FD50EE
Text Example
Text Example
White with #FD50EE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FD50EE; }
p { color: rgb(253,80,238); }
H1.HeaderClassName
{
color: #FD50EE;
}
.AnyTagClassName
{
color: #FD50EE;
}
</style>
background-color css
<style>
a { background-color: #FD50EE; }
a { background-color: rgb(253,80,238); }
div.DivClassName
{
background-color: #FD50EE;
}
.BgClassName
{
background-color: #FD50EE;
}
</style>
border-color css
<style>
span { border-color: #FD50EE; }
span { border-color: rgb(253,80,238); }
td.TdClassName
{
border-color: #FD50EE;
}
.TagClassName
{
border-color: #FD50EE;
}
</style>