Shades of Flamingo #F16550
Tints of Flamingo #F16550
RGB
CMYK
RGB Variations
Color information
#F16550 (or 0xF16550) is known color: Flamingo. HEX triplet: F1, 65 and 50. RGB value is (241,101,80). Sum of RGB (Red+Green+Blue) = 241+101+80=422 (55% of max value = 765). Red value is 241 (94.53% from 255 or 57.11% from 422); Green value is 101 (39.84% from 255 or 23.93% from 422); Blue value is 80 (31.64% from 255 or 18.96% from 422); Max value from RGB is 241 - color contains mainly: red. Hex color #F16550 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #F16550 is #0E9AAF. Grayscale: #8C8C8C. Windows color (decimal): -957104 or 5268977. OLE color: 5268977.
HSL color Cylindrical-coordinate representation of color #F16550: hue angle of 7.83º degrees, saturation: 0.85, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #F16550 is Cyan = 0, Magento = 0.58, Yellow = 0.67 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 241 | 101 | 80 | - |
| CMYK | 0 | 0.58 | 0.67 | 0.05 |
| HSL | 7.83º | 0.85% | 0.63% | - |
| HSV(B) | 7.83º | 0.67% | 0.95% | - |
| XYZ | 42.38 | 28.59 | 10.87 | - |
| YUV | 140.47 | 93.88 | 199.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 241 | 101 | 80 | 0 | 0.58 | 0.67 | 0.05 | 7.83 | 0.85 | 0.63 |
| Hex | F1 | 65 | 50 | 0 | 3A | 43 | 5 | 8 | 55 | 3F |
| Octal | 361 | 145 | 120 | 0 | 72 | 103 | 5 | 10 | 125 | 77 |
| Binary | 11110001 | 1100101 | 1010000 | 0 | 111010 | 1000011 | 101 | 1000 | 1010101 | 111111 |
Color Harmonies of #F16550
Complementary color
Monochromatic Colors of #F16550
Black with #F16550
Text Example
Text Example
White with #F16550
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F16550; }
p { color: rgb(241,101,80); }
H1.HeaderClassName
{
color: #F16550;
}
.AnyTagClassName
{
color: #F16550;
}
</style>
background-color css
<style>
a { background-color: #F16550; }
a { background-color: rgb(241,101,80); }
div.DivClassName
{
background-color: #F16550;
}
.BgClassName
{
background-color: #F16550;
}
</style>
border-color css
<style>
span { border-color: #F16550; }
span { border-color: rgb(241,101,80); }
td.TdClassName
{
border-color: #F16550;
}
.TagClassName
{
border-color: #F16550;
}
</style>