Shades of Flamingo #F15652
Tints of Flamingo #F15652
RGB
CMYK
RGB Variations
Color information
#F15652 (or 0xF15652) is known color: Flamingo. HEX triplet: F1, 56 and 52. RGB value is (241,86,82). Sum of RGB (Red+Green+Blue) = 241+86+82=409 (54% of max value = 765). Red value is 241 (94.53% from 255 or 58.92% from 409); Green value is 86 (33.98% from 255 or 21.03% from 409); Blue value is 82 (32.42% from 255 or 20.05% from 409); Max value from RGB is 241 - color contains mainly: red. Hex color #F15652 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #F15652 is #0EA9AD. Grayscale: #848484. Windows color (decimal): -960942 or 5396209. OLE color: 5396209.
HSL color Cylindrical-coordinate representation of color #F15652: hue angle of 1.51º 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 #F15652 is Cyan = 0, Magento = 0.64, Yellow = 0.66 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 241 | 86 | 82 | - |
| CMYK | 0 | 0.64 | 0.66 | 0.05 |
| HSL | 1.51º | 0.85% | 0.63% | - |
| HSV(B) | 1.51º | 0.66% | 0.95% | - |
| XYZ | 41.13 | 25.97 | 10.83 | - |
| YUV | 131.89 | 99.85 | 205.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 241 | 86 | 82 | 0 | 0.64 | 0.66 | 0.05 | 1.51 | 0.85 | 0.63 |
| Hex | F1 | 56 | 52 | 0 | 40 | 42 | 5 | 2 | 55 | 3F |
| Octal | 361 | 126 | 122 | 0 | 100 | 102 | 5 | 2 | 125 | 77 |
| Binary | 11110001 | 1010110 | 1010010 | 0 | 1000000 | 1000010 | 101 | 10 | 1010101 | 111111 |
Color Harmonies of #F15652
Complementary color
Monochromatic Colors of #F15652
Black with #F15652
Text Example
Text Example
White with #F15652
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F15652; }
p { color: rgb(241,86,82); }
H1.HeaderClassName
{
color: #F15652;
}
.AnyTagClassName
{
color: #F15652;
}
</style>
background-color css
<style>
a { background-color: #F15652; }
a { background-color: rgb(241,86,82); }
div.DivClassName
{
background-color: #F15652;
}
.BgClassName
{
background-color: #F15652;
}
</style>
border-color css
<style>
span { border-color: #F15652; }
span { border-color: rgb(241,86,82); }
td.TdClassName
{
border-color: #F15652;
}
.TagClassName
{
border-color: #F15652;
}
</style>