Shades of Flamingo #F16056
Tints of Flamingo #F16056
RGB
CMYK
RGB Variations
Color information
#F16056 (or 0xF16056) is known color: Flamingo. HEX triplet: F1, 60 and 56. RGB value is (241,96,86). Sum of RGB (Red+Green+Blue) = 241+96+86=423 (56% of max value = 765). Red value is 241 (94.53% from 255 or 56.97% from 423); Green value is 96 (37.89% from 255 or 22.70% from 423); Blue value is 86 (33.98% from 255 or 20.33% from 423); Max value from RGB is 241 - color contains mainly: red. Hex color #F16056 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #F16056 is #0E9FA9. Grayscale: #8A8A8A. Windows color (decimal): -958378 or 5660913. OLE color: 5660913.
HSL color Cylindrical-coordinate representation of color #F16056: hue angle of 3.87º degrees, saturation: 0.85, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #F16056 is Cyan = 0, Magento = 0.60, Yellow = 0.64 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 241 | 96 | 86 | - |
| CMYK | 0 | 0.60 | 0.64 | 0.05 |
| HSL | 3.87º | 0.85% | 0.64% | - |
| HSV(B) | 3.87º | 0.64% | 0.95% | - |
| XYZ | 42.14 | 27.74 | 11.94 | - |
| YUV | 138.22 | 98.54 | 201.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 241 | 96 | 86 | 0 | 0.60 | 0.64 | 0.05 | 3.87 | 0.85 | 0.64 |
| Hex | F1 | 60 | 56 | 0 | 3C | 40 | 5 | 4 | 55 | 40 |
| Octal | 361 | 140 | 126 | 0 | 74 | 100 | 5 | 4 | 125 | 100 |
| Binary | 11110001 | 1100000 | 1010110 | 0 | 111100 | 1000000 | 101 | 100 | 1010101 | 1000000 |
Color Harmonies of #F16056
Complementary color
Monochromatic Colors of #F16056
Black with #F16056
Text Example
Text Example
White with #F16056
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F16056; }
p { color: rgb(241,96,86); }
H1.HeaderClassName
{
color: #F16056;
}
.AnyTagClassName
{
color: #F16056;
}
</style>
background-color css
<style>
a { background-color: #F16056; }
a { background-color: rgb(241,96,86); }
div.DivClassName
{
background-color: #F16056;
}
.BgClassName
{
background-color: #F16056;
}
</style>
border-color css
<style>
span { border-color: #F16056; }
span { border-color: rgb(241,96,86); }
td.TdClassName
{
border-color: #F16056;
}
.TagClassName
{
border-color: #F16056;
}
</style>