Shades of Pink Flamingo #F44DFE
Tints of Pink Flamingo #F44DFE
RGB
CMYK
RGB Variations
Color information
#F44DFE (or 0xF44DFE) is known color: Pink Flamingo. HEX triplet: F4, 4D and FE. RGB value is (244,77,254). Sum of RGB (Red+Green+Blue) = 244+77+254=575 (76% of max value = 765). Red value is 244 (95.70% from 255 or 42.43% from 575); Green value is 77 (30.47% from 255 or 13.39% from 575); Blue value is 254 (99.61% from 255 or 44.17% from 575); Max value from RGB is 254 - color contains mainly: blue. Hex color #F44DFE is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #F44DFE is #0BB201. Grayscale: #929292. Windows color (decimal): -766466 or 16666100. OLE color: 16666100.
HSL color Cylindrical-coordinate representation of color #F44DFE: hue angle of 296.61º degrees, saturation: 0.99, lightness: 0.65%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #F44DFE is Cyan = 0.04, Magento = 0.70, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 244 | 77 | 254 | - |
| CMYK | 0.04 | 0.70 | 0 | 0.00 |
| HSL | 296.61º | 0.99% | 0.65% | - |
| HSV(B) | 296.61º | 0.7% | 1% | - |
| XYZ | 57.85 | 31.7 | 96.83 | - |
| YUV | 147.11 | 188.33 | 197.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 244 | 77 | 254 | 0.04 | 0.70 | 0 | 0.00 | 296.61 | 0.99 | 0.65 |
| Hex | F4 | 4D | FE | 4 | 46 | 0 | 0 | 129 | 63 | 41 |
| Octal | 364 | 115 | 376 | 4 | 106 | 0 | 0 | 451 | 143 | 101 |
| Binary | 11110100 | 1001101 | 11111110 | 100 | 1000110 | 0 | 0 | 100101001 | 1100011 | 1000001 |
Color Harmonies of #F44DFE
Complementary color
Monochromatic Colors of #F44DFE
Black with #F44DFE
Text Example
Text Example
White with #F44DFE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F44DFE; }
p { color: rgb(244,77,254); }
H1.HeaderClassName
{
color: #F44DFE;
}
.AnyTagClassName
{
color: #F44DFE;
}
</style>
background-color css
<style>
a { background-color: #F44DFE; }
a { background-color: rgb(244,77,254); }
div.DivClassName
{
background-color: #F44DFE;
}
.BgClassName
{
background-color: #F44DFE;
}
</style>
border-color css
<style>
span { border-color: #F44DFE; }
span { border-color: rgb(244,77,254); }
td.TdClassName
{
border-color: #F44DFE;
}
.TagClassName
{
border-color: #F44DFE;
}
</style>