Shades of Pink Flamingo #EF66F3
Tints of Pink Flamingo #EF66F3
RGB
CMYK
RGB Variations
Color information
#EF66F3 (or 0xEF66F3) is known color: Pink Flamingo. HEX triplet: EF, 66 and F3. RGB value is (239,102,243). Sum of RGB (Red+Green+Blue) = 239+102+243=584 (77% of max value = 765). Red value is 239 (93.75% from 255 or 40.92% from 584); Green value is 102 (40.23% from 255 or 17.47% from 584); Blue value is 243 (95.31% from 255 or 41.61% from 584); Max value from RGB is 243 - color contains mainly: blue. Hex color #EF66F3 is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #EF66F3 is #10990C. Grayscale: #9E9E9E. Windows color (decimal): -1087757 or 15951599. OLE color: 15951599.
HSL color Cylindrical-coordinate representation of color #EF66F3: hue angle of 298.3º degrees, saturation: 0.85, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #EF66F3 is Cyan = 0.02, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 239 | 102 | 243 | - |
| CMYK | 0.02 | 0.58 | 0 | 0.05 |
| HSL | 298.3º | 0.85% | 0.68% | - |
| HSV(B) | 298.3º | 0.58% | 0.95% | - |
| XYZ | 56.53 | 34.32 | 88.44 | - |
| YUV | 159.04 | 175.39 | 185.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 102 | 243 | 0.02 | 0.58 | 0 | 0.05 | 298.3 | 0.85 | 0.68 |
| Hex | EF | 66 | F3 | 2 | 3A | 0 | 5 | 12A | 55 | 44 |
| Octal | 357 | 146 | 363 | 2 | 72 | 0 | 5 | 452 | 125 | 104 |
| Binary | 11101111 | 1100110 | 11110011 | 10 | 111010 | 0 | 101 | 100101010 | 1010101 | 1000100 |
Color Harmonies of #EF66F3
Complementary color
Monochromatic Colors of #EF66F3
Black with #EF66F3
Text Example
Text Example
White with #EF66F3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EF66F3; }
p { color: rgb(239,102,243); }
H1.HeaderClassName
{
color: #EF66F3;
}
.AnyTagClassName
{
color: #EF66F3;
}
</style>
background-color css
<style>
a { background-color: #EF66F3; }
a { background-color: rgb(239,102,243); }
div.DivClassName
{
background-color: #EF66F3;
}
.BgClassName
{
background-color: #EF66F3;
}
</style>
border-color css
<style>
span { border-color: #EF66F3; }
span { border-color: rgb(239,102,243); }
td.TdClassName
{
border-color: #EF66F3;
}
.TagClassName
{
border-color: #EF66F3;
}
</style>