Shades of Pink Flamingo #F44FF2
Tints of Pink Flamingo #F44FF2
RGB
CMYK
RGB Variations
Color information
#F44FF2 (or 0xF44FF2) is known color: Pink Flamingo. HEX triplet: F4, 4F and F2. RGB value is (244,79,242). Sum of RGB (Red+Green+Blue) = 244+79+242=565 (74% of max value = 765). Red value is 244 (95.70% from 255 or 43.19% from 565); Green value is 79 (31.25% from 255 or 13.98% from 565); Blue value is 242 (94.92% from 255 or 42.83% from 565); Max value from RGB is 244 - color contains mainly: red. Hex color #F44FF2 is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #F44FF2 is #0BB00D. Grayscale: #929292. Windows color (decimal): -765966 or 15880180. OLE color: 15880180.
HSL color Cylindrical-coordinate representation of color #F44FF2: hue angle of 300.73º 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 #F44FF2 is Cyan = 0, Magento = 0.68, Yellow = 0.01 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 244 | 79 | 242 | - |
| CMYK | 0 | 0.68 | 0.01 | 0.04 |
| HSL | 300.73º | 0.88% | 0.63% | - |
| HSV(B) | 300.73º | 0.68% | 0.96% | - |
| XYZ | 56.13 | 31.24 | 87.08 | - |
| YUV | 146.92 | 181.66 | 197.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 244 | 79 | 242 | 0 | 0.68 | 0.01 | 0.04 | 300.73 | 0.88 | 0.63 |
| Hex | F4 | 4F | F2 | 0 | 44 | 1 | 4 | 12D | 58 | 3F |
| Octal | 364 | 117 | 362 | 0 | 104 | 1 | 4 | 455 | 130 | 77 |
| Binary | 11110100 | 1001111 | 11110010 | 0 | 1000100 | 1 | 100 | 100101101 | 1011000 | 111111 |
Color Harmonies of #F44FF2
Complementary color
Monochromatic Colors of #F44FF2
Black with #F44FF2
Text Example
Text Example
White with #F44FF2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F44FF2; }
p { color: rgb(244,79,242); }
H1.HeaderClassName
{
color: #F44FF2;
}
.AnyTagClassName
{
color: #F44FF2;
}
</style>
background-color css
<style>
a { background-color: #F44FF2; }
a { background-color: rgb(244,79,242); }
div.DivClassName
{
background-color: #F44FF2;
}
.BgClassName
{
background-color: #F44FF2;
}
</style>
border-color css
<style>
span { border-color: #F44FF2; }
span { border-color: rgb(244,79,242); }
td.TdClassName
{
border-color: #F44FF2;
}
.TagClassName
{
border-color: #F44FF2;
}
</style>