Shades of Pink Flamingo #F044FC
Tints of Pink Flamingo #F044FC
RGB
CMYK
RGB Variations
Color information
#F044FC (or 0xF044FC) is known color: Pink Flamingo. HEX triplet: F0, 44 and FC. RGB value is (240,68,252). Sum of RGB (Red+Green+Blue) = 240+68+252=560 (74% of max value = 765). Red value is 240 (94.14% from 255 or 42.86% from 560); Green value is 68 (26.95% from 255 or 12.14% from 560); Blue value is 252 (98.83% from 255 or 45% from 560); Max value from RGB is 252 - color contains mainly: blue. Hex color #F044FC is not a web safe color. Web safe color analog (approx): #FF33FF. Inversed color of #F044FC is #0FBB03. Grayscale: #8B8B8B. Windows color (decimal): -1030916 or 16532720. OLE color: 16532720.
HSL color Cylindrical-coordinate representation of color #F044FC: hue angle of 296.09º degrees, saturation: 0.97, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #F044FC is Cyan = 0.05, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 240 | 68 | 252 | - |
| CMYK | 0.05 | 0.73 | 0 | 0.01 |
| HSL | 296.09º | 0.97% | 0.63% | - |
| HSV(B) | 296.09º | 0.73% | 0.99% | - |
| XYZ | 55.57 | 29.69 | 94.9 | - |
| YUV | 140.4 | 190.98 | 199.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 68 | 252 | 0.05 | 0.73 | 0 | 0.01 | 296.09 | 0.97 | 0.63 |
| Hex | F0 | 44 | FC | 5 | 49 | 0 | 1 | 128 | 61 | 3F |
| Octal | 360 | 104 | 374 | 5 | 111 | 0 | 1 | 450 | 141 | 77 |
| Binary | 11110000 | 1000100 | 11111100 | 101 | 1001001 | 0 | 1 | 100101000 | 1100001 | 111111 |
Color Harmonies of #F044FC
Complementary color
Monochromatic Colors of #F044FC
Black with #F044FC
Text Example
Text Example
White with #F044FC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F044FC; }
p { color: rgb(240,68,252); }
H1.HeaderClassName
{
color: #F044FC;
}
.AnyTagClassName
{
color: #F044FC;
}
</style>
background-color css
<style>
a { background-color: #F044FC; }
a { background-color: rgb(240,68,252); }
div.DivClassName
{
background-color: #F044FC;
}
.BgClassName
{
background-color: #F044FC;
}
</style>
border-color css
<style>
span { border-color: #F044FC; }
span { border-color: rgb(240,68,252); }
td.TdClassName
{
border-color: #F044FC;
}
.TagClassName
{
border-color: #F044FC;
}
</style>