Shades of Pink Flamingo #F16AFB
Tints of Pink Flamingo #F16AFB
RGB
CMYK
RGB Variations
Color information
#F16AFB (or 0xF16AFB) is known color: Pink Flamingo. HEX triplet: F1, 6A and FB. RGB value is (241,106,251). Sum of RGB (Red+Green+Blue) = 241+106+251=598 (79% of max value = 765). Red value is 241 (94.53% from 255 or 40.30% from 598); Green value is 106 (41.80% from 255 or 17.73% from 598); Blue value is 251 (98.44% from 255 or 41.97% from 598); Max value from RGB is 251 - color contains mainly: blue. Hex color #F16AFB is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #F16AFB is #0E9504. Grayscale: #A2A2A2. Windows color (decimal): -955653 or 16476913. OLE color: 16476913.
HSL color Cylindrical-coordinate representation of color #F16AFB: hue angle of 295.86º degrees, saturation: 0.95, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #F16AFB is Cyan = 0.04, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 241 | 106 | 251 | - |
| CMYK | 0.04 | 0.58 | 0 | 0.02 |
| HSL | 295.86º | 0.95% | 0.7% | - |
| HSV(B) | 295.86º | 0.58% | 0.98% | - |
| XYZ | 58.84 | 35.97 | 95.11 | - |
| YUV | 162.9 | 177.73 | 183.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 241 | 106 | 251 | 0.04 | 0.58 | 0 | 0.02 | 295.86 | 0.95 | 0.7 |
| Hex | F1 | 6A | FB | 4 | 3A | 0 | 2 | 128 | 5F | 46 |
| Octal | 361 | 152 | 373 | 4 | 72 | 0 | 2 | 450 | 137 | 106 |
| Binary | 11110001 | 1101010 | 11111011 | 100 | 111010 | 0 | 10 | 100101000 | 1011111 | 1000110 |
Color Harmonies of #F16AFB
Complementary color
Monochromatic Colors of #F16AFB
Black with #F16AFB
Text Example
Text Example
White with #F16AFB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F16AFB; }
p { color: rgb(241,106,251); }
H1.HeaderClassName
{
color: #F16AFB;
}
.AnyTagClassName
{
color: #F16AFB;
}
</style>
background-color css
<style>
a { background-color: #F16AFB; }
a { background-color: rgb(241,106,251); }
div.DivClassName
{
background-color: #F16AFB;
}
.BgClassName
{
background-color: #F16AFB;
}
</style>
border-color css
<style>
span { border-color: #F16AFB; }
span { border-color: rgb(241,106,251); }
td.TdClassName
{
border-color: #F16AFB;
}
.TagClassName
{
border-color: #F16AFB;
}
</style>