Shades of Flamingo #F16051
Tints of Flamingo #F16051
RGB
CMYK
RGB Variations
Color information
#F16051 (or 0xF16051) is known color: Flamingo. HEX triplet: F1, 60 and 51. RGB value is (241,96,81). Sum of RGB (Red+Green+Blue) = 241+96+81=418 (55% of max value = 765). Red value is 241 (94.53% from 255 or 57.66% from 418); Green value is 96 (37.89% from 255 or 22.97% from 418); Blue value is 81 (32.03% from 255 or 19.38% from 418); Max value from RGB is 241 - color contains mainly: red. Hex color #F16051 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #F16051 is #0E9FAE. Grayscale: #898989. Windows color (decimal): -958383 or 5333233. OLE color: 5333233.
HSL color Cylindrical-coordinate representation of color #F16051: hue angle of 5.62º 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 #F16051 is Cyan = 0, Magento = 0.60, Yellow = 0.66 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 241 | 96 | 81 | - |
| CMYK | 0 | 0.60 | 0.66 | 0.05 |
| HSL | 5.63º | 0.85% | 0.63% | - |
| HSV(B) | 5.63º | 0.66% | 0.95% | - |
| XYZ | 41.94 | 27.66 | 10.91 | - |
| YUV | 137.65 | 96.04 | 201.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 241 | 96 | 81 | 0 | 0.60 | 0.66 | 0.05 | 5.63 | 0.85 | 0.63 |
| Hex | F1 | 60 | 51 | 0 | 3C | 42 | 5 | 6 | 55 | 3F |
| Octal | 361 | 140 | 121 | 0 | 74 | 102 | 5 | 6 | 125 | 77 |
| Binary | 11110001 | 1100000 | 1010001 | 0 | 111100 | 1000010 | 101 | 110 | 1010101 | 111111 |
Color Harmonies of #F16051
Complementary color
Monochromatic Colors of #F16051
Black with #F16051
Text Example
Text Example
White with #F16051
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F16051; }
p { color: rgb(241,96,81); }
H1.HeaderClassName
{
color: #F16051;
}
.AnyTagClassName
{
color: #F16051;
}
</style>
background-color css
<style>
a { background-color: #F16051; }
a { background-color: rgb(241,96,81); }
div.DivClassName
{
background-color: #F16051;
}
.BgClassName
{
background-color: #F16051;
}
</style>
border-color css
<style>
span { border-color: #F16051; }
span { border-color: rgb(241,96,81); }
td.TdClassName
{
border-color: #F16051;
}
.TagClassName
{
border-color: #F16051;
}
</style>