Shades of Flamingo #F15651
Tints of Flamingo #F15651
RGB
CMYK
RGB Variations
Color information
#F15651 (or 0xF15651) is known color: Flamingo. HEX triplet: F1, 56 and 51. RGB value is (241,86,81). Sum of RGB (Red+Green+Blue) = 241+86+81=408 (54% of max value = 765). Red value is 241 (94.53% from 255 or 59.07% from 408); Green value is 86 (33.98% from 255 or 21.08% from 408); Blue value is 81 (32.03% from 255 or 19.85% from 408); Max value from RGB is 241 - color contains mainly: red. Hex color #F15651 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #F15651 is #0EA9AE. Grayscale: #838383. Windows color (decimal): -960943 or 5330673. OLE color: 5330673.
HSL color Cylindrical-coordinate representation of color #F15651: hue angle of 1.88º degrees, saturation: 0.85, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #F15651 is Cyan = 0, Magento = 0.64, Yellow = 0.66 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 241 | 86 | 81 | - |
| CMYK | 0 | 0.64 | 0.66 | 0.05 |
| HSL | 1.88º | 0.85% | 0.63% | - |
| HSV(B) | 1.88º | 0.66% | 0.95% | - |
| XYZ | 41.09 | 25.95 | 10.63 | - |
| YUV | 131.78 | 99.35 | 205.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 241 | 86 | 81 | 0 | 0.64 | 0.66 | 0.05 | 1.88 | 0.85 | 0.63 |
| Hex | F1 | 56 | 51 | 0 | 40 | 42 | 5 | 2 | 55 | 3F |
| Octal | 361 | 126 | 121 | 0 | 100 | 102 | 5 | 2 | 125 | 77 |
| Binary | 11110001 | 1010110 | 1010001 | 0 | 1000000 | 1000010 | 101 | 10 | 1010101 | 111111 |
Color Harmonies of #F15651
Complementary color
Monochromatic Colors of #F15651
Black with #F15651
Text Example
Text Example
White with #F15651
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F15651; }
p { color: rgb(241,86,81); }
H1.HeaderClassName
{
color: #F15651;
}
.AnyTagClassName
{
color: #F15651;
}
</style>
background-color css
<style>
a { background-color: #F15651; }
a { background-color: rgb(241,86,81); }
div.DivClassName
{
background-color: #F15651;
}
.BgClassName
{
background-color: #F15651;
}
</style>
border-color css
<style>
span { border-color: #F15651; }
span { border-color: rgb(241,86,81); }
td.TdClassName
{
border-color: #F15651;
}
.TagClassName
{
border-color: #F15651;
}
</style>