Shades of Pink Flamingo #F44DF4
Tints of Pink Flamingo #F44DF4
RGB
CMYK
RGB Variations
Color information
#F44DF4 (or 0xF44DF4) is known color: Pink Flamingo. HEX triplet: F4, 4D and F4. RGB value is (244,77,244). Sum of RGB (Red+Green+Blue) = 244+77+244=565 (74% of max value = 765). Red value is 244 (95.70% from 255 or 43.19% from 565); Green value is 77 (30.47% from 255 or 13.63% from 565); Blue value is 244 (95.70% from 255 or 43.19% from 565); Max value from RGB is 244 - color contains mainly: red, blue. Hex color #F44DF4 is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #F44DF4 is #0BB20B. Grayscale: #919191. Windows color (decimal): -766476 or 16010740. OLE color: 16010740.
HSL color Cylindrical-coordinate representation of color #F44DF4: hue angle of 300º 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 #F44DF4 is Cyan = 0, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 244 | 77 | 244 | - |
| CMYK | 0 | 0.68 | 0 | 0.04 |
| HSL | 300º | 0.88% | 0.63% | - |
| HSV(B) | 300º | 0.68% | 0.96% | - |
| XYZ | 56.29 | 31.07 | 88.62 | - |
| YUV | 145.97 | 183.33 | 197.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 244 | 77 | 244 | 0 | 0.68 | 0 | 0.04 | 300 | 0.88 | 0.63 |
| Hex | F4 | 4D | F4 | 0 | 44 | 0 | 4 | 12C | 58 | 3F |
| Octal | 364 | 115 | 364 | 0 | 104 | 0 | 4 | 454 | 130 | 77 |
| Binary | 11110100 | 1001101 | 11110100 | 0 | 1000100 | 0 | 100 | 100101100 | 1011000 | 111111 |
Color Harmonies of #F44DF4
Complementary color
Monochromatic Colors of #F44DF4
Black with #F44DF4
Text Example
Text Example
White with #F44DF4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F44DF4; }
p { color: rgb(244,77,244); }
H1.HeaderClassName
{
color: #F44DF4;
}
.AnyTagClassName
{
color: #F44DF4;
}
</style>
background-color css
<style>
a { background-color: #F44DF4; }
a { background-color: rgb(244,77,244); }
div.DivClassName
{
background-color: #F44DF4;
}
.BgClassName
{
background-color: #F44DF4;
}
</style>
border-color css
<style>
span { border-color: #F44DF4; }
span { border-color: rgb(244,77,244); }
td.TdClassName
{
border-color: #F44DF4;
}
.TagClassName
{
border-color: #F44DF4;
}
</style>