Shades of Pink Flamingo #F44EFF
Tints of Pink Flamingo #F44EFF
RGB
CMYK
RGB Variations
Color information
#F44EFF (or 0xF44EFF) is known color: Pink Flamingo. HEX triplet: F4, 4E and FF. RGB value is (244,78,255). Sum of RGB (Red+Green+Blue) = 244+78+255=577 (76% of max value = 765). Red value is 244 (95.70% from 255 or 42.29% from 577); Green value is 78 (30.86% from 255 or 13.52% from 577); Blue value is 255 (100% from 255 or 44.19% from 577); Max value from RGB is 255 - color contains mainly: blue. Hex color #F44EFF is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #F44EFF is #0BB100. Grayscale: #939393. Windows color (decimal): -766209 or 16731892. OLE color: 16731892.
HSL color Cylindrical-coordinate representation of color #F44EFF: hue angle of 296.27º degrees, saturation: 1, lightness: 0.65%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #F44EFF is Cyan = 0.04, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 244 | 78 | 255 | - |
| CMYK | 0.04 | 0.69 | 0 | 0 |
| HSL | 296.27º | 1% | 0.65% | - |
| HSV(B) | 296.27º | 0.69% | 1% | - |
| XYZ | 58.08 | 31.9 | 97.7 | - |
| YUV | 147.81 | 188.5 | 196.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 244 | 78 | 255 | 0.04 | 0.69 | 0 | 0 | 296.27 | 1 | 0.65 |
| Hex | F4 | 4E | FF | 4 | 45 | 0 | 0 | 128 | 64 | 41 |
| Octal | 364 | 116 | 377 | 4 | 105 | 0 | 0 | 450 | 144 | 101 |
| Binary | 11110100 | 1001110 | 11111111 | 100 | 1000101 | 0 | 0 | 100101000 | 1100100 | 1000001 |
Color Harmonies of #F44EFF
Complementary color
Monochromatic Colors of #F44EFF
Black with #F44EFF
Text Example
Text Example
White with #F44EFF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F44EFF; }
p { color: rgb(244,78,255); }
H1.HeaderClassName
{
color: #F44EFF;
}
.AnyTagClassName
{
color: #F44EFF;
}
</style>
background-color css
<style>
a { background-color: #F44EFF; }
a { background-color: rgb(244,78,255); }
div.DivClassName
{
background-color: #F44EFF;
}
.BgClassName
{
background-color: #F44EFF;
}
</style>
border-color css
<style>
span { border-color: #F44EFF; }
span { border-color: rgb(244,78,255); }
td.TdClassName
{
border-color: #F44EFF;
}
.TagClassName
{
border-color: #F44EFF;
}
</style>