Shades of Pink Flamingo #EF41FB
Tints of Pink Flamingo #EF41FB
RGB
CMYK
RGB Variations
Color information
#EF41FB (or 0xEF41FB) is known color: Pink Flamingo. HEX triplet: EF, 41 and FB. RGB value is (239,65,251). Sum of RGB (Red+Green+Blue) = 239+65+251=555 (73% of max value = 765). Red value is 239 (93.75% from 255 or 43.06% from 555); Green value is 65 (25.78% from 255 or 11.71% from 555); Blue value is 251 (98.44% from 255 or 45.23% from 555); Max value from RGB is 251 - color contains mainly: blue. Hex color #EF41FB is not a web safe color. Web safe color analog (approx): #FF33FF. Inversed color of #EF41FB is #10BE04. Grayscale: #898989. Windows color (decimal): -1097221 or 16466415. OLE color: 16466415.
HSL color Cylindrical-coordinate representation of color #EF41FB: hue angle of 296.13º degrees, saturation: 0.96, 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 #EF41FB is Cyan = 0.05, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 239 | 65 | 251 | - |
| CMYK | 0.05 | 0.74 | 0 | 0.02 |
| HSL | 296.13º | 0.96% | 0.62% | - |
| HSV(B) | 296.13º | 0.74% | 0.98% | - |
| XYZ | 54.9 | 29.1 | 93.99 | - |
| YUV | 138.23 | 191.65 | 199.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 65 | 251 | 0.05 | 0.74 | 0 | 0.02 | 296.13 | 0.96 | 0.62 |
| Hex | EF | 41 | FB | 5 | 4A | 0 | 2 | 128 | 60 | 3E |
| Octal | 357 | 101 | 373 | 5 | 112 | 0 | 2 | 450 | 140 | 76 |
| Binary | 11101111 | 1000001 | 11111011 | 101 | 1001010 | 0 | 10 | 100101000 | 1100000 | 111110 |
Color Harmonies of #EF41FB
Complementary color
Monochromatic Colors of #EF41FB
Black with #EF41FB
Text Example
Text Example
White with #EF41FB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EF41FB; }
p { color: rgb(239,65,251); }
H1.HeaderClassName
{
color: #EF41FB;
}
.AnyTagClassName
{
color: #EF41FB;
}
</style>
background-color css
<style>
a { background-color: #EF41FB; }
a { background-color: rgb(239,65,251); }
div.DivClassName
{
background-color: #EF41FB;
}
.BgClassName
{
background-color: #EF41FB;
}
</style>
border-color css
<style>
span { border-color: #EF41FB; }
span { border-color: rgb(239,65,251); }
td.TdClassName
{
border-color: #EF41FB;
}
.TagClassName
{
border-color: #EF41FB;
}
</style>