Shades of Pink Flamingo #F04EFB
Tints of Pink Flamingo #F04EFB
RGB
CMYK
RGB Variations
Color information
#F04EFB (or 0xF04EFB) is known color: Pink Flamingo. HEX triplet: F0, 4E and FB. RGB value is (240,78,251). Sum of RGB (Red+Green+Blue) = 240+78+251=569 (75% of max value = 765). Red value is 240 (94.14% from 255 or 42.18% from 569); Green value is 78 (30.86% from 255 or 13.71% from 569); Blue value is 251 (98.44% from 255 or 44.11% from 569); Max value from RGB is 251 - color contains mainly: blue. Hex color #F04EFB is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #F04EFB is #0FB104. Grayscale: #919191. Windows color (decimal): -1028357 or 16469744. OLE color: 16469744.
HSL color Cylindrical-coordinate representation of color #F04EFB: hue angle of 296.18º degrees, saturation: 0.96, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #F04EFB is Cyan = 0.04, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 240 | 78 | 251 | - |
| CMYK | 0.04 | 0.69 | 0 | 0.02 |
| HSL | 296.19º | 0.96% | 0.65% | - |
| HSV(B) | 296.19º | 0.69% | 0.98% | - |
| XYZ | 56.07 | 30.94 | 94.28 | - |
| YUV | 146.16 | 187.17 | 194.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 78 | 251 | 0.04 | 0.69 | 0 | 0.02 | 296.19 | 0.96 | 0.65 |
| Hex | F0 | 4E | FB | 4 | 45 | 0 | 2 | 128 | 60 | 41 |
| Octal | 360 | 116 | 373 | 4 | 105 | 0 | 2 | 450 | 140 | 101 |
| Binary | 11110000 | 1001110 | 11111011 | 100 | 1000101 | 0 | 10 | 100101000 | 1100000 | 1000001 |
Color Harmonies of #F04EFB
Complementary color
Monochromatic Colors of #F04EFB
Black with #F04EFB
Text Example
Text Example
White with #F04EFB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F04EFB; }
p { color: rgb(240,78,251); }
H1.HeaderClassName
{
color: #F04EFB;
}
.AnyTagClassName
{
color: #F04EFB;
}
</style>
background-color css
<style>
a { background-color: #F04EFB; }
a { background-color: rgb(240,78,251); }
div.DivClassName
{
background-color: #F04EFB;
}
.BgClassName
{
background-color: #F04EFB;
}
</style>
border-color css
<style>
span { border-color: #F04EFB; }
span { border-color: rgb(240,78,251); }
td.TdClassName
{
border-color: #F04EFB;
}
.TagClassName
{
border-color: #F04EFB;
}
</style>