Shades of Pink Flamingo #F16AFC
Tints of Pink Flamingo #F16AFC
RGB
CMYK
RGB Variations
Color information
#F16AFC (or 0xF16AFC) is known color: Pink Flamingo. HEX triplet: F1, 6A and FC. RGB value is (241,106,252). Sum of RGB (Red+Green+Blue) = 241+106+252=599 (79% of max value = 765). Red value is 241 (94.53% from 255 or 40.23% from 599); Green value is 106 (41.80% from 255 or 17.70% from 599); Blue value is 252 (98.83% from 255 or 42.07% from 599); Max value from RGB is 252 - color contains mainly: blue. Hex color #F16AFC is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #F16AFC is #0E9503. Grayscale: #A2A2A2. Windows color (decimal): -955652 or 16542449. OLE color: 16542449.
HSL color Cylindrical-coordinate representation of color #F16AFC: hue angle of 295.48º degrees, saturation: 0.96, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #F16AFC is Cyan = 0.04, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 241 | 106 | 252 | - |
| CMYK | 0.04 | 0.58 | 0 | 0.01 |
| HSL | 295.48º | 0.96% | 0.7% | - |
| HSV(B) | 295.48º | 0.58% | 0.99% | - |
| XYZ | 59 | 36.04 | 95.94 | - |
| YUV | 163.01 | 178.23 | 183.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 241 | 106 | 252 | 0.04 | 0.58 | 0 | 0.01 | 295.48 | 0.96 | 0.7 |
| Hex | F1 | 6A | FC | 4 | 3A | 0 | 1 | 127 | 60 | 46 |
| Octal | 361 | 152 | 374 | 4 | 72 | 0 | 1 | 447 | 140 | 106 |
| Binary | 11110001 | 1101010 | 11111100 | 100 | 111010 | 0 | 1 | 100100111 | 1100000 | 1000110 |
Color Harmonies of #F16AFC
Complementary color
Monochromatic Colors of #F16AFC
Black with #F16AFC
Text Example
Text Example
White with #F16AFC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F16AFC; }
p { color: rgb(241,106,252); }
H1.HeaderClassName
{
color: #F16AFC;
}
.AnyTagClassName
{
color: #F16AFC;
}
</style>
background-color css
<style>
a { background-color: #F16AFC; }
a { background-color: rgb(241,106,252); }
div.DivClassName
{
background-color: #F16AFC;
}
.BgClassName
{
background-color: #F16AFC;
}
</style>
border-color css
<style>
span { border-color: #F16AFC; }
span { border-color: rgb(241,106,252); }
td.TdClassName
{
border-color: #F16AFC;
}
.TagClassName
{
border-color: #F16AFC;
}
</style>