Shades of Flamingo #F16357
Tints of Flamingo #F16357
RGB
CMYK
RGB Variations
Color information
#F16357 (or 0xF16357) is known color: Flamingo. HEX triplet: F1, 63 and 57. RGB value is (241,99,87). Sum of RGB (Red+Green+Blue) = 241+99+87=427 (56% of max value = 765). Red value is 241 (94.53% from 255 or 56.44% from 427); Green value is 99 (39.06% from 255 or 23.19% from 427); Blue value is 87 (34.38% from 255 or 20.37% from 427); Max value from RGB is 241 - color contains mainly: red. Hex color #F16357 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #F16357 is #0E9CA8. Grayscale: #8C8C8C. Windows color (decimal): -957609 or 5727217. OLE color: 5727217.
HSL color Cylindrical-coordinate representation of color #F16357: hue angle of 4.68º 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 #F16357 is Cyan = 0, Magento = 0.59, Yellow = 0.64 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 241 | 99 | 87 | - |
| CMYK | 0 | 0.59 | 0.64 | 0.05 |
| HSL | 4.68º | 0.85% | 0.64% | - |
| HSV(B) | 4.68º | 0.64% | 0.95% | - |
| XYZ | 42.46 | 28.31 | 12.24 | - |
| YUV | 140.09 | 98.04 | 199.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 241 | 99 | 87 | 0 | 0.59 | 0.64 | 0.05 | 4.68 | 0.85 | 0.64 |
| Hex | F1 | 63 | 57 | 0 | 3B | 40 | 5 | 5 | 55 | 40 |
| Octal | 361 | 143 | 127 | 0 | 73 | 100 | 5 | 5 | 125 | 100 |
| Binary | 11110001 | 1100011 | 1010111 | 0 | 111011 | 1000000 | 101 | 101 | 1010101 | 1000000 |
Color Harmonies of #F16357
Complementary color
Monochromatic Colors of #F16357
Black with #F16357
Text Example
Text Example
White with #F16357
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F16357; }
p { color: rgb(241,99,87); }
H1.HeaderClassName
{
color: #F16357;
}
.AnyTagClassName
{
color: #F16357;
}
</style>
background-color css
<style>
a { background-color: #F16357; }
a { background-color: rgb(241,99,87); }
div.DivClassName
{
background-color: #F16357;
}
.BgClassName
{
background-color: #F16357;
}
</style>
border-color css
<style>
span { border-color: #F16357; }
span { border-color: rgb(241,99,87); }
td.TdClassName
{
border-color: #F16357;
}
.TagClassName
{
border-color: #F16357;
}
</style>