Shades of Pink Flamingo #FD50E9
Tints of Pink Flamingo #FD50E9
RGB
CMYK
RGB Variations
Color information
#FD50E9 (or 0xFD50E9) is known color: Pink Flamingo. HEX triplet: FD, 50 and E9. RGB value is (253,80,233). Sum of RGB (Red+Green+Blue) = 253+80+233=566 (74% of max value = 765). Red value is 253 (99.22% from 255 or 44.70% from 566); Green value is 80 (31.64% from 255 or 14.13% from 566); Blue value is 233 (91.41% from 255 or 41.17% from 566); Max value from RGB is 253 - color contains mainly: red. Hex color #FD50E9 is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #FD50E9 is #02AF16. Grayscale: #949494. Windows color (decimal): -175895 or 15290621. OLE color: 15290621.
HSL color Cylindrical-coordinate representation of color #FD50E9: hue angle of 306.94º 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 #FD50E9 is Cyan = 0, Magento = 0.68, Yellow = 0.08 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 253 | 80 | 233 | - |
| CMYK | 0 | 0.68 | 0.08 | 0.01 |
| HSL | 306.94º | 0.98% | 0.65% | - |
| HSV(B) | 306.94º | 0.68% | 0.99% | - |
| XYZ | 58.08 | 32.5 | 80.3 | - |
| YUV | 149.17 | 175.31 | 202.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 253 | 80 | 233 | 0 | 0.68 | 0.08 | 0.01 | 306.94 | 0.98 | 0.65 |
| Hex | FD | 50 | E9 | 0 | 44 | 8 | 1 | 133 | 62 | 41 |
| Octal | 375 | 120 | 351 | 0 | 104 | 10 | 1 | 463 | 142 | 101 |
| Binary | 11111101 | 1010000 | 11101001 | 0 | 1000100 | 1000 | 1 | 100110011 | 1100010 | 1000001 |
Color Harmonies of #FD50E9
Complementary color
Monochromatic Colors of #FD50E9
Black with #FD50E9
Text Example
Text Example
White with #FD50E9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FD50E9; }
p { color: rgb(253,80,233); }
H1.HeaderClassName
{
color: #FD50E9;
}
.AnyTagClassName
{
color: #FD50E9;
}
</style>
background-color css
<style>
a { background-color: #FD50E9; }
a { background-color: rgb(253,80,233); }
div.DivClassName
{
background-color: #FD50E9;
}
.BgClassName
{
background-color: #FD50E9;
}
</style>
border-color css
<style>
span { border-color: #FD50E9; }
span { border-color: rgb(253,80,233); }
td.TdClassName
{
border-color: #FD50E9;
}
.TagClassName
{
border-color: #FD50E9;
}
</style>