Shades of Flamingo #F15656
Tints of Flamingo #F15656
RGB
CMYK
RGB Variations
Color information
#F15656 (or 0xF15656) is known color: Flamingo. HEX triplet: F1, 56 and 56. RGB value is (241,86,86). Sum of RGB (Red+Green+Blue) = 241+86+86=413 (54% of max value = 765). Red value is 241 (94.53% from 255 or 58.35% from 413); Green value is 86 (33.98% from 255 or 20.82% from 413); Blue value is 86 (33.98% from 255 or 20.82% from 413); Max value from RGB is 241 - color contains mainly: red. Hex color #F15656 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #F15656 is #0EA9A9. Grayscale: #848484. Windows color (decimal): -960938 or 5658353. OLE color: 5658353.
HSL color Cylindrical-coordinate representation of color #F15656: hue angle of 0º 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 #F15656 is Cyan = 0, Magento = 0.64, Yellow = 0.64 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 241 | 86 | 86 | - |
| CMYK | 0 | 0.64 | 0.64 | 0.05 |
| HSL | 0º | 0.85% | 0.64% | - |
| HSV(B) | 0º | 0.64% | 0.95% | - |
| XYZ | 41.28 | 26.03 | 11.65 | - |
| YUV | 132.35 | 101.85 | 205.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 241 | 86 | 86 | 0 | 0.64 | 0.64 | 0.05 | 0 | 0.85 | 0.64 |
| Hex | F1 | 56 | 56 | 0 | 40 | 40 | 5 | 0 | 55 | 40 |
| Octal | 361 | 126 | 126 | 0 | 100 | 100 | 5 | 0 | 125 | 100 |
| Binary | 11110001 | 1010110 | 1010110 | 0 | 1000000 | 1000000 | 101 | 0 | 1010101 | 1000000 |
Color Harmonies of #F15656
Complementary color
Monochromatic Colors of #F15656
Black with #F15656
Text Example
Text Example
White with #F15656
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F15656; }
p { color: rgb(241,86,86); }
H1.HeaderClassName
{
color: #F15656;
}
.AnyTagClassName
{
color: #F15656;
}
</style>
background-color css
<style>
a { background-color: #F15656; }
a { background-color: rgb(241,86,86); }
div.DivClassName
{
background-color: #F15656;
}
.BgClassName
{
background-color: #F15656;
}
</style>
border-color css
<style>
span { border-color: #F15656; }
span { border-color: rgb(241,86,86); }
td.TdClassName
{
border-color: #F15656;
}
.TagClassName
{
border-color: #F15656;
}
</style>