Shades of Pink Flamingo #F466F1
Tints of Pink Flamingo #F466F1
RGB
CMYK
RGB Variations
Color information
#F466F1 (or 0xF466F1) is known color: Pink Flamingo. HEX triplet: F4, 66 and F1. RGB value is (244,102,241). Sum of RGB (Red+Green+Blue) = 244+102+241=587 (77% of max value = 765). Red value is 244 (95.70% from 255 or 41.57% from 587); Green value is 102 (40.23% from 255 or 17.38% from 587); Blue value is 241 (94.53% from 255 or 41.06% from 587); Max value from RGB is 244 - color contains mainly: red. Hex color #F466F1 is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #F466F1 is #0B990E. Grayscale: #9F9F9F. Windows color (decimal): -760079 or 15820532. OLE color: 15820532.
HSL color Cylindrical-coordinate representation of color #F466F1: hue angle of 301.27º degrees, saturation: 0.87, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #F466F1 is Cyan = 0, Magento = 0.58, Yellow = 0.01 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 244 | 102 | 241 | - |
| CMYK | 0 | 0.58 | 0.01 | 0.04 |
| HSL | 301.27º | 0.87% | 0.68% | - |
| HSV(B) | 301.27º | 0.58% | 0.96% | - |
| XYZ | 57.94 | 35.09 | 86.94 | - |
| YUV | 160.3 | 173.54 | 187.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 244 | 102 | 241 | 0 | 0.58 | 0.01 | 0.04 | 301.27 | 0.87 | 0.68 |
| Hex | F4 | 66 | F1 | 0 | 3A | 1 | 4 | 12D | 57 | 44 |
| Octal | 364 | 146 | 361 | 0 | 72 | 1 | 4 | 455 | 127 | 104 |
| Binary | 11110100 | 1100110 | 11110001 | 0 | 111010 | 1 | 100 | 100101101 | 1010111 | 1000100 |
Color Harmonies of #F466F1
Complementary color
Monochromatic Colors of #F466F1
Black with #F466F1
Text Example
Text Example
White with #F466F1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F466F1; }
p { color: rgb(244,102,241); }
H1.HeaderClassName
{
color: #F466F1;
}
.AnyTagClassName
{
color: #F466F1;
}
</style>
background-color css
<style>
a { background-color: #F466F1; }
a { background-color: rgb(244,102,241); }
div.DivClassName
{
background-color: #F466F1;
}
.BgClassName
{
background-color: #F466F1;
}
</style>
border-color css
<style>
span { border-color: #F466F1; }
span { border-color: rgb(244,102,241); }
td.TdClassName
{
border-color: #F466F1;
}
.TagClassName
{
border-color: #F466F1;
}
</style>