Shades of Pink Flamingo #EF52F7
Tints of Pink Flamingo #EF52F7
RGB
CMYK
RGB Variations
Color information
#EF52F7 (or 0xEF52F7) is known color: Pink Flamingo. HEX triplet: EF, 52 and F7. RGB value is (239,82,247). Sum of RGB (Red+Green+Blue) = 239+82+247=568 (75% of max value = 765). Red value is 239 (93.75% from 255 or 42.08% from 568); Green value is 82 (32.42% from 255 or 14.44% from 568); Blue value is 247 (96.88% from 255 or 43.49% from 568); Max value from RGB is 247 - color contains mainly: blue. Hex color #EF52F7 is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #EF52F7 is #10AD08. Grayscale: #939393. Windows color (decimal): -1092873 or 16208623. OLE color: 16208623.
HSL color Cylindrical-coordinate representation of color #EF52F7: hue angle of 297.09º degrees, saturation: 0.91, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #EF52F7 is Cyan = 0.03, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 239 | 82 | 247 | - |
| CMYK | 0.03 | 0.67 | 0 | 0.03 |
| HSL | 297.09º | 0.91% | 0.65% | - |
| HSV(B) | 297.09º | 0.67% | 0.97% | - |
| XYZ | 55.4 | 31.1 | 91.08 | - |
| YUV | 147.75 | 184.01 | 193.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 82 | 247 | 0.03 | 0.67 | 0 | 0.03 | 297.09 | 0.91 | 0.65 |
| Hex | EF | 52 | F7 | 3 | 43 | 0 | 3 | 129 | 5B | 41 |
| Octal | 357 | 122 | 367 | 3 | 103 | 0 | 3 | 451 | 133 | 101 |
| Binary | 11101111 | 1010010 | 11110111 | 11 | 1000011 | 0 | 11 | 100101001 | 1011011 | 1000001 |
Color Harmonies of #EF52F7
Complementary color
Monochromatic Colors of #EF52F7
Black with #EF52F7
Text Example
Text Example
White with #EF52F7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EF52F7; }
p { color: rgb(239,82,247); }
H1.HeaderClassName
{
color: #EF52F7;
}
.AnyTagClassName
{
color: #EF52F7;
}
</style>
background-color css
<style>
a { background-color: #EF52F7; }
a { background-color: rgb(239,82,247); }
div.DivClassName
{
background-color: #EF52F7;
}
.BgClassName
{
background-color: #EF52F7;
}
</style>
border-color css
<style>
span { border-color: #EF52F7; }
span { border-color: rgb(239,82,247); }
td.TdClassName
{
border-color: #EF52F7;
}
.TagClassName
{
border-color: #EF52F7;
}
</style>