Shades of Flamingo #F15554
Tints of Flamingo #F15554
RGB
CMYK
RGB Variations
Color information
#F15554 (or 0xF15554) is known color: Flamingo. HEX triplet: F1, 55 and 54. RGB value is (241,85,84). Sum of RGB (Red+Green+Blue) = 241+85+84=410 (54% of max value = 765). Red value is 241 (94.53% from 255 or 58.78% from 410); Green value is 85 (33.59% from 255 or 20.73% from 410); Blue value is 84 (33.20% from 255 or 20.49% from 410); Max value from RGB is 241 - color contains mainly: red. Hex color #F15554 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #F15554 is #0EAAAB. Grayscale: #838383. Windows color (decimal): -961196 or 5527025. OLE color: 5527025.
HSL color Cylindrical-coordinate representation of color #F15554: hue angle of 0.38º degrees, saturation: 0.85, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #F15554 is Cyan = 0, Magento = 0.65, Yellow = 0.65 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 241 | 85 | 84 | - |
| CMYK | 0 | 0.65 | 0.65 | 0.05 |
| HSL | 0.38º | 0.85% | 0.64% | - |
| HSV(B) | 0.38º | 0.65% | 0.95% | - |
| XYZ | 41.12 | 25.84 | 11.21 | - |
| YUV | 131.53 | 101.18 | 206.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 241 | 85 | 84 | 0 | 0.65 | 0.65 | 0.05 | 0.38 | 0.85 | 0.64 |
| Hex | F1 | 55 | 54 | 0 | 41 | 41 | 5 | 0 | 55 | 40 |
| Octal | 361 | 125 | 124 | 0 | 101 | 101 | 5 | 0 | 125 | 100 |
| Binary | 11110001 | 1010101 | 1010100 | 0 | 1000001 | 1000001 | 101 | 0 | 1010101 | 1000000 |
Color Harmonies of #F15554
Complementary color
Monochromatic Colors of #F15554
Black with #F15554
Text Example
Text Example
White with #F15554
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F15554; }
p { color: rgb(241,85,84); }
H1.HeaderClassName
{
color: #F15554;
}
.AnyTagClassName
{
color: #F15554;
}
</style>
background-color css
<style>
a { background-color: #F15554; }
a { background-color: rgb(241,85,84); }
div.DivClassName
{
background-color: #F15554;
}
.BgClassName
{
background-color: #F15554;
}
</style>
border-color css
<style>
span { border-color: #F15554; }
span { border-color: rgb(241,85,84); }
td.TdClassName
{
border-color: #F15554;
}
.TagClassName
{
border-color: #F15554;
}
</style>