Shades of Pink Flamingo #F444F2
Tints of Pink Flamingo #F444F2
RGB
CMYK
RGB Variations
Color information
#F444F2 (or 0xF444F2) is known color: Pink Flamingo. HEX triplet: F4, 44 and F2. RGB value is (244,68,242). Sum of RGB (Red+Green+Blue) = 244+68+242=554 (73% of max value = 765). Red value is 244 (95.70% from 255 or 44.04% from 554); Green value is 68 (26.95% from 255 or 12.27% from 554); Blue value is 242 (94.92% from 255 or 43.68% from 554); Max value from RGB is 244 - color contains mainly: red. Hex color #F444F2 is not a web safe color. Web safe color analog (approx): #FF33FF. Inversed color of #F444F2 is #0BBB0D. Grayscale: #8B8B8B. Windows color (decimal): -768782 or 15877364. OLE color: 15877364.
HSL color Cylindrical-coordinate representation of color #F444F2: hue angle of 300.68º degrees, saturation: 0.89, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #F444F2 is Cyan = 0, Magento = 0.72, Yellow = 0.01 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 244 | 68 | 242 | - |
| CMYK | 0 | 0.72 | 0.01 | 0.04 |
| HSL | 300.68º | 0.89% | 0.61% | - |
| HSV(B) | 300.68º | 0.72% | 0.96% | - |
| XYZ | 55.4 | 29.78 | 86.83 | - |
| YUV | 140.46 | 185.31 | 201.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 244 | 68 | 242 | 0 | 0.72 | 0.01 | 0.04 | 300.68 | 0.89 | 0.61 |
| Hex | F4 | 44 | F2 | 0 | 48 | 1 | 4 | 12D | 59 | 3D |
| Octal | 364 | 104 | 362 | 0 | 110 | 1 | 4 | 455 | 131 | 75 |
| Binary | 11110100 | 1000100 | 11110010 | 0 | 1001000 | 1 | 100 | 100101101 | 1011001 | 111101 |
Color Harmonies of #F444F2
Complementary color
Monochromatic Colors of #F444F2
Black with #F444F2
Text Example
Text Example
White with #F444F2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F444F2; }
p { color: rgb(244,68,242); }
H1.HeaderClassName
{
color: #F444F2;
}
.AnyTagClassName
{
color: #F444F2;
}
</style>
background-color css
<style>
a { background-color: #F444F2; }
a { background-color: rgb(244,68,242); }
div.DivClassName
{
background-color: #F444F2;
}
.BgClassName
{
background-color: #F444F2;
}
</style>
border-color css
<style>
span { border-color: #F444F2; }
span { border-color: rgb(244,68,242); }
td.TdClassName
{
border-color: #F444F2;
}
.TagClassName
{
border-color: #F444F2;
}
</style>