Shades of Flamingo #F16156
Tints of Flamingo #F16156
RGB
CMYK
RGB Variations
Color information
#F16156 (or 0xF16156) is known color: Flamingo. HEX triplet: F1, 61 and 56. RGB value is (241,97,86). Sum of RGB (Red+Green+Blue) = 241+97+86=424 (56% of max value = 765). Red value is 241 (94.53% from 255 or 56.84% from 424); Green value is 97 (38.28% from 255 or 22.88% from 424); Blue value is 86 (33.98% from 255 or 20.28% from 424); Max value from RGB is 241 - color contains mainly: red. Hex color #F16156 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #F16156 is #0E9EA9. Grayscale: #8A8A8A. Windows color (decimal): -958122 or 5661169. OLE color: 5661169.
HSL color Cylindrical-coordinate representation of color #F16156: hue angle of 4.26º 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 #F16156 is Cyan = 0, Magento = 0.60, Yellow = 0.64 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 241 | 97 | 86 | - |
| CMYK | 0 | 0.60 | 0.64 | 0.05 |
| HSL | 4.26º | 0.85% | 0.64% | - |
| HSV(B) | 4.26º | 0.64% | 0.95% | - |
| XYZ | 42.23 | 27.92 | 11.97 | - |
| YUV | 138.8 | 98.21 | 200.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 241 | 97 | 86 | 0 | 0.60 | 0.64 | 0.05 | 4.26 | 0.85 | 0.64 |
| Hex | F1 | 61 | 56 | 0 | 3C | 40 | 5 | 4 | 55 | 40 |
| Octal | 361 | 141 | 126 | 0 | 74 | 100 | 5 | 4 | 125 | 100 |
| Binary | 11110001 | 1100001 | 1010110 | 0 | 111100 | 1000000 | 101 | 100 | 1010101 | 1000000 |
Color Harmonies of #F16156
Complementary color
Monochromatic Colors of #F16156
Black with #F16156
Text Example
Text Example
White with #F16156
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F16156; }
p { color: rgb(241,97,86); }
H1.HeaderClassName
{
color: #F16156;
}
.AnyTagClassName
{
color: #F16156;
}
</style>
background-color css
<style>
a { background-color: #F16156; }
a { background-color: rgb(241,97,86); }
div.DivClassName
{
background-color: #F16156;
}
.BgClassName
{
background-color: #F16156;
}
</style>
border-color css
<style>
span { border-color: #F16156; }
span { border-color: rgb(241,97,86); }
td.TdClassName
{
border-color: #F16156;
}
.TagClassName
{
border-color: #F16156;
}
</style>