Shades of Pink Flamingo #EF63F0
Tints of Pink Flamingo #EF63F0
RGB
CMYK
RGB Variations
Color information
#EF63F0 (or 0xEF63F0) is known color: Pink Flamingo. HEX triplet: EF, 63 and F0. RGB value is (239,99,240). Sum of RGB (Red+Green+Blue) = 239+99+240=578 (76% of max value = 765). Red value is 239 (93.75% from 255 or 41.35% from 578); Green value is 99 (39.06% from 255 or 17.13% from 578); Blue value is 240 (94.14% from 255 or 41.52% from 578); Max value from RGB is 240 - color contains mainly: blue. Hex color #EF63F0 is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #EF63F0 is #109C0F. Grayscale: #9C9C9C. Windows color (decimal): -1088528 or 15754223. OLE color: 15754223.
HSL color Cylindrical-coordinate representation of color #EF63F0: hue angle of 299.57º degrees, saturation: 0.82, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #EF63F0 is Cyan = 0.00, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 99 | 240 | - |
| CMYK | 0.00 | 0.59 | 0 | 0.06 |
| HSL | 299.57º | 0.82% | 0.66% | - |
| HSV(B) | 299.57º | 0.59% | 0.94% | - |
| XYZ | 55.79 | 33.57 | 85.98 | - |
| YUV | 156.93 | 174.88 | 186.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 99 | 240 | 0.00 | 0.59 | 0 | 0.06 | 299.57 | 0.82 | 0.66 |
| Hex | EF | 63 | F0 | 0 | 3B | 0 | 6 | 12C | 52 | 42 |
| Octal | 357 | 143 | 360 | 0 | 73 | 0 | 6 | 454 | 122 | 102 |
| Binary | 11101111 | 1100011 | 11110000 | 0 | 111011 | 0 | 110 | 100101100 | 1010010 | 1000010 |
Color Harmonies of #EF63F0
Complementary color
Monochromatic Colors of #EF63F0
Black with #EF63F0
Text Example
Text Example
White with #EF63F0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EF63F0; }
p { color: rgb(239,99,240); }
H1.HeaderClassName
{
color: #EF63F0;
}
.AnyTagClassName
{
color: #EF63F0;
}
</style>
background-color css
<style>
a { background-color: #EF63F0; }
a { background-color: rgb(239,99,240); }
div.DivClassName
{
background-color: #EF63F0;
}
.BgClassName
{
background-color: #EF63F0;
}
</style>
border-color css
<style>
span { border-color: #EF63F0; }
span { border-color: rgb(239,99,240); }
td.TdClassName
{
border-color: #EF63F0;
}
.TagClassName
{
border-color: #EF63F0;
}
</style>