Shades of Flamingo #F16652
Tints of Flamingo #F16652
RGB
CMYK
RGB Variations
Color information
#F16652 (or 0xF16652) is known color: Flamingo. HEX triplet: F1, 66 and 52. RGB value is (241,102,82). Sum of RGB (Red+Green+Blue) = 241+102+82=425 (56% of max value = 765). Red value is 241 (94.53% from 255 or 56.71% from 425); Green value is 102 (40.23% from 255 or 24% from 425); Blue value is 82 (32.42% from 255 or 19.29% from 425); Max value from RGB is 241 - color contains mainly: red. Hex color #F16652 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #F16652 is #0E99AD. Grayscale: #8D8D8D. Windows color (decimal): -956846 or 5400305. OLE color: 5400305.
HSL color Cylindrical-coordinate representation of color #F16652: hue angle of 7.55º 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 #F16652 is Cyan = 0, Magento = 0.58, Yellow = 0.66 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 241 | 102 | 82 | - |
| CMYK | 0 | 0.58 | 0.66 | 0.05 |
| HSL | 7.55º | 0.85% | 0.63% | - |
| HSV(B) | 7.55º | 0.66% | 0.95% | - |
| XYZ | 42.55 | 28.81 | 11.3 | - |
| YUV | 141.28 | 94.55 | 199.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 241 | 102 | 82 | 0 | 0.58 | 0.66 | 0.05 | 7.55 | 0.85 | 0.63 |
| Hex | F1 | 66 | 52 | 0 | 3A | 42 | 5 | 8 | 55 | 3F |
| Octal | 361 | 146 | 122 | 0 | 72 | 102 | 5 | 10 | 125 | 77 |
| Binary | 11110001 | 1100110 | 1010010 | 0 | 111010 | 1000010 | 101 | 1000 | 1010101 | 111111 |
Color Harmonies of #F16652
Complementary color
Monochromatic Colors of #F16652
Black with #F16652
Text Example
Text Example
White with #F16652
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F16652; }
p { color: rgb(241,102,82); }
H1.HeaderClassName
{
color: #F16652;
}
.AnyTagClassName
{
color: #F16652;
}
</style>
background-color css
<style>
a { background-color: #F16652; }
a { background-color: rgb(241,102,82); }
div.DivClassName
{
background-color: #F16652;
}
.BgClassName
{
background-color: #F16652;
}
</style>
border-color css
<style>
span { border-color: #F16652; }
span { border-color: rgb(241,102,82); }
td.TdClassName
{
border-color: #F16652;
}
.TagClassName
{
border-color: #F16652;
}
</style>