Shades of Pink Flamingo #F04EFF
Tints of Pink Flamingo #F04EFF
RGB
CMYK
RGB Variations
Color information
#F04EFF (or 0xF04EFF) is known color: Pink Flamingo. HEX triplet: F0, 4E and FF. RGB value is (240,78,255). Sum of RGB (Red+Green+Blue) = 240+78+255=573 (75% of max value = 765). Red value is 240 (94.14% from 255 or 41.88% from 573); Green value is 78 (30.86% from 255 or 13.61% from 573); Blue value is 255 (100% from 255 or 44.50% from 573); Max value from RGB is 255 - color contains mainly: blue. Hex color #F04EFF is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #F04EFF is #0FB100. Grayscale: #929292. Windows color (decimal): -1028353 or 16731888. OLE color: 16731888.
HSL color Cylindrical-coordinate representation of color #F04EFF: hue angle of 294.92º degrees, saturation: 1, lightness: 0.65%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #F04EFF is Cyan = 0.06, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 240 | 78 | 255 | - |
| CMYK | 0.06 | 0.69 | 0 | 0 |
| HSL | 294.92º | 1% | 0.65% | - |
| HSV(B) | 294.92º | 0.69% | 1% | - |
| XYZ | 56.71 | 31.19 | 97.64 | - |
| YUV | 146.62 | 189.17 | 194.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 78 | 255 | 0.06 | 0.69 | 0 | 0 | 294.92 | 1 | 0.65 |
| Hex | F0 | 4E | FF | 6 | 45 | 0 | 0 | 127 | 64 | 41 |
| Octal | 360 | 116 | 377 | 6 | 105 | 0 | 0 | 447 | 144 | 101 |
| Binary | 11110000 | 1001110 | 11111111 | 110 | 1000101 | 0 | 0 | 100100111 | 1100100 | 1000001 |
Color Harmonies of #F04EFF
Complementary color
Monochromatic Colors of #F04EFF
Black with #F04EFF
Text Example
Text Example
White with #F04EFF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F04EFF; }
p { color: rgb(240,78,255); }
H1.HeaderClassName
{
color: #F04EFF;
}
.AnyTagClassName
{
color: #F04EFF;
}
</style>
background-color css
<style>
a { background-color: #F04EFF; }
a { background-color: rgb(240,78,255); }
div.DivClassName
{
background-color: #F04EFF;
}
.BgClassName
{
background-color: #F04EFF;
}
</style>
border-color css
<style>
span { border-color: #F04EFF; }
span { border-color: rgb(240,78,255); }
td.TdClassName
{
border-color: #F04EFF;
}
.TagClassName
{
border-color: #F04EFF;
}
</style>