Shades of Flamingo #F16456
Tints of Flamingo #F16456
RGB
CMYK
RGB Variations
Color information
#F16456 (or 0xF16456) is known color: Flamingo. HEX triplet: F1, 64 and 56. RGB value is (241,100,86). Sum of RGB (Red+Green+Blue) = 241+100+86=427 (56% of max value = 765). Red value is 241 (94.53% from 255 or 56.44% from 427); Green value is 100 (39.45% from 255 or 23.42% from 427); Blue value is 86 (33.98% from 255 or 20.14% from 427); Max value from RGB is 241 - color contains mainly: red. Hex color #F16456 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #F16456 is #0E9BA9. Grayscale: #8C8C8C. Windows color (decimal): -957354 or 5661937. OLE color: 5661937.
HSL color Cylindrical-coordinate representation of color #F16456: hue angle of 5.42º degrees, saturation: 0.85, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #F16456 is Cyan = 0, Magento = 0.59, Yellow = 0.64 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 241 | 100 | 86 | - |
| CMYK | 0 | 0.59 | 0.64 | 0.05 |
| HSL | 5.42º | 0.85% | 0.64% | - |
| HSV(B) | 5.42º | 0.64% | 0.95% | - |
| XYZ | 42.51 | 28.49 | 12.06 | - |
| YUV | 140.56 | 97.21 | 199.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 241 | 100 | 86 | 0 | 0.59 | 0.64 | 0.05 | 5.42 | 0.85 | 0.64 |
| Hex | F1 | 64 | 56 | 0 | 3B | 40 | 5 | 5 | 55 | 40 |
| Octal | 361 | 144 | 126 | 0 | 73 | 100 | 5 | 5 | 125 | 100 |
| Binary | 11110001 | 1100100 | 1010110 | 0 | 111011 | 1000000 | 101 | 101 | 1010101 | 1000000 |
Color Harmonies of #F16456
Complementary color
Monochromatic Colors of #F16456
Black with #F16456
Text Example
Text Example
White with #F16456
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F16456; }
p { color: rgb(241,100,86); }
H1.HeaderClassName
{
color: #F16456;
}
.AnyTagClassName
{
color: #F16456;
}
</style>
background-color css
<style>
a { background-color: #F16456; }
a { background-color: rgb(241,100,86); }
div.DivClassName
{
background-color: #F16456;
}
.BgClassName
{
background-color: #F16456;
}
</style>
border-color css
<style>
span { border-color: #F16456; }
span { border-color: rgb(241,100,86); }
td.TdClassName
{
border-color: #F16456;
}
.TagClassName
{
border-color: #F16456;
}
</style>