Shades of Pink Flamingo #F44DF1
Tints of Pink Flamingo #F44DF1
RGB
CMYK
RGB Variations
Color information
#F44DF1 (or 0xF44DF1) is known color: Pink Flamingo. HEX triplet: F4, 4D and F1. RGB value is (244,77,241). Sum of RGB (Red+Green+Blue) = 244+77+241=562 (74% of max value = 765). Red value is 244 (95.70% from 255 or 43.42% from 562); Green value is 77 (30.47% from 255 or 13.70% from 562); Blue value is 241 (94.53% from 255 or 42.88% from 562); Max value from RGB is 244 - color contains mainly: red. Hex color #F44DF1 is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #F44DF1 is #0BB20E. Grayscale: #919191. Windows color (decimal): -766479 or 15814132. OLE color: 15814132.
HSL color Cylindrical-coordinate representation of color #F44DF1: hue angle of 301.08º 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 #F44DF1 is Cyan = 0, Magento = 0.68, Yellow = 0.01 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 244 | 77 | 241 | - |
| CMYK | 0 | 0.68 | 0.01 | 0.04 |
| HSL | 301.08º | 0.88% | 0.63% | - |
| HSV(B) | 301.08º | 0.68% | 0.96% | - |
| XYZ | 55.84 | 30.89 | 86.24 | - |
| YUV | 145.63 | 181.83 | 198.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 244 | 77 | 241 | 0 | 0.68 | 0.01 | 0.04 | 301.08 | 0.88 | 0.63 |
| Hex | F4 | 4D | F1 | 0 | 44 | 1 | 4 | 12D | 58 | 3F |
| Octal | 364 | 115 | 361 | 0 | 104 | 1 | 4 | 455 | 130 | 77 |
| Binary | 11110100 | 1001101 | 11110001 | 0 | 1000100 | 1 | 100 | 100101101 | 1011000 | 111111 |
Color Harmonies of #F44DF1
Complementary color
Monochromatic Colors of #F44DF1
Black with #F44DF1
Text Example
Text Example
White with #F44DF1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F44DF1; }
p { color: rgb(244,77,241); }
H1.HeaderClassName
{
color: #F44DF1;
}
.AnyTagClassName
{
color: #F44DF1;
}
</style>
background-color css
<style>
a { background-color: #F44DF1; }
a { background-color: rgb(244,77,241); }
div.DivClassName
{
background-color: #F44DF1;
}
.BgClassName
{
background-color: #F44DF1;
}
</style>
border-color css
<style>
span { border-color: #F44DF1; }
span { border-color: rgb(244,77,241); }
td.TdClassName
{
border-color: #F44DF1;
}
.TagClassName
{
border-color: #F44DF1;
}
</style>