Shades of Pink Flamingo #EF65F6
Tints of Pink Flamingo #EF65F6
RGB
CMYK
RGB Variations
Color information
#EF65F6 (or 0xEF65F6) is known color: Pink Flamingo. HEX triplet: EF, 65 and F6. RGB value is (239,101,246). Sum of RGB (Red+Green+Blue) = 239+101+246=586 (77% of max value = 765). Red value is 239 (93.75% from 255 or 40.78% from 586); Green value is 101 (39.84% from 255 or 17.24% from 586); Blue value is 246 (96.48% from 255 or 41.98% from 586); Max value from RGB is 246 - color contains mainly: blue. Hex color #EF65F6 is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #EF65F6 is #109A09. Grayscale: #9E9E9E. Windows color (decimal): -1088010 or 16147951. OLE color: 16147951.
HSL color Cylindrical-coordinate representation of color #EF65F6: hue angle of 297.1º degrees, saturation: 0.89, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #EF65F6 is Cyan = 0.03, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 239 | 101 | 246 | - |
| CMYK | 0.03 | 0.59 | 0 | 0.04 |
| HSL | 297.1º | 0.89% | 0.68% | - |
| HSV(B) | 297.1º | 0.59% | 0.96% | - |
| XYZ | 56.88 | 34.31 | 90.81 | - |
| YUV | 158.79 | 177.22 | 185.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 101 | 246 | 0.03 | 0.59 | 0 | 0.04 | 297.1 | 0.89 | 0.68 |
| Hex | EF | 65 | F6 | 3 | 3B | 0 | 4 | 129 | 59 | 44 |
| Octal | 357 | 145 | 366 | 3 | 73 | 0 | 4 | 451 | 131 | 104 |
| Binary | 11101111 | 1100101 | 11110110 | 11 | 111011 | 0 | 100 | 100101001 | 1011001 | 1000100 |
Color Harmonies of #EF65F6
Complementary color
Monochromatic Colors of #EF65F6
Black with #EF65F6
Text Example
Text Example
White with #EF65F6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EF65F6; }
p { color: rgb(239,101,246); }
H1.HeaderClassName
{
color: #EF65F6;
}
.AnyTagClassName
{
color: #EF65F6;
}
</style>
background-color css
<style>
a { background-color: #EF65F6; }
a { background-color: rgb(239,101,246); }
div.DivClassName
{
background-color: #EF65F6;
}
.BgClassName
{
background-color: #EF65F6;
}
</style>
border-color css
<style>
span { border-color: #EF65F6; }
span { border-color: rgb(239,101,246); }
td.TdClassName
{
border-color: #EF65F6;
}
.TagClassName
{
border-color: #EF65F6;
}
</style>