Shades of Pink Flamingo #F044F9
Tints of Pink Flamingo #F044F9
RGB
CMYK
RGB Variations
Color information
#F044F9 (or 0xF044F9) is known color: Pink Flamingo. HEX triplet: F0, 44 and F9. RGB value is (240,68,249). Sum of RGB (Red+Green+Blue) = 240+68+249=557 (73% of max value = 765). Red value is 240 (94.14% from 255 or 43.09% from 557); Green value is 68 (26.95% from 255 or 12.21% from 557); Blue value is 249 (97.66% from 255 or 44.70% from 557); Max value from RGB is 249 - color contains mainly: blue. Hex color #F044F9 is not a web safe color. Web safe color analog (approx): #FF33FF. Inversed color of #F044F9 is #0FBB06. Grayscale: #8B8B8B. Windows color (decimal): -1030919 or 16336112. OLE color: 16336112.
HSL color Cylindrical-coordinate representation of color #F044F9: hue angle of 297.02º degrees, saturation: 0.94, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #F044F9 is Cyan = 0.04, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 240 | 68 | 249 | - |
| CMYK | 0.04 | 0.73 | 0 | 0.02 |
| HSL | 297.02º | 0.94% | 0.62% | - |
| HSV(B) | 297.02º | 0.73% | 0.98% | - |
| XYZ | 55.1 | 29.5 | 92.41 | - |
| YUV | 140.06 | 189.48 | 199.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 68 | 249 | 0.04 | 0.73 | 0 | 0.02 | 297.02 | 0.94 | 0.62 |
| Hex | F0 | 44 | F9 | 4 | 49 | 0 | 2 | 129 | 5E | 3E |
| Octal | 360 | 104 | 371 | 4 | 111 | 0 | 2 | 451 | 136 | 76 |
| Binary | 11110000 | 1000100 | 11111001 | 100 | 1001001 | 0 | 10 | 100101001 | 1011110 | 111110 |
Color Harmonies of #F044F9
Complementary color
Monochromatic Colors of #F044F9
Black with #F044F9
Text Example
Text Example
White with #F044F9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F044F9; }
p { color: rgb(240,68,249); }
H1.HeaderClassName
{
color: #F044F9;
}
.AnyTagClassName
{
color: #F044F9;
}
</style>
background-color css
<style>
a { background-color: #F044F9; }
a { background-color: rgb(240,68,249); }
div.DivClassName
{
background-color: #F044F9;
}
.BgClassName
{
background-color: #F044F9;
}
</style>
border-color css
<style>
span { border-color: #F044F9; }
span { border-color: rgb(240,68,249); }
td.TdClassName
{
border-color: #F044F9;
}
.TagClassName
{
border-color: #F044F9;
}
</style>