Shades of Flamingo #F1574E
Tints of Flamingo #F1574E
RGB
CMYK
RGB Variations
Color information
#F1574E (or 0xF1574E) is known color: Flamingo. HEX triplet: F1, 57 and 4E. RGB value is (241,87,78). Sum of RGB (Red+Green+Blue) = 241+87+78=406 (53% of max value = 765). Red value is 241 (94.53% from 255 or 59.36% from 406); Green value is 87 (34.38% from 255 or 21.43% from 406); Blue value is 78 (30.86% from 255 or 19.21% from 406); Max value from RGB is 241 - color contains mainly: red. Hex color #F1574E is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #F1574E is #0EA8B1. Grayscale: #848484. Windows color (decimal): -960690 or 5134321. OLE color: 5134321.
HSL color Cylindrical-coordinate representation of color #F1574E: hue angle of 3.31º degrees, saturation: 0.85, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #F1574E is Cyan = 0, Magento = 0.64, Yellow = 0.68 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 241 | 87 | 78 | - |
| CMYK | 0 | 0.64 | 0.68 | 0.05 |
| HSL | 3.31º | 0.85% | 0.63% | - |
| HSV(B) | 3.31º | 0.68% | 0.95% | - |
| XYZ | 41.06 | 26.07 | 10.08 | - |
| YUV | 132.02 | 97.52 | 205.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 241 | 87 | 78 | 0 | 0.64 | 0.68 | 0.05 | 3.31 | 0.85 | 0.63 |
| Hex | F1 | 57 | 4E | 0 | 40 | 44 | 5 | 3 | 55 | 3F |
| Octal | 361 | 127 | 116 | 0 | 100 | 104 | 5 | 3 | 125 | 77 |
| Binary | 11110001 | 1010111 | 1001110 | 0 | 1000000 | 1000100 | 101 | 11 | 1010101 | 111111 |
Color Harmonies of #F1574E
Complementary color
Monochromatic Colors of #F1574E
Black with #F1574E
Text Example
Text Example
White with #F1574E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F1574E; }
p { color: rgb(241,87,78); }
H1.HeaderClassName
{
color: #F1574E;
}
.AnyTagClassName
{
color: #F1574E;
}
</style>
background-color css
<style>
a { background-color: #F1574E; }
a { background-color: rgb(241,87,78); }
div.DivClassName
{
background-color: #F1574E;
}
.BgClassName
{
background-color: #F1574E;
}
</style>
border-color css
<style>
span { border-color: #F1574E; }
span { border-color: rgb(241,87,78); }
td.TdClassName
{
border-color: #F1574E;
}
.TagClassName
{
border-color: #F1574E;
}
</style>