Shades of Pink Flamingo #EF40FA
Tints of Pink Flamingo #EF40FA
RGB
CMYK
RGB Variations
Color information
#EF40FA (or 0xEF40FA) is known color: Pink Flamingo. HEX triplet: EF, 40 and FA. RGB value is (239,64,250). Sum of RGB (Red+Green+Blue) = 239+64+250=553 (73% of max value = 765). Red value is 239 (93.75% from 255 or 43.22% from 553); Green value is 64 (25.39% from 255 or 11.57% from 553); Blue value is 250 (98.05% from 255 or 45.21% from 553); Max value from RGB is 250 - color contains mainly: blue. Hex color #EF40FA is not a web safe color. Web safe color analog (approx): #FF33FF. Inversed color of #EF40FA is #10BF05. Grayscale: #888888. Windows color (decimal): -1097478 or 16400623. OLE color: 16400623.
HSL color Cylindrical-coordinate representation of color #EF40FA: hue angle of 296.45º degrees, saturation: 0.95, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #EF40FA is Cyan = 0.04, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 239 | 64 | 250 | - |
| CMYK | 0.04 | 0.74 | 0 | 0.02 |
| HSL | 296.45º | 0.95% | 0.62% | - |
| HSV(B) | 296.45º | 0.74% | 0.98% | - |
| XYZ | 54.69 | 28.92 | 93.14 | - |
| YUV | 137.53 | 191.48 | 200.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 64 | 250 | 0.04 | 0.74 | 0 | 0.02 | 296.45 | 0.95 | 0.62 |
| Hex | EF | 40 | FA | 4 | 4A | 0 | 2 | 128 | 5F | 3E |
| Octal | 357 | 100 | 372 | 4 | 112 | 0 | 2 | 450 | 137 | 76 |
| Binary | 11101111 | 1000000 | 11111010 | 100 | 1001010 | 0 | 10 | 100101000 | 1011111 | 111110 |
Color Harmonies of #EF40FA
Complementary color
Monochromatic Colors of #EF40FA
Black with #EF40FA
Text Example
Text Example
White with #EF40FA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EF40FA; }
p { color: rgb(239,64,250); }
H1.HeaderClassName
{
color: #EF40FA;
}
.AnyTagClassName
{
color: #EF40FA;
}
</style>
background-color css
<style>
a { background-color: #EF40FA; }
a { background-color: rgb(239,64,250); }
div.DivClassName
{
background-color: #EF40FA;
}
.BgClassName
{
background-color: #EF40FA;
}
</style>
border-color css
<style>
span { border-color: #EF40FA; }
span { border-color: rgb(239,64,250); }
td.TdClassName
{
border-color: #EF40FA;
}
.TagClassName
{
border-color: #EF40FA;
}
</style>