Shades of Flamingo #F15753
Tints of Flamingo #F15753
RGB
CMYK
RGB Variations
Color information
#F15753 (or 0xF15753) is known color: Flamingo. HEX triplet: F1, 57 and 53. RGB value is (241,87,83). Sum of RGB (Red+Green+Blue) = 241+87+83=411 (54% of max value = 765). Red value is 241 (94.53% from 255 or 58.64% from 411); Green value is 87 (34.38% from 255 or 21.17% from 411); Blue value is 83 (32.81% from 255 or 20.19% from 411); Max value from RGB is 241 - color contains mainly: red. Hex color #F15753 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #F15753 is #0EA8AC. Grayscale: #848484. Windows color (decimal): -960685 or 5462001. OLE color: 5462001.
HSL color Cylindrical-coordinate representation of color #F15753: hue angle of 1.52º degrees, saturation: 0.85, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #F15753 is Cyan = 0, Magento = 0.64, Yellow = 0.66 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 241 | 87 | 83 | - |
| CMYK | 0 | 0.64 | 0.66 | 0.05 |
| HSL | 1.52º | 0.85% | 0.64% | - |
| HSV(B) | 1.52º | 0.66% | 0.95% | - |
| XYZ | 41.25 | 26.14 | 11.06 | - |
| YUV | 132.59 | 100.02 | 205.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 241 | 87 | 83 | 0 | 0.64 | 0.66 | 0.05 | 1.52 | 0.85 | 0.64 |
| Hex | F1 | 57 | 53 | 0 | 40 | 42 | 5 | 2 | 55 | 40 |
| Octal | 361 | 127 | 123 | 0 | 100 | 102 | 5 | 2 | 125 | 100 |
| Binary | 11110001 | 1010111 | 1010011 | 0 | 1000000 | 1000010 | 101 | 10 | 1010101 | 1000000 |
Color Harmonies of #F15753
Complementary color
Monochromatic Colors of #F15753
Black with #F15753
Text Example
Text Example
White with #F15753
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F15753; }
p { color: rgb(241,87,83); }
H1.HeaderClassName
{
color: #F15753;
}
.AnyTagClassName
{
color: #F15753;
}
</style>
background-color css
<style>
a { background-color: #F15753; }
a { background-color: rgb(241,87,83); }
div.DivClassName
{
background-color: #F15753;
}
.BgClassName
{
background-color: #F15753;
}
</style>
border-color css
<style>
span { border-color: #F15753; }
span { border-color: rgb(241,87,83); }
td.TdClassName
{
border-color: #F15753;
}
.TagClassName
{
border-color: #F15753;
}
</style>