Shades of Pink Flamingo #F447F1
Tints of Pink Flamingo #F447F1
RGB
CMYK
RGB Variations
Color information
#F447F1 (or 0xF447F1) is known color: Pink Flamingo. HEX triplet: F4, 47 and F1. RGB value is (244,71,241). Sum of RGB (Red+Green+Blue) = 244+71+241=556 (73% of max value = 765). Red value is 244 (95.70% from 255 or 43.88% from 556); Green value is 71 (28.12% from 255 or 12.77% from 556); Blue value is 241 (94.53% from 255 or 43.35% from 556); Max value from RGB is 244 - color contains mainly: red. Hex color #F447F1 is not a web safe color. Web safe color analog (approx): #FF33FF. Inversed color of #F447F1 is #0BB80E. Grayscale: #8D8D8D. Windows color (decimal): -768015 or 15812596. OLE color: 15812596.
HSL color Cylindrical-coordinate representation of color #F447F1: hue angle of 301.04º degrees, saturation: 0.89, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #F447F1 is Cyan = 0, Magento = 0.71, Yellow = 0.01 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 244 | 71 | 241 | - |
| CMYK | 0 | 0.71 | 0.01 | 0.04 |
| HSL | 301.04º | 0.89% | 0.62% | - |
| HSV(B) | 301.04º | 0.71% | 0.96% | - |
| XYZ | 55.44 | 30.09 | 86.11 | - |
| YUV | 142.11 | 183.81 | 200.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 244 | 71 | 241 | 0 | 0.71 | 0.01 | 0.04 | 301.04 | 0.89 | 0.62 |
| Hex | F4 | 47 | F1 | 0 | 47 | 1 | 4 | 12D | 59 | 3E |
| Octal | 364 | 107 | 361 | 0 | 107 | 1 | 4 | 455 | 131 | 76 |
| Binary | 11110100 | 1000111 | 11110001 | 0 | 1000111 | 1 | 100 | 100101101 | 1011001 | 111110 |
Color Harmonies of #F447F1
Complementary color
Monochromatic Colors of #F447F1
Black with #F447F1
Text Example
Text Example
White with #F447F1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F447F1; }
p { color: rgb(244,71,241); }
H1.HeaderClassName
{
color: #F447F1;
}
.AnyTagClassName
{
color: #F447F1;
}
</style>
background-color css
<style>
a { background-color: #F447F1; }
a { background-color: rgb(244,71,241); }
div.DivClassName
{
background-color: #F447F1;
}
.BgClassName
{
background-color: #F447F1;
}
</style>
border-color css
<style>
span { border-color: #F447F1; }
span { border-color: rgb(244,71,241); }
td.TdClassName
{
border-color: #F447F1;
}
.TagClassName
{
border-color: #F447F1;
}
</style>