Shades of Flamingo #F15950
Tints of Flamingo #F15950
RGB
CMYK
RGB Variations
Color information
#F15950 (or 0xF15950) is known color: Flamingo. HEX triplet: F1, 59 and 50. RGB value is (241,89,80). Sum of RGB (Red+Green+Blue) = 241+89+80=410 (54% of max value = 765). Red value is 241 (94.53% from 255 or 58.78% from 410); Green value is 89 (35.16% from 255 or 21.71% from 410); Blue value is 80 (31.64% from 255 or 19.51% from 410); Max value from RGB is 241 - color contains mainly: red. Hex color #F15950 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #F15950 is #0EA6AF. Grayscale: #858585. Windows color (decimal): -960176 or 5265905. OLE color: 5265905.
HSL color Cylindrical-coordinate representation of color #F15950: hue angle of 3.35º 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 #F15950 is Cyan = 0, Magento = 0.63, Yellow = 0.67 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 241 | 89 | 80 | - |
| CMYK | 0 | 0.63 | 0.67 | 0.05 |
| HSL | 3.35º | 0.85% | 0.63% | - |
| HSV(B) | 3.35º | 0.67% | 0.95% | - |
| XYZ | 41.3 | 26.42 | 10.51 | - |
| YUV | 133.42 | 97.86 | 204.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 241 | 89 | 80 | 0 | 0.63 | 0.67 | 0.05 | 3.35 | 0.85 | 0.63 |
| Hex | F1 | 59 | 50 | 0 | 3F | 43 | 5 | 3 | 55 | 3F |
| Octal | 361 | 131 | 120 | 0 | 77 | 103 | 5 | 3 | 125 | 77 |
| Binary | 11110001 | 1011001 | 1010000 | 0 | 111111 | 1000011 | 101 | 11 | 1010101 | 111111 |
Color Harmonies of #F15950
Complementary color
Monochromatic Colors of #F15950
Black with #F15950
Text Example
Text Example
White with #F15950
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F15950; }
p { color: rgb(241,89,80); }
H1.HeaderClassName
{
color: #F15950;
}
.AnyTagClassName
{
color: #F15950;
}
</style>
background-color css
<style>
a { background-color: #F15950; }
a { background-color: rgb(241,89,80); }
div.DivClassName
{
background-color: #F15950;
}
.BgClassName
{
background-color: #F15950;
}
</style>
border-color css
<style>
span { border-color: #F15950; }
span { border-color: rgb(241,89,80); }
td.TdClassName
{
border-color: #F15950;
}
.TagClassName
{
border-color: #F15950;
}
</style>