Shades of Pink Flamingo #F04EFC
Tints of Pink Flamingo #F04EFC
RGB
CMYK
RGB Variations
Color information
#F04EFC (or 0xF04EFC) is known color: Pink Flamingo. HEX triplet: F0, 4E and FC. RGB value is (240,78,252). Sum of RGB (Red+Green+Blue) = 240+78+252=570 (75% of max value = 765). Red value is 240 (94.14% from 255 or 42.11% from 570); Green value is 78 (30.86% from 255 or 13.68% from 570); Blue value is 252 (98.83% from 255 or 44.21% from 570); Max value from RGB is 252 - color contains mainly: blue. Hex color #F04EFC is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #F04EFC is #0FB103. Grayscale: #919191. Windows color (decimal): -1028356 or 16535280. OLE color: 16535280.
HSL color Cylindrical-coordinate representation of color #F04EFC: hue angle of 295.86º degrees, saturation: 0.97, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #F04EFC is Cyan = 0.05, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 240 | 78 | 252 | - |
| CMYK | 0.05 | 0.69 | 0 | 0.01 |
| HSL | 295.86º | 0.97% | 0.65% | - |
| HSV(B) | 295.86º | 0.69% | 0.99% | - |
| XYZ | 56.23 | 31 | 95.12 | - |
| YUV | 146.27 | 187.67 | 194.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 78 | 252 | 0.05 | 0.69 | 0 | 0.01 | 295.86 | 0.97 | 0.65 |
| Hex | F0 | 4E | FC | 5 | 45 | 0 | 1 | 128 | 61 | 41 |
| Octal | 360 | 116 | 374 | 5 | 105 | 0 | 1 | 450 | 141 | 101 |
| Binary | 11110000 | 1001110 | 11111100 | 101 | 1000101 | 0 | 1 | 100101000 | 1100001 | 1000001 |
Color Harmonies of #F04EFC
Complementary color
Monochromatic Colors of #F04EFC
Black with #F04EFC
Text Example
Text Example
White with #F04EFC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F04EFC; }
p { color: rgb(240,78,252); }
H1.HeaderClassName
{
color: #F04EFC;
}
.AnyTagClassName
{
color: #F04EFC;
}
</style>
background-color css
<style>
a { background-color: #F04EFC; }
a { background-color: rgb(240,78,252); }
div.DivClassName
{
background-color: #F04EFC;
}
.BgClassName
{
background-color: #F04EFC;
}
</style>
border-color css
<style>
span { border-color: #F04EFC; }
span { border-color: rgb(240,78,252); }
td.TdClassName
{
border-color: #F04EFC;
}
.TagClassName
{
border-color: #F04EFC;
}
</style>