Shades of Pink Flamingo #EF67FC
Tints of Pink Flamingo #EF67FC
RGB
CMYK
RGB Variations
Color information
#EF67FC (or 0xEF67FC) is known color: Pink Flamingo. HEX triplet: EF, 67 and FC. RGB value is (239,103,252). Sum of RGB (Red+Green+Blue) = 239+103+252=594 (78% of max value = 765). Red value is 239 (93.75% from 255 or 40.24% from 594); Green value is 103 (40.62% from 255 or 17.34% from 594); Blue value is 252 (98.83% from 255 or 42.42% from 594); Max value from RGB is 252 - color contains mainly: blue. Hex color #EF67FC is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #EF67FC is #109803. Grayscale: #A0A0A0. Windows color (decimal): -1087492 or 16541679. OLE color: 16541679.
HSL color Cylindrical-coordinate representation of color #EF67FC: hue angle of 294.77º degrees, saturation: 0.96, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #EF67FC is Cyan = 0.05, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 239 | 103 | 252 | - |
| CMYK | 0.05 | 0.59 | 0 | 0.01 |
| HSL | 294.77º | 0.96% | 0.7% | - |
| HSV(B) | 294.77º | 0.59% | 0.99% | - |
| XYZ | 58.02 | 35.08 | 95.81 | - |
| YUV | 160.65 | 179.56 | 183.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 103 | 252 | 0.05 | 0.59 | 0 | 0.01 | 294.77 | 0.96 | 0.7 |
| Hex | EF | 67 | FC | 5 | 3B | 0 | 1 | 127 | 60 | 46 |
| Octal | 357 | 147 | 374 | 5 | 73 | 0 | 1 | 447 | 140 | 106 |
| Binary | 11101111 | 1100111 | 11111100 | 101 | 111011 | 0 | 1 | 100100111 | 1100000 | 1000110 |
Color Harmonies of #EF67FC
Complementary color
Monochromatic Colors of #EF67FC
Black with #EF67FC
Text Example
Text Example
White with #EF67FC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EF67FC; }
p { color: rgb(239,103,252); }
H1.HeaderClassName
{
color: #EF67FC;
}
.AnyTagClassName
{
color: #EF67FC;
}
</style>
background-color css
<style>
a { background-color: #EF67FC; }
a { background-color: rgb(239,103,252); }
div.DivClassName
{
background-color: #EF67FC;
}
.BgClassName
{
background-color: #EF67FC;
}
</style>
border-color css
<style>
span { border-color: #EF67FC; }
span { border-color: rgb(239,103,252); }
td.TdClassName
{
border-color: #EF67FC;
}
.TagClassName
{
border-color: #EF67FC;
}
</style>