Shades of Flamingo #F26154
Tints of Flamingo #F26154
RGB
CMYK
RGB Variations
Color information
#F26154 (or 0xF26154) is known color: Flamingo. HEX triplet: F2, 61 and 54. RGB value is (242,97,84). Sum of RGB (Red+Green+Blue) = 242+97+84=423 (56% of max value = 765). Red value is 242 (94.92% from 255 or 57.21% from 423); Green value is 97 (38.28% from 255 or 22.93% from 423); Blue value is 84 (33.20% from 255 or 19.86% from 423); Max value from RGB is 242 - color contains mainly: red. Hex color #F26154 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #F26154 is #0D9EAB. Grayscale: #8B8B8B. Windows color (decimal): -892588 or 5530098. OLE color: 5530098.
HSL color Cylindrical-coordinate representation of color #F26154: hue angle of 4.94º degrees, saturation: 0.86, 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 #F26154 is Cyan = 0, Magento = 0.60, Yellow = 0.65 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 242 | 97 | 84 | - |
| CMYK | 0 | 0.60 | 0.65 | 0.05 |
| HSL | 4.94º | 0.86% | 0.64% | - |
| HSV(B) | 4.94º | 0.65% | 0.95% | - |
| XYZ | 42.49 | 28.07 | 11.57 | - |
| YUV | 138.87 | 97.04 | 201.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 97 | 84 | 0 | 0.60 | 0.65 | 0.05 | 4.94 | 0.86 | 0.64 |
| Hex | F2 | 61 | 54 | 0 | 3C | 41 | 5 | 5 | 56 | 40 |
| Octal | 362 | 141 | 124 | 0 | 74 | 101 | 5 | 5 | 126 | 100 |
| Binary | 11110010 | 1100001 | 1010100 | 0 | 111100 | 1000001 | 101 | 101 | 1010110 | 1000000 |
Color Harmonies of #F26154
Complementary color
Monochromatic Colors of #F26154
Black with #F26154
Text Example
Text Example
White with #F26154
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F26154; }
p { color: rgb(242,97,84); }
H1.HeaderClassName
{
color: #F26154;
}
.AnyTagClassName
{
color: #F26154;
}
</style>
background-color css
<style>
a { background-color: #F26154; }
a { background-color: rgb(242,97,84); }
div.DivClassName
{
background-color: #F26154;
}
.BgClassName
{
background-color: #F26154;
}
</style>
border-color css
<style>
span { border-color: #F26154; }
span { border-color: rgb(242,97,84); }
td.TdClassName
{
border-color: #F26154;
}
.TagClassName
{
border-color: #F26154;
}
</style>