Shades of Pink Flamingo #F048F4
Tints of Pink Flamingo #F048F4
RGB
CMYK
RGB Variations
Color information
#F048F4 (or 0xF048F4) is known color: Pink Flamingo. HEX triplet: F0, 48 and F4. RGB value is (240,72,244). Sum of RGB (Red+Green+Blue) = 240+72+244=556 (73% of max value = 765). Red value is 240 (94.14% from 255 or 43.17% from 556); Green value is 72 (28.52% from 255 or 12.95% from 556); Blue value is 244 (95.70% from 255 or 43.88% from 556); Max value from RGB is 244 - color contains mainly: blue. Hex color #F048F4 is not a web safe color. Web safe color analog (approx): #FF33FF. Inversed color of #F048F4 is #0FB70B. Grayscale: #8D8D8D. Windows color (decimal): -1029900 or 16009456. OLE color: 16009456.
HSL color Cylindrical-coordinate representation of color #F048F4: hue angle of 298.6º degrees, saturation: 0.89, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #F048F4 is Cyan = 0.02, Magento = 0.70, Yellow = 0 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 240 | 72 | 244 | - |
| CMYK | 0.02 | 0.70 | 0 | 0.04 |
| HSL | 298.6º | 0.89% | 0.62% | - |
| HSV(B) | 298.6º | 0.7% | 0.96% | - |
| XYZ | 54.58 | 29.69 | 88.44 | - |
| YUV | 141.84 | 185.66 | 198.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 72 | 244 | 0.02 | 0.70 | 0 | 0.04 | 298.6 | 0.89 | 0.62 |
| Hex | F0 | 48 | F4 | 2 | 46 | 0 | 4 | 12B | 59 | 3E |
| Octal | 360 | 110 | 364 | 2 | 106 | 0 | 4 | 453 | 131 | 76 |
| Binary | 11110000 | 1001000 | 11110100 | 10 | 1000110 | 0 | 100 | 100101011 | 1011001 | 111110 |
Color Harmonies of #F048F4
Complementary color
Monochromatic Colors of #F048F4
Black with #F048F4
Text Example
Text Example
White with #F048F4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F048F4; }
p { color: rgb(240,72,244); }
H1.HeaderClassName
{
color: #F048F4;
}
.AnyTagClassName
{
color: #F048F4;
}
</style>
background-color css
<style>
a { background-color: #F048F4; }
a { background-color: rgb(240,72,244); }
div.DivClassName
{
background-color: #F048F4;
}
.BgClassName
{
background-color: #F048F4;
}
</style>
border-color css
<style>
span { border-color: #F048F4; }
span { border-color: rgb(240,72,244); }
td.TdClassName
{
border-color: #F048F4;
}
.TagClassName
{
border-color: #F048F4;
}
</style>