Shades of Pink Flamingo #F04FFF
Tints of Pink Flamingo #F04FFF
RGB
CMYK
RGB Variations
Color information
#F04FFF (or 0xF04FFF) is known color: Pink Flamingo. HEX triplet: F0, 4F and FF. RGB value is (240,79,255). Sum of RGB (Red+Green+Blue) = 240+79+255=574 (76% of max value = 765). Red value is 240 (94.14% from 255 or 41.81% from 574); Green value is 79 (31.25% from 255 or 13.76% from 574); Blue value is 255 (100% from 255 or 44.43% from 574); Max value from RGB is 255 - color contains mainly: blue. Hex color #F04FFF is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #F04FFF is #0FB000. Grayscale: #929292. Windows color (decimal): -1028097 or 16732144. OLE color: 16732144.
HSL color Cylindrical-coordinate representation of color #F04FFF: hue angle of 294.89º degrees, saturation: 1, lightness: 0.65%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #F04FFF is Cyan = 0.06, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 240 | 79 | 255 | - |
| CMYK | 0.06 | 0.69 | 0 | 0 |
| HSL | 294.89º | 1% | 0.65% | - |
| HSV(B) | 294.89º | 0.69% | 1% | - |
| XYZ | 56.78 | 31.34 | 97.66 | - |
| YUV | 147.2 | 188.84 | 194.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 79 | 255 | 0.06 | 0.69 | 0 | 0 | 294.89 | 1 | 0.65 |
| Hex | F0 | 4F | FF | 6 | 45 | 0 | 0 | 127 | 64 | 41 |
| Octal | 360 | 117 | 377 | 6 | 105 | 0 | 0 | 447 | 144 | 101 |
| Binary | 11110000 | 1001111 | 11111111 | 110 | 1000101 | 0 | 0 | 100100111 | 1100100 | 1000001 |
Color Harmonies of #F04FFF
Complementary color
Monochromatic Colors of #F04FFF
Black with #F04FFF
Text Example
Text Example
White with #F04FFF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F04FFF; }
p { color: rgb(240,79,255); }
H1.HeaderClassName
{
color: #F04FFF;
}
.AnyTagClassName
{
color: #F04FFF;
}
</style>
background-color css
<style>
a { background-color: #F04FFF; }
a { background-color: rgb(240,79,255); }
div.DivClassName
{
background-color: #F04FFF;
}
.BgClassName
{
background-color: #F04FFF;
}
</style>
border-color css
<style>
span { border-color: #F04FFF; }
span { border-color: rgb(240,79,255); }
td.TdClassName
{
border-color: #F04FFF;
}
.TagClassName
{
border-color: #F04FFF;
}
</style>