Shades of Flamingo #F16155
Tints of Flamingo #F16155
RGB
CMYK
RGB Variations
Color information
#F16155 (or 0xF16155) is known color: Flamingo. HEX triplet: F1, 61 and 55. RGB value is (241,97,85). Sum of RGB (Red+Green+Blue) = 241+97+85=423 (56% of max value = 765). Red value is 241 (94.53% from 255 or 56.97% from 423); Green value is 97 (38.28% from 255 or 22.93% from 423); Blue value is 85 (33.59% from 255 or 20.09% from 423); Max value from RGB is 241 - color contains mainly: red. Hex color #F16155 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #F16155 is #0E9EAA. Grayscale: #8A8A8A. Windows color (decimal): -958123 or 5595633. OLE color: 5595633.
HSL color Cylindrical-coordinate representation of color #F16155: hue angle of 4.62º degrees, saturation: 0.85, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #F16155 is Cyan = 0, Magento = 0.60, Yellow = 0.65 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 241 | 97 | 85 | - |
| CMYK | 0 | 0.60 | 0.65 | 0.05 |
| HSL | 4.62º | 0.85% | 0.64% | - |
| HSV(B) | 4.62º | 0.65% | 0.95% | - |
| XYZ | 42.19 | 27.91 | 11.76 | - |
| YUV | 138.69 | 97.71 | 200.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 241 | 97 | 85 | 0 | 0.60 | 0.65 | 0.05 | 4.62 | 0.85 | 0.64 |
| Hex | F1 | 61 | 55 | 0 | 3C | 41 | 5 | 5 | 55 | 40 |
| Octal | 361 | 141 | 125 | 0 | 74 | 101 | 5 | 5 | 125 | 100 |
| Binary | 11110001 | 1100001 | 1010101 | 0 | 111100 | 1000001 | 101 | 101 | 1010101 | 1000000 |
Color Harmonies of #F16155
Complementary color
Monochromatic Colors of #F16155
Black with #F16155
Text Example
Text Example
White with #F16155
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F16155; }
p { color: rgb(241,97,85); }
H1.HeaderClassName
{
color: #F16155;
}
.AnyTagClassName
{
color: #F16155;
}
</style>
background-color css
<style>
a { background-color: #F16155; }
a { background-color: rgb(241,97,85); }
div.DivClassName
{
background-color: #F16155;
}
.BgClassName
{
background-color: #F16155;
}
</style>
border-color css
<style>
span { border-color: #F16155; }
span { border-color: rgb(241,97,85); }
td.TdClassName
{
border-color: #F16155;
}
.TagClassName
{
border-color: #F16155;
}
</style>