Shades of Pink Flamingo #EF50F6
Tints of Pink Flamingo #EF50F6
RGB
CMYK
RGB Variations
Color information
#EF50F6 (or 0xEF50F6) is known color: Pink Flamingo. HEX triplet: EF, 50 and F6. RGB value is (239,80,246). Sum of RGB (Red+Green+Blue) = 239+80+246=565 (74% of max value = 765). Red value is 239 (93.75% from 255 or 42.30% from 565); Green value is 80 (31.64% from 255 or 14.16% from 565); Blue value is 246 (96.48% from 255 or 43.54% from 565); Max value from RGB is 246 - color contains mainly: blue. Hex color #EF50F6 is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #EF50F6 is #10AF09. Grayscale: #919191. Windows color (decimal): -1093386 or 16142575. OLE color: 16142575.
HSL color Cylindrical-coordinate representation of color #EF50F6: hue angle of 297.47º degrees, saturation: 0.9, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #EF50F6 is Cyan = 0.03, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 239 | 80 | 246 | - |
| CMYK | 0.03 | 0.67 | 0 | 0.04 |
| HSL | 297.47º | 0.9% | 0.64% | - |
| HSV(B) | 297.47º | 0.67% | 0.96% | - |
| XYZ | 55.1 | 30.74 | 90.22 | - |
| YUV | 146.47 | 184.18 | 194 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 80 | 246 | 0.03 | 0.67 | 0 | 0.04 | 297.47 | 0.9 | 0.64 |
| Hex | EF | 50 | F6 | 3 | 43 | 0 | 4 | 129 | 5A | 40 |
| Octal | 357 | 120 | 366 | 3 | 103 | 0 | 4 | 451 | 132 | 100 |
| Binary | 11101111 | 1010000 | 11110110 | 11 | 1000011 | 0 | 100 | 100101001 | 1011010 | 1000000 |
Color Harmonies of #EF50F6
Complementary color
Monochromatic Colors of #EF50F6
Black with #EF50F6
Text Example
Text Example
White with #EF50F6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EF50F6; }
p { color: rgb(239,80,246); }
H1.HeaderClassName
{
color: #EF50F6;
}
.AnyTagClassName
{
color: #EF50F6;
}
</style>
background-color css
<style>
a { background-color: #EF50F6; }
a { background-color: rgb(239,80,246); }
div.DivClassName
{
background-color: #EF50F6;
}
.BgClassName
{
background-color: #EF50F6;
}
</style>
border-color css
<style>
span { border-color: #EF50F6; }
span { border-color: rgb(239,80,246); }
td.TdClassName
{
border-color: #EF50F6;
}
.TagClassName
{
border-color: #EF50F6;
}
</style>