Shades of Flamingo #F16150
Tints of Flamingo #F16150
RGB
CMYK
RGB Variations
Color information
#F16150 (or 0xF16150) is known color: Flamingo. HEX triplet: F1, 61 and 50. RGB value is (241,97,80). Sum of RGB (Red+Green+Blue) = 241+97+80=418 (55% of max value = 765). Red value is 241 (94.53% from 255 or 57.66% from 418); Green value is 97 (38.28% from 255 or 23.21% from 418); Blue value is 80 (31.64% from 255 or 19.14% from 418); Max value from RGB is 241 - color contains mainly: red. Hex color #F16150 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #F16150 is #0E9EAF. Grayscale: #8A8A8A. Windows color (decimal): -958128 or 5267953. OLE color: 5267953.
HSL color Cylindrical-coordinate representation of color #F16150: hue angle of 6.34º 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 #F16150 is Cyan = 0, Magento = 0.60, Yellow = 0.67 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 241 | 97 | 80 | - |
| CMYK | 0 | 0.60 | 0.67 | 0.05 |
| HSL | 6.34º | 0.85% | 0.63% | - |
| HSV(B) | 6.34º | 0.67% | 0.95% | - |
| XYZ | 42 | 27.83 | 10.75 | - |
| YUV | 138.12 | 95.21 | 201.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 241 | 97 | 80 | 0 | 0.60 | 0.67 | 0.05 | 6.34 | 0.85 | 0.63 |
| Hex | F1 | 61 | 50 | 0 | 3C | 43 | 5 | 6 | 55 | 3F |
| Octal | 361 | 141 | 120 | 0 | 74 | 103 | 5 | 6 | 125 | 77 |
| Binary | 11110001 | 1100001 | 1010000 | 0 | 111100 | 1000011 | 101 | 110 | 1010101 | 111111 |
Color Harmonies of #F16150
Complementary color
Monochromatic Colors of #F16150
Black with #F16150
Text Example
Text Example
White with #F16150
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F16150; }
p { color: rgb(241,97,80); }
H1.HeaderClassName
{
color: #F16150;
}
.AnyTagClassName
{
color: #F16150;
}
</style>
background-color css
<style>
a { background-color: #F16150; }
a { background-color: rgb(241,97,80); }
div.DivClassName
{
background-color: #F16150;
}
.BgClassName
{
background-color: #F16150;
}
</style>
border-color css
<style>
span { border-color: #F16150; }
span { border-color: rgb(241,97,80); }
td.TdClassName
{
border-color: #F16150;
}
.TagClassName
{
border-color: #F16150;
}
</style>