Shades of Flamingo #F15F57
Tints of Flamingo #F15F57
RGB
CMYK
RGB Variations
Color information
#F15F57 (or 0xF15F57) is known color: Flamingo. HEX triplet: F1, 5F and 57. RGB value is (241,95,87). Sum of RGB (Red+Green+Blue) = 241+95+87=423 (56% of max value = 765). Red value is 241 (94.53% from 255 or 56.97% from 423); Green value is 95 (37.5% from 255 or 22.46% from 423); Blue value is 87 (34.38% from 255 or 20.57% from 423); Max value from RGB is 241 - color contains mainly: red. Hex color #F15F57 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #F15F57 is #0EA0A8. Grayscale: #898989. Windows color (decimal): -958633 or 5726193. OLE color: 5726193.
HSL color Cylindrical-coordinate representation of color #F15F57: hue angle of 3.12º 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 #F15F57 is Cyan = 0, Magento = 0.61, Yellow = 0.64 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 241 | 95 | 87 | - |
| CMYK | 0 | 0.61 | 0.64 | 0.05 |
| HSL | 3.12º | 0.85% | 0.64% | - |
| HSV(B) | 3.12º | 0.64% | 0.95% | - |
| XYZ | 42.09 | 27.57 | 12.12 | - |
| YUV | 137.74 | 99.37 | 201.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 241 | 95 | 87 | 0 | 0.61 | 0.64 | 0.05 | 3.12 | 0.85 | 0.64 |
| Hex | F1 | 5F | 57 | 0 | 3D | 40 | 5 | 3 | 55 | 40 |
| Octal | 361 | 137 | 127 | 0 | 75 | 100 | 5 | 3 | 125 | 100 |
| Binary | 11110001 | 1011111 | 1010111 | 0 | 111101 | 1000000 | 101 | 11 | 1010101 | 1000000 |
Color Harmonies of #F15F57
Complementary color
Monochromatic Colors of #F15F57
Black with #F15F57
Text Example
Text Example
White with #F15F57
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F15F57; }
p { color: rgb(241,95,87); }
H1.HeaderClassName
{
color: #F15F57;
}
.AnyTagClassName
{
color: #F15F57;
}
</style>
background-color css
<style>
a { background-color: #F15F57; }
a { background-color: rgb(241,95,87); }
div.DivClassName
{
background-color: #F15F57;
}
.BgClassName
{
background-color: #F15F57;
}
</style>
border-color css
<style>
span { border-color: #F15F57; }
span { border-color: rgb(241,95,87); }
td.TdClassName
{
border-color: #F15F57;
}
.TagClassName
{
border-color: #F15F57;
}
</style>