Shades of Pink Flamingo #EF61F0
Tints of Pink Flamingo #EF61F0
RGB
CMYK
RGB Variations
Color information
#EF61F0 (or 0xEF61F0) is known color: Pink Flamingo. HEX triplet: EF, 61 and F0. RGB value is (239,97,240). Sum of RGB (Red+Green+Blue) = 239+97+240=576 (76% of max value = 765). Red value is 239 (93.75% from 255 or 41.49% from 576); Green value is 97 (38.28% from 255 or 16.84% from 576); Blue value is 240 (94.14% from 255 or 41.67% from 576); Max value from RGB is 240 - color contains mainly: blue. Hex color #EF61F0 is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #EF61F0 is #109E0F. Grayscale: #9B9B9B. Windows color (decimal): -1089040 or 15753711. OLE color: 15753711.
HSL color Cylindrical-coordinate representation of color #EF61F0: hue angle of 299.58º degrees, saturation: 0.83, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #EF61F0 is Cyan = 0.00, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 97 | 240 | - |
| CMYK | 0.00 | 0.60 | 0 | 0.06 |
| HSL | 299.58º | 0.83% | 0.66% | - |
| HSV(B) | 299.58º | 0.6% | 0.94% | - |
| XYZ | 55.6 | 33.19 | 85.91 | - |
| YUV | 155.76 | 175.54 | 187.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 97 | 240 | 0.00 | 0.60 | 0 | 0.06 | 299.58 | 0.83 | 0.66 |
| Hex | EF | 61 | F0 | 0 | 3C | 0 | 6 | 12C | 53 | 42 |
| Octal | 357 | 141 | 360 | 0 | 74 | 0 | 6 | 454 | 123 | 102 |
| Binary | 11101111 | 1100001 | 11110000 | 0 | 111100 | 0 | 110 | 100101100 | 1010011 | 1000010 |
Color Harmonies of #EF61F0
Complementary color
Monochromatic Colors of #EF61F0
Black with #EF61F0
Text Example
Text Example
White with #EF61F0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EF61F0; }
p { color: rgb(239,97,240); }
H1.HeaderClassName
{
color: #EF61F0;
}
.AnyTagClassName
{
color: #EF61F0;
}
</style>
background-color css
<style>
a { background-color: #EF61F0; }
a { background-color: rgb(239,97,240); }
div.DivClassName
{
background-color: #EF61F0;
}
.BgClassName
{
background-color: #EF61F0;
}
</style>
border-color css
<style>
span { border-color: #EF61F0; }
span { border-color: rgb(239,97,240); }
td.TdClassName
{
border-color: #EF61F0;
}
.TagClassName
{
border-color: #EF61F0;
}
</style>