Shades of Pink Flamingo #F16AF2
Tints of Pink Flamingo #F16AF2
RGB
CMYK
RGB Variations
Color information
#F16AF2 (or 0xF16AF2) is known color: Pink Flamingo. HEX triplet: F1, 6A and F2. RGB value is (241,106,242). Sum of RGB (Red+Green+Blue) = 241+106+242=589 (78% of max value = 765). Red value is 241 (94.53% from 255 or 40.92% from 589); Green value is 106 (41.80% from 255 or 18.00% from 589); Blue value is 242 (94.92% from 255 or 41.09% from 589); Max value from RGB is 242 - color contains mainly: blue. Hex color #F16AF2 is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #F16AF2 is #0E950D. Grayscale: #A1A1A1. Windows color (decimal): -955662 or 15887089. OLE color: 15887089.
HSL color Cylindrical-coordinate representation of color #F16AF2: hue angle of 299.56º degrees, saturation: 0.84, 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 #F16AF2 is Cyan = 0.00, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 241 | 106 | 242 | - |
| CMYK | 0.00 | 0.56 | 0 | 0.05 |
| HSL | 299.56º | 0.84% | 0.68% | - |
| HSV(B) | 299.56º | 0.56% | 0.95% | - |
| XYZ | 57.46 | 35.42 | 87.81 | - |
| YUV | 161.87 | 173.23 | 184.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 241 | 106 | 242 | 0.00 | 0.56 | 0 | 0.05 | 299.56 | 0.84 | 0.68 |
| Hex | F1 | 6A | F2 | 0 | 38 | 0 | 5 | 12C | 54 | 44 |
| Octal | 361 | 152 | 362 | 0 | 70 | 0 | 5 | 454 | 124 | 104 |
| Binary | 11110001 | 1101010 | 11110010 | 0 | 111000 | 0 | 101 | 100101100 | 1010100 | 1000100 |
Color Harmonies of #F16AF2
Complementary color
Monochromatic Colors of #F16AF2
Black with #F16AF2
Text Example
Text Example
White with #F16AF2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F16AF2; }
p { color: rgb(241,106,242); }
H1.HeaderClassName
{
color: #F16AF2;
}
.AnyTagClassName
{
color: #F16AF2;
}
</style>
background-color css
<style>
a { background-color: #F16AF2; }
a { background-color: rgb(241,106,242); }
div.DivClassName
{
background-color: #F16AF2;
}
.BgClassName
{
background-color: #F16AF2;
}
</style>
border-color css
<style>
span { border-color: #F16AF2; }
span { border-color: rgb(241,106,242); }
td.TdClassName
{
border-color: #F16AF2;
}
.TagClassName
{
border-color: #F16AF2;
}
</style>