Shades of Flamingo #F15754
Tints of Flamingo #F15754
RGB
CMYK
RGB Variations
Color information
#F15754 (or 0xF15754) is known color: Flamingo. HEX triplet: F1, 57 and 54. RGB value is (241,87,84). Sum of RGB (Red+Green+Blue) = 241+87+84=412 (54% of max value = 765). Red value is 241 (94.53% from 255 or 58.50% from 412); Green value is 87 (34.38% from 255 or 21.12% from 412); Blue value is 84 (33.20% from 255 or 20.39% from 412); Max value from RGB is 241 - color contains mainly: red. Hex color #F15754 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #F15754 is #0EA8AB. Grayscale: #848484. Windows color (decimal): -960684 or 5527537. OLE color: 5527537.
HSL color Cylindrical-coordinate representation of color #F15754: hue angle of 1.15º degrees, saturation: 0.85, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #F15754 is Cyan = 0, Magento = 0.64, Yellow = 0.65 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 241 | 87 | 84 | - |
| CMYK | 0 | 0.64 | 0.65 | 0.05 |
| HSL | 1.15º | 0.85% | 0.64% | - |
| HSV(B) | 1.15º | 0.65% | 0.95% | - |
| XYZ | 41.28 | 26.16 | 11.26 | - |
| YUV | 132.7 | 100.52 | 205.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 241 | 87 | 84 | 0 | 0.64 | 0.65 | 0.05 | 1.15 | 0.85 | 0.64 |
| Hex | F1 | 57 | 54 | 0 | 40 | 41 | 5 | 1 | 55 | 40 |
| Octal | 361 | 127 | 124 | 0 | 100 | 101 | 5 | 1 | 125 | 100 |
| Binary | 11110001 | 1010111 | 1010100 | 0 | 1000000 | 1000001 | 101 | 1 | 1010101 | 1000000 |
Color Harmonies of #F15754
Complementary color
Monochromatic Colors of #F15754
Black with #F15754
Text Example
Text Example
White with #F15754
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F15754; }
p { color: rgb(241,87,84); }
H1.HeaderClassName
{
color: #F15754;
}
.AnyTagClassName
{
color: #F15754;
}
</style>
background-color css
<style>
a { background-color: #F15754; }
a { background-color: rgb(241,87,84); }
div.DivClassName
{
background-color: #F15754;
}
.BgClassName
{
background-color: #F15754;
}
</style>
border-color css
<style>
span { border-color: #F15754; }
span { border-color: rgb(241,87,84); }
td.TdClassName
{
border-color: #F15754;
}
.TagClassName
{
border-color: #F15754;
}
</style>