Shades of Pink Flamingo #F044F6
Tints of Pink Flamingo #F044F6
RGB
CMYK
RGB Variations
Color information
#F044F6 (or 0xF044F6) is known color: Pink Flamingo. HEX triplet: F0, 44 and F6. RGB value is (240,68,246). Sum of RGB (Red+Green+Blue) = 240+68+246=554 (73% of max value = 765). Red value is 240 (94.14% from 255 or 43.32% from 554); Green value is 68 (26.95% from 255 or 12.27% from 554); Blue value is 246 (96.48% from 255 or 44.40% from 554); Max value from RGB is 246 - color contains mainly: blue. Hex color #F044F6 is not a web safe color. Web safe color analog (approx): #FF33FF. Inversed color of #F044F6 is #0FBB09. Grayscale: #8B8B8B. Windows color (decimal): -1030922 or 16139504. OLE color: 16139504.
HSL color Cylindrical-coordinate representation of color #F044F6: hue angle of 297.98º degrees, saturation: 0.91, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #F044F6 is Cyan = 0.02, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 240 | 68 | 246 | - |
| CMYK | 0.02 | 0.72 | 0 | 0.04 |
| HSL | 297.98º | 0.91% | 0.62% | - |
| HSV(B) | 297.98º | 0.72% | 0.96% | - |
| XYZ | 54.64 | 29.31 | 89.97 | - |
| YUV | 139.72 | 187.98 | 199.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 68 | 246 | 0.02 | 0.72 | 0 | 0.04 | 297.98 | 0.91 | 0.62 |
| Hex | F0 | 44 | F6 | 2 | 48 | 0 | 4 | 12A | 5B | 3E |
| Octal | 360 | 104 | 366 | 2 | 110 | 0 | 4 | 452 | 133 | 76 |
| Binary | 11110000 | 1000100 | 11110110 | 10 | 1001000 | 0 | 100 | 100101010 | 1011011 | 111110 |
Color Harmonies of #F044F6
Complementary color
Monochromatic Colors of #F044F6
Black with #F044F6
Text Example
Text Example
White with #F044F6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F044F6; }
p { color: rgb(240,68,246); }
H1.HeaderClassName
{
color: #F044F6;
}
.AnyTagClassName
{
color: #F044F6;
}
</style>
background-color css
<style>
a { background-color: #F044F6; }
a { background-color: rgb(240,68,246); }
div.DivClassName
{
background-color: #F044F6;
}
.BgClassName
{
background-color: #F044F6;
}
</style>
border-color css
<style>
span { border-color: #F044F6; }
span { border-color: rgb(240,68,246); }
td.TdClassName
{
border-color: #F044F6;
}
.TagClassName
{
border-color: #F044F6;
}
</style>