Shades of Pink Flamingo #EF41FC
Tints of Pink Flamingo #EF41FC
RGB
CMYK
RGB Variations
Color information
#EF41FC (or 0xEF41FC) is known color: Pink Flamingo. HEX triplet: EF, 41 and FC. RGB value is (239,65,252). Sum of RGB (Red+Green+Blue) = 239+65+252=556 (73% of max value = 765). Red value is 239 (93.75% from 255 or 42.99% from 556); Green value is 65 (25.78% from 255 or 11.69% from 556); Blue value is 252 (98.83% from 255 or 45.32% from 556); Max value from RGB is 252 - color contains mainly: blue. Hex color #EF41FC is not a web safe color. Web safe color analog (approx): #FF33FF. Inversed color of #EF41FC is #10BE03. Grayscale: #898989. Windows color (decimal): -1097220 or 16531951. OLE color: 16531951.
HSL color Cylindrical-coordinate representation of color #EF41FC: hue angle of 295.83º degrees, saturation: 0.97, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #EF41FC is Cyan = 0.05, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 239 | 65 | 252 | - |
| CMYK | 0.05 | 0.74 | 0 | 0.01 |
| HSL | 295.83º | 0.97% | 0.62% | - |
| HSV(B) | 295.83º | 0.74% | 0.99% | - |
| XYZ | 55.06 | 29.16 | 94.82 | - |
| YUV | 138.34 | 192.15 | 199.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 65 | 252 | 0.05 | 0.74 | 0 | 0.01 | 295.83 | 0.97 | 0.62 |
| Hex | EF | 41 | FC | 5 | 4A | 0 | 1 | 128 | 61 | 3E |
| Octal | 357 | 101 | 374 | 5 | 112 | 0 | 1 | 450 | 141 | 76 |
| Binary | 11101111 | 1000001 | 11111100 | 101 | 1001010 | 0 | 1 | 100101000 | 1100001 | 111110 |
Color Harmonies of #EF41FC
Complementary color
Monochromatic Colors of #EF41FC
Black with #EF41FC
Text Example
Text Example
White with #EF41FC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EF41FC; }
p { color: rgb(239,65,252); }
H1.HeaderClassName
{
color: #EF41FC;
}
.AnyTagClassName
{
color: #EF41FC;
}
</style>
background-color css
<style>
a { background-color: #EF41FC; }
a { background-color: rgb(239,65,252); }
div.DivClassName
{
background-color: #EF41FC;
}
.BgClassName
{
background-color: #EF41FC;
}
</style>
border-color css
<style>
span { border-color: #EF41FC; }
span { border-color: rgb(239,65,252); }
td.TdClassName
{
border-color: #EF41FC;
}
.TagClassName
{
border-color: #EF41FC;
}
</style>