Shades of Flamingo #F16751
Tints of Flamingo #F16751
RGB
CMYK
RGB Variations
Color information
#F16751 (or 0xF16751) is known color: Flamingo. HEX triplet: F1, 67 and 51. RGB value is (241,103,81). Sum of RGB (Red+Green+Blue) = 241+103+81=425 (56% of max value = 765). Red value is 241 (94.53% from 255 or 56.71% from 425); Green value is 103 (40.62% from 255 or 24.24% from 425); Blue value is 81 (32.03% from 255 or 19.06% from 425); Max value from RGB is 241 - color contains mainly: red. Hex color #F16751 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #F16751 is #0E98AE. Grayscale: #8D8D8D. Windows color (decimal): -956591 or 5335025. OLE color: 5335025.
HSL color Cylindrical-coordinate representation of color #F16751: hue angle of 8.25º 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 #F16751 is Cyan = 0, Magento = 0.57, Yellow = 0.66 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 241 | 103 | 81 | - |
| CMYK | 0 | 0.57 | 0.66 | 0.05 |
| HSL | 8.25º | 0.85% | 0.63% | - |
| HSV(B) | 8.25º | 0.66% | 0.95% | - |
| XYZ | 42.61 | 29 | 11.14 | - |
| YUV | 141.75 | 93.72 | 198.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 241 | 103 | 81 | 0 | 0.57 | 0.66 | 0.05 | 8.25 | 0.85 | 0.63 |
| Hex | F1 | 67 | 51 | 0 | 39 | 42 | 5 | 8 | 55 | 3F |
| Octal | 361 | 147 | 121 | 0 | 71 | 102 | 5 | 10 | 125 | 77 |
| Binary | 11110001 | 1100111 | 1010001 | 0 | 111001 | 1000010 | 101 | 1000 | 1010101 | 111111 |
Color Harmonies of #F16751
Complementary color
Monochromatic Colors of #F16751
Black with #F16751
Text Example
Text Example
White with #F16751
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F16751; }
p { color: rgb(241,103,81); }
H1.HeaderClassName
{
color: #F16751;
}
.AnyTagClassName
{
color: #F16751;
}
</style>
background-color css
<style>
a { background-color: #F16751; }
a { background-color: rgb(241,103,81); }
div.DivClassName
{
background-color: #F16751;
}
.BgClassName
{
background-color: #F16751;
}
</style>
border-color css
<style>
span { border-color: #F16751; }
span { border-color: rgb(241,103,81); }
td.TdClassName
{
border-color: #F16751;
}
.TagClassName
{
border-color: #F16751;
}
</style>