Shades of Pink Flamingo #F04FFC
Tints of Pink Flamingo #F04FFC
RGB
CMYK
RGB Variations
Color information
#F04FFC (or 0xF04FFC) is known color: Pink Flamingo. HEX triplet: F0, 4F and FC. RGB value is (240,79,252). Sum of RGB (Red+Green+Blue) = 240+79+252=571 (75% of max value = 765). Red value is 240 (94.14% from 255 or 42.03% from 571); Green value is 79 (31.25% from 255 or 13.84% from 571); Blue value is 252 (98.83% from 255 or 44.13% from 571); Max value from RGB is 252 - color contains mainly: blue. Hex color #F04FFC is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #F04FFC is #0FB003. Grayscale: #929292. Windows color (decimal): -1028100 or 16535536. OLE color: 16535536.
HSL color Cylindrical-coordinate representation of color #F04FFC: hue angle of 295.84º 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 #F04FFC is Cyan = 0.05, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 240 | 79 | 252 | - |
| CMYK | 0.05 | 0.69 | 0 | 0.01 |
| HSL | 295.84º | 0.97% | 0.65% | - |
| HSV(B) | 295.84º | 0.69% | 0.99% | - |
| XYZ | 56.3 | 31.15 | 95.14 | - |
| YUV | 146.86 | 187.34 | 194.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 79 | 252 | 0.05 | 0.69 | 0 | 0.01 | 295.84 | 0.97 | 0.65 |
| Hex | F0 | 4F | FC | 5 | 45 | 0 | 1 | 128 | 61 | 41 |
| Octal | 360 | 117 | 374 | 5 | 105 | 0 | 1 | 450 | 141 | 101 |
| Binary | 11110000 | 1001111 | 11111100 | 101 | 1000101 | 0 | 1 | 100101000 | 1100001 | 1000001 |
Color Harmonies of #F04FFC
Complementary color
Monochromatic Colors of #F04FFC
Black with #F04FFC
Text Example
Text Example
White with #F04FFC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F04FFC; }
p { color: rgb(240,79,252); }
H1.HeaderClassName
{
color: #F04FFC;
}
.AnyTagClassName
{
color: #F04FFC;
}
</style>
background-color css
<style>
a { background-color: #F04FFC; }
a { background-color: rgb(240,79,252); }
div.DivClassName
{
background-color: #F04FFC;
}
.BgClassName
{
background-color: #F04FFC;
}
</style>
border-color css
<style>
span { border-color: #F04FFC; }
span { border-color: rgb(240,79,252); }
td.TdClassName
{
border-color: #F04FFC;
}
.TagClassName
{
border-color: #F04FFC;
}
</style>