Shades of Flamingo #F1574F
Tints of Flamingo #F1574F
RGB
CMYK
RGB Variations
Color information
#F1574F (or 0xF1574F) is known color: Flamingo. HEX triplet: F1, 57 and 4F. RGB value is (241,87,79). Sum of RGB (Red+Green+Blue) = 241+87+79=407 (53% of max value = 765). Red value is 241 (94.53% from 255 or 59.21% from 407); Green value is 87 (34.38% from 255 or 21.38% from 407); Blue value is 79 (31.25% from 255 or 19.41% from 407); Max value from RGB is 241 - color contains mainly: red. Hex color #F1574F is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #F1574F is #0EA8B0. Grayscale: #848484. Windows color (decimal): -960689 or 5199857. OLE color: 5199857.
HSL color Cylindrical-coordinate representation of color #F1574F: hue angle of 2.96º 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 #F1574F is Cyan = 0, Magento = 0.64, Yellow = 0.67 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 241 | 87 | 79 | - |
| CMYK | 0 | 0.64 | 0.67 | 0.05 |
| HSL | 2.96º | 0.85% | 0.63% | - |
| HSV(B) | 2.96º | 0.67% | 0.95% | - |
| XYZ | 41.1 | 26.08 | 10.27 | - |
| YUV | 132.13 | 98.02 | 205.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 241 | 87 | 79 | 0 | 0.64 | 0.67 | 0.05 | 2.96 | 0.85 | 0.63 |
| Hex | F1 | 57 | 4F | 0 | 40 | 43 | 5 | 3 | 55 | 3F |
| Octal | 361 | 127 | 117 | 0 | 100 | 103 | 5 | 3 | 125 | 77 |
| Binary | 11110001 | 1010111 | 1001111 | 0 | 1000000 | 1000011 | 101 | 11 | 1010101 | 111111 |
Color Harmonies of #F1574F
Complementary color
Monochromatic Colors of #F1574F
Black with #F1574F
Text Example
Text Example
White with #F1574F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F1574F; }
p { color: rgb(241,87,79); }
H1.HeaderClassName
{
color: #F1574F;
}
.AnyTagClassName
{
color: #F1574F;
}
</style>
background-color css
<style>
a { background-color: #F1574F; }
a { background-color: rgb(241,87,79); }
div.DivClassName
{
background-color: #F1574F;
}
.BgClassName
{
background-color: #F1574F;
}
</style>
border-color css
<style>
span { border-color: #F1574F; }
span { border-color: rgb(241,87,79); }
td.TdClassName
{
border-color: #F1574F;
}
.TagClassName
{
border-color: #F1574F;
}
</style>