Shades of Pink Flamingo #F04DFC
Tints of Pink Flamingo #F04DFC
RGB
CMYK
RGB Variations
Color information
#F04DFC (or 0xF04DFC) is known color: Pink Flamingo. HEX triplet: F0, 4D and FC. RGB value is (240,77,252). Sum of RGB (Red+Green+Blue) = 240+77+252=569 (75% of max value = 765). Red value is 240 (94.14% from 255 or 42.18% from 569); Green value is 77 (30.47% from 255 or 13.53% from 569); Blue value is 252 (98.83% from 255 or 44.29% from 569); Max value from RGB is 252 - color contains mainly: blue. Hex color #F04DFC is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #F04DFC is #0FB203. Grayscale: #919191. Windows color (decimal): -1028612 or 16535024. OLE color: 16535024.
HSL color Cylindrical-coordinate representation of color #F04DFC: hue angle of 295.89º 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 #F04DFC is Cyan = 0.05, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 240 | 77 | 252 | - |
| CMYK | 0.05 | 0.69 | 0 | 0.01 |
| HSL | 295.89º | 0.97% | 0.65% | - |
| HSV(B) | 295.89º | 0.69% | 0.99% | - |
| XYZ | 56.16 | 30.86 | 95.09 | - |
| YUV | 145.69 | 188 | 195.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 77 | 252 | 0.05 | 0.69 | 0 | 0.01 | 295.89 | 0.97 | 0.65 |
| Hex | F0 | 4D | FC | 5 | 45 | 0 | 1 | 128 | 61 | 41 |
| Octal | 360 | 115 | 374 | 5 | 105 | 0 | 1 | 450 | 141 | 101 |
| Binary | 11110000 | 1001101 | 11111100 | 101 | 1000101 | 0 | 1 | 100101000 | 1100001 | 1000001 |
Color Harmonies of #F04DFC
Complementary color
Monochromatic Colors of #F04DFC
Black with #F04DFC
Text Example
Text Example
White with #F04DFC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F04DFC; }
p { color: rgb(240,77,252); }
H1.HeaderClassName
{
color: #F04DFC;
}
.AnyTagClassName
{
color: #F04DFC;
}
</style>
background-color css
<style>
a { background-color: #F04DFC; }
a { background-color: rgb(240,77,252); }
div.DivClassName
{
background-color: #F04DFC;
}
.BgClassName
{
background-color: #F04DFC;
}
</style>
border-color css
<style>
span { border-color: #F04DFC; }
span { border-color: rgb(240,77,252); }
td.TdClassName
{
border-color: #F04DFC;
}
.TagClassName
{
border-color: #F04DFC;
}
</style>