Shades of Pink Flamingo #F44EFE
Tints of Pink Flamingo #F44EFE
RGB
CMYK
RGB Variations
Color information
#F44EFE (or 0xF44EFE) is known color: Pink Flamingo. HEX triplet: F4, 4E and FE. RGB value is (244,78,254). Sum of RGB (Red+Green+Blue) = 244+78+254=576 (76% of max value = 765). Red value is 244 (95.70% from 255 or 42.36% from 576); Green value is 78 (30.86% from 255 or 13.54% from 576); Blue value is 254 (99.61% from 255 or 44.10% from 576); Max value from RGB is 254 - color contains mainly: blue. Hex color #F44EFE is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #F44EFE is #0BB101. Grayscale: #939393. Windows color (decimal): -766210 or 16666356. OLE color: 16666356.
HSL color Cylindrical-coordinate representation of color #F44EFE: hue angle of 296.59º degrees, saturation: 0.99, lightness: 0.65%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #F44EFE is Cyan = 0.04, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 244 | 78 | 254 | - |
| CMYK | 0.04 | 0.69 | 0 | 0.00 |
| HSL | 296.59º | 0.99% | 0.65% | - |
| HSV(B) | 296.59º | 0.69% | 1% | - |
| XYZ | 57.92 | 31.84 | 96.86 | - |
| YUV | 147.7 | 188 | 196.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 244 | 78 | 254 | 0.04 | 0.69 | 0 | 0.00 | 296.59 | 0.99 | 0.65 |
| Hex | F4 | 4E | FE | 4 | 45 | 0 | 0 | 129 | 63 | 41 |
| Octal | 364 | 116 | 376 | 4 | 105 | 0 | 0 | 451 | 143 | 101 |
| Binary | 11110100 | 1001110 | 11111110 | 100 | 1000101 | 0 | 0 | 100101001 | 1100011 | 1000001 |
Color Harmonies of #F44EFE
Complementary color
Monochromatic Colors of #F44EFE
Black with #F44EFE
Text Example
Text Example
White with #F44EFE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F44EFE; }
p { color: rgb(244,78,254); }
H1.HeaderClassName
{
color: #F44EFE;
}
.AnyTagClassName
{
color: #F44EFE;
}
</style>
background-color css
<style>
a { background-color: #F44EFE; }
a { background-color: rgb(244,78,254); }
div.DivClassName
{
background-color: #F44EFE;
}
.BgClassName
{
background-color: #F44EFE;
}
</style>
border-color css
<style>
span { border-color: #F44EFE; }
span { border-color: rgb(244,78,254); }
td.TdClassName
{
border-color: #F44EFE;
}
.TagClassName
{
border-color: #F44EFE;
}
</style>