Shades of Flamingo #F15D5A
Tints of Flamingo #F15D5A
RGB
CMYK
RGB Variations
Color information
#F15D5A (or 0xF15D5A) is known color: Flamingo. HEX triplet: F1, 5D and 5A. RGB value is (241,93,90). Sum of RGB (Red+Green+Blue) = 241+93+90=424 (56% of max value = 765). Red value is 241 (94.53% from 255 or 56.84% from 424); Green value is 93 (36.72% from 255 or 21.93% from 424); Blue value is 90 (35.55% from 255 or 21.23% from 424); Max value from RGB is 241 - color contains mainly: red. Hex color #F15D5A is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #F15D5A is #0EA2A5. Grayscale: #898989. Windows color (decimal): -959142 or 5922289. OLE color: 5922289.
HSL color Cylindrical-coordinate representation of color #F15D5A: hue angle of 1.19º degrees, saturation: 0.84, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #F15D5A is Cyan = 0, Magento = 0.61, Yellow = 0.63 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 241 | 93 | 90 | - |
| CMYK | 0 | 0.61 | 0.63 | 0.05 |
| HSL | 1.19º | 0.84% | 0.65% | - |
| HSV(B) | 1.19º | 0.63% | 0.95% | - |
| XYZ | 42.04 | 27.27 | 12.72 | - |
| YUV | 136.91 | 101.53 | 202.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 241 | 93 | 90 | 0 | 0.61 | 0.63 | 0.05 | 1.19 | 0.84 | 0.65 |
| Hex | F1 | 5D | 5A | 0 | 3D | 3F | 5 | 1 | 54 | 41 |
| Octal | 361 | 135 | 132 | 0 | 75 | 77 | 5 | 1 | 124 | 101 |
| Binary | 11110001 | 1011101 | 1011010 | 0 | 111101 | 111111 | 101 | 1 | 1010100 | 1000001 |
Color Harmonies of #F15D5A
Complementary color
Monochromatic Colors of #F15D5A
Black with #F15D5A
Text Example
Text Example
White with #F15D5A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F15D5A; }
p { color: rgb(241,93,90); }
H1.HeaderClassName
{
color: #F15D5A;
}
.AnyTagClassName
{
color: #F15D5A;
}
</style>
background-color css
<style>
a { background-color: #F15D5A; }
a { background-color: rgb(241,93,90); }
div.DivClassName
{
background-color: #F15D5A;
}
.BgClassName
{
background-color: #F15D5A;
}
</style>
border-color css
<style>
span { border-color: #F15D5A; }
span { border-color: rgb(241,93,90); }
td.TdClassName
{
border-color: #F15D5A;
}
.TagClassName
{
border-color: #F15D5A;
}
</style>