Shades of Pink Flamingo #EF50FC
Tints of Pink Flamingo #EF50FC
RGB
CMYK
RGB Variations
Color information
#EF50FC (or 0xEF50FC) is known color: Pink Flamingo. HEX triplet: EF, 50 and FC. RGB value is (239,80,252). Sum of RGB (Red+Green+Blue) = 239+80+252=571 (75% of max value = 765). Red value is 239 (93.75% from 255 or 41.86% from 571); Green value is 80 (31.64% from 255 or 14.01% from 571); Blue value is 252 (98.83% from 255 or 44.13% from 571); Max value from RGB is 252 - color contains mainly: blue. Hex color #EF50FC is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #EF50FC is #10AF03. Grayscale: #929292. Windows color (decimal): -1093380 or 16535791. OLE color: 16535791.
HSL color Cylindrical-coordinate representation of color #EF50FC: hue angle of 295.47º degrees, saturation: 0.97, 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 #EF50FC is Cyan = 0.05, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 239 | 80 | 252 | - |
| CMYK | 0.05 | 0.68 | 0 | 0.01 |
| HSL | 295.47º | 0.97% | 0.65% | - |
| HSV(B) | 295.47º | 0.68% | 0.99% | - |
| XYZ | 56.04 | 31.12 | 95.15 | - |
| YUV | 147.15 | 187.18 | 193.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 80 | 252 | 0.05 | 0.68 | 0 | 0.01 | 295.47 | 0.97 | 0.65 |
| Hex | EF | 50 | FC | 5 | 44 | 0 | 1 | 127 | 61 | 41 |
| Octal | 357 | 120 | 374 | 5 | 104 | 0 | 1 | 447 | 141 | 101 |
| Binary | 11101111 | 1010000 | 11111100 | 101 | 1000100 | 0 | 1 | 100100111 | 1100001 | 1000001 |
Color Harmonies of #EF50FC
Complementary color
Monochromatic Colors of #EF50FC
Black with #EF50FC
Text Example
Text Example
White with #EF50FC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EF50FC; }
p { color: rgb(239,80,252); }
H1.HeaderClassName
{
color: #EF50FC;
}
.AnyTagClassName
{
color: #EF50FC;
}
</style>
background-color css
<style>
a { background-color: #EF50FC; }
a { background-color: rgb(239,80,252); }
div.DivClassName
{
background-color: #EF50FC;
}
.BgClassName
{
background-color: #EF50FC;
}
</style>
border-color css
<style>
span { border-color: #EF50FC; }
span { border-color: rgb(239,80,252); }
td.TdClassName
{
border-color: #EF50FC;
}
.TagClassName
{
border-color: #EF50FC;
}
</style>