Shades of Pink Flamingo #F044F5
Tints of Pink Flamingo #F044F5
RGB
CMYK
RGB Variations
Color information
#F044F5 (or 0xF044F5) is known color: Pink Flamingo. HEX triplet: F0, 44 and F5. RGB value is (240,68,245). Sum of RGB (Red+Green+Blue) = 240+68+245=553 (73% of max value = 765). Red value is 240 (94.14% from 255 or 43.40% from 553); Green value is 68 (26.95% from 255 or 12.30% from 553); Blue value is 245 (96.09% from 255 or 44.30% from 553); Max value from RGB is 245 - color contains mainly: blue. Hex color #F044F5 is not a web safe color. Web safe color analog (approx): #FF33FF. Inversed color of #F044F5 is #0FBB0A. Grayscale: #8B8B8B. Windows color (decimal): -1030923 or 16073968. OLE color: 16073968.
HSL color Cylindrical-coordinate representation of color #F044F5: hue angle of 298.31º degrees, saturation: 0.9, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #F044F5 is Cyan = 0.02, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 240 | 68 | 245 | - |
| CMYK | 0.02 | 0.72 | 0 | 0.04 |
| HSL | 298.31º | 0.9% | 0.61% | - |
| HSV(B) | 298.31º | 0.72% | 0.96% | - |
| XYZ | 54.48 | 29.25 | 89.16 | - |
| YUV | 139.61 | 187.48 | 199.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 68 | 245 | 0.02 | 0.72 | 0 | 0.04 | 298.31 | 0.9 | 0.61 |
| Hex | F0 | 44 | F5 | 2 | 48 | 0 | 4 | 12A | 5A | 3D |
| Octal | 360 | 104 | 365 | 2 | 110 | 0 | 4 | 452 | 132 | 75 |
| Binary | 11110000 | 1000100 | 11110101 | 10 | 1001000 | 0 | 100 | 100101010 | 1011010 | 111101 |
Color Harmonies of #F044F5
Complementary color
Monochromatic Colors of #F044F5
Black with #F044F5
Text Example
Text Example
White with #F044F5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F044F5; }
p { color: rgb(240,68,245); }
H1.HeaderClassName
{
color: #F044F5;
}
.AnyTagClassName
{
color: #F044F5;
}
</style>
background-color css
<style>
a { background-color: #F044F5; }
a { background-color: rgb(240,68,245); }
div.DivClassName
{
background-color: #F044F5;
}
.BgClassName
{
background-color: #F044F5;
}
</style>
border-color css
<style>
span { border-color: #F044F5; }
span { border-color: rgb(240,68,245); }
td.TdClassName
{
border-color: #F044F5;
}
.TagClassName
{
border-color: #F044F5;
}
</style>