Shades of Flamingo #F16653
Tints of Flamingo #F16653
RGB
CMYK
RGB Variations
Color information
#F16653 (or 0xF16653) is known color: Flamingo. HEX triplet: F1, 66 and 53. RGB value is (241,102,83). Sum of RGB (Red+Green+Blue) = 241+102+83=426 (56% of max value = 765). Red value is 241 (94.53% from 255 or 56.57% from 426); Green value is 102 (40.23% from 255 or 23.94% from 426); Blue value is 83 (32.81% from 255 or 19.48% from 426); Max value from RGB is 241 - color contains mainly: red. Hex color #F16653 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #F16653 is #0E99AC. Grayscale: #8D8D8D. Windows color (decimal): -956845 or 5465841. OLE color: 5465841.
HSL color Cylindrical-coordinate representation of color #F16653: hue angle of 7.22º degrees, saturation: 0.85, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #F16653 is Cyan = 0, Magento = 0.58, Yellow = 0.66 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 241 | 102 | 83 | - |
| CMYK | 0 | 0.58 | 0.66 | 0.05 |
| HSL | 7.22º | 0.85% | 0.64% | - |
| HSV(B) | 7.22º | 0.66% | 0.95% | - |
| XYZ | 42.59 | 28.83 | 11.5 | - |
| YUV | 141.4 | 95.05 | 199.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 241 | 102 | 83 | 0 | 0.58 | 0.66 | 0.05 | 7.22 | 0.85 | 0.64 |
| Hex | F1 | 66 | 53 | 0 | 3A | 42 | 5 | 7 | 55 | 40 |
| Octal | 361 | 146 | 123 | 0 | 72 | 102 | 5 | 7 | 125 | 100 |
| Binary | 11110001 | 1100110 | 1010011 | 0 | 111010 | 1000010 | 101 | 111 | 1010101 | 1000000 |
Color Harmonies of #F16653
Complementary color
Monochromatic Colors of #F16653
Black with #F16653
Text Example
Text Example
White with #F16653
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F16653; }
p { color: rgb(241,102,83); }
H1.HeaderClassName
{
color: #F16653;
}
.AnyTagClassName
{
color: #F16653;
}
</style>
background-color css
<style>
a { background-color: #F16653; }
a { background-color: rgb(241,102,83); }
div.DivClassName
{
background-color: #F16653;
}
.BgClassName
{
background-color: #F16653;
}
</style>
border-color css
<style>
span { border-color: #F16653; }
span { border-color: rgb(241,102,83); }
td.TdClassName
{
border-color: #F16653;
}
.TagClassName
{
border-color: #F16653;
}
</style>