Shades of Pink Flamingo #F44DF2
Tints of Pink Flamingo #F44DF2
RGB
CMYK
RGB Variations
Color information
#F44DF2 (or 0xF44DF2) is known color: Pink Flamingo. HEX triplet: F4, 4D and F2. RGB value is (244,77,242). Sum of RGB (Red+Green+Blue) = 244+77+242=563 (74% of max value = 765). Red value is 244 (95.70% from 255 or 43.34% from 563); Green value is 77 (30.47% from 255 or 13.68% from 563); Blue value is 242 (94.92% from 255 or 42.98% from 563); Max value from RGB is 244 - color contains mainly: red. Hex color #F44DF2 is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #F44DF2 is #0BB20D. Grayscale: #919191. Windows color (decimal): -766478 or 15879668. OLE color: 15879668.
HSL color Cylindrical-coordinate representation of color #F44DF2: hue angle of 300.72º degrees, saturation: 0.88, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #F44DF2 is Cyan = 0, Magento = 0.68, Yellow = 0.01 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 244 | 77 | 242 | - |
| CMYK | 0 | 0.68 | 0.01 | 0.04 |
| HSL | 300.72º | 0.88% | 0.63% | - |
| HSV(B) | 300.72º | 0.68% | 0.96% | - |
| XYZ | 55.99 | 30.95 | 87.03 | - |
| YUV | 145.74 | 182.33 | 198.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 244 | 77 | 242 | 0 | 0.68 | 0.01 | 0.04 | 300.72 | 0.88 | 0.63 |
| Hex | F4 | 4D | F2 | 0 | 44 | 1 | 4 | 12D | 58 | 3F |
| Octal | 364 | 115 | 362 | 0 | 104 | 1 | 4 | 455 | 130 | 77 |
| Binary | 11110100 | 1001101 | 11110010 | 0 | 1000100 | 1 | 100 | 100101101 | 1011000 | 111111 |
Color Harmonies of #F44DF2
Complementary color
Monochromatic Colors of #F44DF2
Black with #F44DF2
Text Example
Text Example
White with #F44DF2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F44DF2; }
p { color: rgb(244,77,242); }
H1.HeaderClassName
{
color: #F44DF2;
}
.AnyTagClassName
{
color: #F44DF2;
}
</style>
background-color css
<style>
a { background-color: #F44DF2; }
a { background-color: rgb(244,77,242); }
div.DivClassName
{
background-color: #F44DF2;
}
.BgClassName
{
background-color: #F44DF2;
}
</style>
border-color css
<style>
span { border-color: #F44DF2; }
span { border-color: rgb(244,77,242); }
td.TdClassName
{
border-color: #F44DF2;
}
.TagClassName
{
border-color: #F44DF2;
}
</style>