Shades of Flamingo #F15957
Tints of Flamingo #F15957
RGB
CMYK
RGB Variations
Color information
#F15957 (or 0xF15957) is known color: Flamingo. HEX triplet: F1, 59 and 57. RGB value is (241,89,87). Sum of RGB (Red+Green+Blue) = 241+89+87=417 (55% of max value = 765). Red value is 241 (94.53% from 255 or 57.79% from 417); Green value is 89 (35.16% from 255 or 21.34% from 417); Blue value is 87 (34.38% from 255 or 20.86% from 417); Max value from RGB is 241 - color contains mainly: red. Hex color #F15957 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #F15957 is #0EA6A8. Grayscale: #868686. Windows color (decimal): -960169 or 5724657. OLE color: 5724657.
HSL color Cylindrical-coordinate representation of color #F15957: hue angle of 0.78º degrees, saturation: 0.85, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #F15957 is Cyan = 0, Magento = 0.63, Yellow = 0.64 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 241 | 89 | 87 | - |
| CMYK | 0 | 0.63 | 0.64 | 0.05 |
| HSL | 0.78º | 0.85% | 0.64% | - |
| HSV(B) | 0.78º | 0.64% | 0.95% | - |
| XYZ | 41.57 | 26.53 | 11.95 | - |
| YUV | 134.22 | 101.36 | 204.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 241 | 89 | 87 | 0 | 0.63 | 0.64 | 0.05 | 0.78 | 0.85 | 0.64 |
| Hex | F1 | 59 | 57 | 0 | 3F | 40 | 5 | 1 | 55 | 40 |
| Octal | 361 | 131 | 127 | 0 | 77 | 100 | 5 | 1 | 125 | 100 |
| Binary | 11110001 | 1011001 | 1010111 | 0 | 111111 | 1000000 | 101 | 1 | 1010101 | 1000000 |
Color Harmonies of #F15957
Complementary color
Monochromatic Colors of #F15957
Black with #F15957
Text Example
Text Example
White with #F15957
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F15957; }
p { color: rgb(241,89,87); }
H1.HeaderClassName
{
color: #F15957;
}
.AnyTagClassName
{
color: #F15957;
}
</style>
background-color css
<style>
a { background-color: #F15957; }
a { background-color: rgb(241,89,87); }
div.DivClassName
{
background-color: #F15957;
}
.BgClassName
{
background-color: #F15957;
}
</style>
border-color css
<style>
span { border-color: #F15957; }
span { border-color: rgb(241,89,87); }
td.TdClassName
{
border-color: #F15957;
}
.TagClassName
{
border-color: #F15957;
}
</style>