Shades of Pink Flamingo #FF50EF
Tints of Pink Flamingo #FF50EF
RGB
CMYK
RGB Variations
Color information
#FF50EF (or 0xFF50EF) is known color: Pink Flamingo. HEX triplet: FF, 50 and EF. RGB value is (255,80,239). Sum of RGB (Red+Green+Blue) = 255+80+239=574 (76% of max value = 765). Red value is 255 (100% from 255 or 44.43% from 574); Green value is 80 (31.64% from 255 or 13.94% from 574); Blue value is 239 (93.75% from 255 or 41.64% from 574); Max value from RGB is 255 - color contains mainly: red. Hex color #FF50EF is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #FF50EF is #00AF10. Grayscale: #959595. Windows color (decimal): -44817 or 15683839. OLE color: 15683839.
HSL color Cylindrical-coordinate representation of color #FF50EF: hue angle of 305.49º degrees, saturation: 1, lightness: 0.66%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #FF50EF is Cyan = 0, Magento = 0.69, Yellow = 0.06 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 80 | 239 | - |
| CMYK | 0 | 0.69 | 0.06 | 0 |
| HSL | 305.49º | 1% | 0.66% | - |
| HSV(B) | 305.49º | 0.69% | 1% | - |
| XYZ | 59.69 | 33.23 | 84.93 | - |
| YUV | 150.45 | 177.98 | 202.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 80 | 239 | 0 | 0.69 | 0.06 | 0 | 305.49 | 1 | 0.66 |
| Hex | FF | 50 | EF | 0 | 45 | 6 | 0 | 131 | 64 | 42 |
| Octal | 377 | 120 | 357 | 0 | 105 | 6 | 0 | 461 | 144 | 102 |
| Binary | 11111111 | 1010000 | 11101111 | 0 | 1000101 | 110 | 0 | 100110001 | 1100100 | 1000010 |
Color Harmonies of #FF50EF
Complementary color
Monochromatic Colors of #FF50EF
Black with #FF50EF
Text Example
Text Example
White with #FF50EF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF50EF; }
p { color: rgb(255,80,239); }
H1.HeaderClassName
{
color: #FF50EF;
}
.AnyTagClassName
{
color: #FF50EF;
}
</style>
background-color css
<style>
a { background-color: #FF50EF; }
a { background-color: rgb(255,80,239); }
div.DivClassName
{
background-color: #FF50EF;
}
.BgClassName
{
background-color: #FF50EF;
}
</style>
border-color css
<style>
span { border-color: #FF50EF; }
span { border-color: rgb(255,80,239); }
td.TdClassName
{
border-color: #FF50EF;
}
.TagClassName
{
border-color: #FF50EF;
}
</style>