Shades of Flamingo #F16355
Tints of Flamingo #F16355
RGB
CMYK
RGB Variations
Color information
#F16355 (or 0xF16355) is known color: Flamingo. HEX triplet: F1, 63 and 55. RGB value is (241,99,85). Sum of RGB (Red+Green+Blue) = 241+99+85=425 (56% of max value = 765). Red value is 241 (94.53% from 255 or 56.71% from 425); Green value is 99 (39.06% from 255 or 23.29% from 425); Blue value is 85 (33.59% from 255 or 20% from 425); Max value from RGB is 241 - color contains mainly: red. Hex color #F16355 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #F16355 is #0E9CAA. Grayscale: #8C8C8C. Windows color (decimal): -957611 or 5596145. OLE color: 5596145.
HSL color Cylindrical-coordinate representation of color #F16355: hue angle of 5.38º 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 #F16355 is Cyan = 0, Magento = 0.59, Yellow = 0.65 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 241 | 99 | 85 | - |
| CMYK | 0 | 0.59 | 0.65 | 0.05 |
| HSL | 5.38º | 0.85% | 0.64% | - |
| HSV(B) | 5.38º | 0.65% | 0.95% | - |
| XYZ | 42.38 | 28.28 | 11.82 | - |
| YUV | 139.86 | 97.04 | 200.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 241 | 99 | 85 | 0 | 0.59 | 0.65 | 0.05 | 5.38 | 0.85 | 0.64 |
| Hex | F1 | 63 | 55 | 0 | 3B | 41 | 5 | 5 | 55 | 40 |
| Octal | 361 | 143 | 125 | 0 | 73 | 101 | 5 | 5 | 125 | 100 |
| Binary | 11110001 | 1100011 | 1010101 | 0 | 111011 | 1000001 | 101 | 101 | 1010101 | 1000000 |
Color Harmonies of #F16355
Complementary color
Monochromatic Colors of #F16355
Black with #F16355
Text Example
Text Example
White with #F16355
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F16355; }
p { color: rgb(241,99,85); }
H1.HeaderClassName
{
color: #F16355;
}
.AnyTagClassName
{
color: #F16355;
}
</style>
background-color css
<style>
a { background-color: #F16355; }
a { background-color: rgb(241,99,85); }
div.DivClassName
{
background-color: #F16355;
}
.BgClassName
{
background-color: #F16355;
}
</style>
border-color css
<style>
span { border-color: #F16355; }
span { border-color: rgb(241,99,85); }
td.TdClassName
{
border-color: #F16355;
}
.TagClassName
{
border-color: #F16355;
}
</style>