Shades of Pink Flamingo #F04DF9
Tints of Pink Flamingo #F04DF9
RGB
CMYK
RGB Variations
Color information
#F04DF9 (or 0xF04DF9) is known color: Pink Flamingo. HEX triplet: F0, 4D and F9. RGB value is (240,77,249). Sum of RGB (Red+Green+Blue) = 240+77+249=566 (74% of max value = 765). Red value is 240 (94.14% from 255 or 42.40% from 566); Green value is 77 (30.47% from 255 or 13.60% from 566); Blue value is 249 (97.66% from 255 or 43.99% from 566); Max value from RGB is 249 - color contains mainly: blue. Hex color #F04DF9 is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #F04DF9 is #0FB206. Grayscale: #909090. Windows color (decimal): -1028615 or 16338416. OLE color: 16338416.
HSL color Cylindrical-coordinate representation of color #F04DF9: hue angle of 296.86º degrees, saturation: 0.93, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #F04DF9 is Cyan = 0.04, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 240 | 77 | 249 | - |
| CMYK | 0.04 | 0.69 | 0 | 0.02 |
| HSL | 296.86º | 0.93% | 0.64% | - |
| HSV(B) | 296.86º | 0.69% | 0.98% | - |
| XYZ | 55.69 | 30.67 | 92.61 | - |
| YUV | 145.35 | 186.5 | 195.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 77 | 249 | 0.04 | 0.69 | 0 | 0.02 | 296.86 | 0.93 | 0.64 |
| Hex | F0 | 4D | F9 | 4 | 45 | 0 | 2 | 129 | 5D | 40 |
| Octal | 360 | 115 | 371 | 4 | 105 | 0 | 2 | 451 | 135 | 100 |
| Binary | 11110000 | 1001101 | 11111001 | 100 | 1000101 | 0 | 10 | 100101001 | 1011101 | 1000000 |
Color Harmonies of #F04DF9
Complementary color
Monochromatic Colors of #F04DF9
Black with #F04DF9
Text Example
Text Example
White with #F04DF9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F04DF9; }
p { color: rgb(240,77,249); }
H1.HeaderClassName
{
color: #F04DF9;
}
.AnyTagClassName
{
color: #F04DF9;
}
</style>
background-color css
<style>
a { background-color: #F04DF9; }
a { background-color: rgb(240,77,249); }
div.DivClassName
{
background-color: #F04DF9;
}
.BgClassName
{
background-color: #F04DF9;
}
</style>
border-color css
<style>
span { border-color: #F04DF9; }
span { border-color: rgb(240,77,249); }
td.TdClassName
{
border-color: #F04DF9;
}
.TagClassName
{
border-color: #F04DF9;
}
</style>