Shades of Flamingo #F16452
Tints of Flamingo #F16452
RGB
CMYK
RGB Variations
Color information
#F16452 (or 0xF16452) is known color: Flamingo. HEX triplet: F1, 64 and 52. RGB value is (241,100,82). Sum of RGB (Red+Green+Blue) = 241+100+82=423 (56% of max value = 765). Red value is 241 (94.53% from 255 or 56.97% from 423); Green value is 100 (39.45% from 255 or 23.64% from 423); Blue value is 82 (32.42% from 255 or 19.39% from 423); Max value from RGB is 241 - color contains mainly: red. Hex color #F16452 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #F16452 is #0E9BAD. Grayscale: #8C8C8C. Windows color (decimal): -957358 or 5399793. OLE color: 5399793.
HSL color Cylindrical-coordinate representation of color #F16452: hue angle of 6.79º 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 #F16452 is Cyan = 0, Magento = 0.59, Yellow = 0.66 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 241 | 100 | 82 | - |
| CMYK | 0 | 0.59 | 0.66 | 0.05 |
| HSL | 6.79º | 0.85% | 0.63% | - |
| HSV(B) | 6.79º | 0.66% | 0.95% | - |
| XYZ | 42.36 | 28.42 | 11.24 | - |
| YUV | 140.11 | 95.21 | 199.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 241 | 100 | 82 | 0 | 0.59 | 0.66 | 0.05 | 6.79 | 0.85 | 0.63 |
| Hex | F1 | 64 | 52 | 0 | 3B | 42 | 5 | 7 | 55 | 3F |
| Octal | 361 | 144 | 122 | 0 | 73 | 102 | 5 | 7 | 125 | 77 |
| Binary | 11110001 | 1100100 | 1010010 | 0 | 111011 | 1000010 | 101 | 111 | 1010101 | 111111 |
Color Harmonies of #F16452
Complementary color
Monochromatic Colors of #F16452
Black with #F16452
Text Example
Text Example
White with #F16452
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F16452; }
p { color: rgb(241,100,82); }
H1.HeaderClassName
{
color: #F16452;
}
.AnyTagClassName
{
color: #F16452;
}
</style>
background-color css
<style>
a { background-color: #F16452; }
a { background-color: rgb(241,100,82); }
div.DivClassName
{
background-color: #F16452;
}
.BgClassName
{
background-color: #F16452;
}
</style>
border-color css
<style>
span { border-color: #F16452; }
span { border-color: rgb(241,100,82); }
td.TdClassName
{
border-color: #F16452;
}
.TagClassName
{
border-color: #F16452;
}
</style>