Shades of Pink Flamingo #F04DFF
Tints of Pink Flamingo #F04DFF
RGB
CMYK
RGB Variations
Color information
#F04DFF (or 0xF04DFF) is known color: Pink Flamingo. HEX triplet: F0, 4D and FF. RGB value is (240,77,255). Sum of RGB (Red+Green+Blue) = 240+77+255=572 (75% of max value = 765). Red value is 240 (94.14% from 255 or 41.96% from 572); Green value is 77 (30.47% from 255 or 13.46% from 572); Blue value is 255 (100% from 255 or 44.58% from 572); Max value from RGB is 255 - color contains mainly: blue. Hex color #F04DFF is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #F04DFF is #0FB200. Grayscale: #919191. Windows color (decimal): -1028609 or 16731632. OLE color: 16731632.
HSL color Cylindrical-coordinate representation of color #F04DFF: hue angle of 294.94º degrees, saturation: 1, lightness: 0.65%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #F04DFF is Cyan = 0.06, Magento = 0.70, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 240 | 77 | 255 | - |
| CMYK | 0.06 | 0.70 | 0 | 0 |
| HSL | 294.94º | 1% | 0.65% | - |
| HSV(B) | 294.94º | 0.7% | 1% | - |
| XYZ | 56.64 | 31.05 | 97.62 | - |
| YUV | 146.03 | 189.5 | 195.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 77 | 255 | 0.06 | 0.70 | 0 | 0 | 294.94 | 1 | 0.65 |
| Hex | F0 | 4D | FF | 6 | 46 | 0 | 0 | 127 | 64 | 41 |
| Octal | 360 | 115 | 377 | 6 | 106 | 0 | 0 | 447 | 144 | 101 |
| Binary | 11110000 | 1001101 | 11111111 | 110 | 1000110 | 0 | 0 | 100100111 | 1100100 | 1000001 |
Color Harmonies of #F04DFF
Complementary color
Monochromatic Colors of #F04DFF
Black with #F04DFF
Text Example
Text Example
White with #F04DFF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F04DFF; }
p { color: rgb(240,77,255); }
H1.HeaderClassName
{
color: #F04DFF;
}
.AnyTagClassName
{
color: #F04DFF;
}
</style>
background-color css
<style>
a { background-color: #F04DFF; }
a { background-color: rgb(240,77,255); }
div.DivClassName
{
background-color: #F04DFF;
}
.BgClassName
{
background-color: #F04DFF;
}
</style>
border-color css
<style>
span { border-color: #F04DFF; }
span { border-color: rgb(240,77,255); }
td.TdClassName
{
border-color: #F04DFF;
}
.TagClassName
{
border-color: #F04DFF;
}
</style>