Shades of Pink Flamingo #F16AF0
Tints of Pink Flamingo #F16AF0
RGB
CMYK
RGB Variations
Color information
#F16AF0 (or 0xF16AF0) is known color: Pink Flamingo. HEX triplet: F1, 6A and F0. RGB value is (241,106,240). Sum of RGB (Red+Green+Blue) = 241+106+240=587 (77% of max value = 765). Red value is 241 (94.53% from 255 or 41.06% from 587); Green value is 106 (41.80% from 255 or 18.06% from 587); Blue value is 240 (94.14% from 255 or 40.89% from 587); Max value from RGB is 241 - color contains mainly: red. Hex color #F16AF0 is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #F16AF0 is #0E950F. Grayscale: #A1A1A1. Windows color (decimal): -955664 or 15756017. OLE color: 15756017.
HSL color Cylindrical-coordinate representation of color #F16AF0: hue angle of 300.44º degrees, saturation: 0.83, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #F16AF0 is Cyan = 0, Magento = 0.56, Yellow = 0.00 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 241 | 106 | 240 | - |
| CMYK | 0 | 0.56 | 0.00 | 0.05 |
| HSL | 300.44º | 0.83% | 0.68% | - |
| HSV(B) | 300.44º | 0.56% | 0.95% | - |
| XYZ | 57.16 | 35.3 | 86.24 | - |
| YUV | 161.64 | 172.23 | 184.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 241 | 106 | 240 | 0 | 0.56 | 0.00 | 0.05 | 300.44 | 0.83 | 0.68 |
| Hex | F1 | 6A | F0 | 0 | 38 | 0 | 5 | 12C | 53 | 44 |
| Octal | 361 | 152 | 360 | 0 | 70 | 0 | 5 | 454 | 123 | 104 |
| Binary | 11110001 | 1101010 | 11110000 | 0 | 111000 | 0 | 101 | 100101100 | 1010011 | 1000100 |
Color Harmonies of #F16AF0
Complementary color
Monochromatic Colors of #F16AF0
Black with #F16AF0
Text Example
Text Example
White with #F16AF0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F16AF0; }
p { color: rgb(241,106,240); }
H1.HeaderClassName
{
color: #F16AF0;
}
.AnyTagClassName
{
color: #F16AF0;
}
</style>
background-color css
<style>
a { background-color: #F16AF0; }
a { background-color: rgb(241,106,240); }
div.DivClassName
{
background-color: #F16AF0;
}
.BgClassName
{
background-color: #F16AF0;
}
</style>
border-color css
<style>
span { border-color: #F16AF0; }
span { border-color: rgb(241,106,240); }
td.TdClassName
{
border-color: #F16AF0;
}
.TagClassName
{
border-color: #F16AF0;
}
</style>