Shades of Flamingo #F26355
Tints of Flamingo #F26355
RGB
CMYK
RGB Variations
Color information
#F26355 (or 0xF26355) is known color: Flamingo. HEX triplet: F2, 63 and 55. RGB value is (242,99,85). Sum of RGB (Red+Green+Blue) = 242+99+85=426 (56% of max value = 765). Red value is 242 (94.92% from 255 or 56.81% from 426); Green value is 99 (39.06% from 255 or 23.24% from 426); Blue value is 85 (33.59% from 255 or 19.95% from 426); Max value from RGB is 242 - color contains mainly: red. Hex color #F26355 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #F26355 is #0D9CAA. Grayscale: #8C8C8C. Windows color (decimal): -892075 or 5596146. OLE color: 5596146.
HSL color Cylindrical-coordinate representation of color #F26355: hue angle of 5.35º 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 #F26355 is Cyan = 0, Magento = 0.59, Yellow = 0.65 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 242 | 99 | 85 | - |
| CMYK | 0 | 0.59 | 0.65 | 0.05 |
| HSL | 5.35º | 0.86% | 0.64% | - |
| HSV(B) | 5.35º | 0.65% | 0.95% | - |
| XYZ | 42.72 | 28.46 | 11.84 | - |
| YUV | 140.16 | 96.88 | 200.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 99 | 85 | 0 | 0.59 | 0.65 | 0.05 | 5.35 | 0.86 | 0.64 |
| Hex | F2 | 63 | 55 | 0 | 3B | 41 | 5 | 5 | 56 | 40 |
| Octal | 362 | 143 | 125 | 0 | 73 | 101 | 5 | 5 | 126 | 100 |
| Binary | 11110010 | 1100011 | 1010101 | 0 | 111011 | 1000001 | 101 | 101 | 1010110 | 1000000 |
Color Harmonies of #F26355
Complementary color
Monochromatic Colors of #F26355
Black with #F26355
Text Example
Text Example
White with #F26355
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F26355; }
p { color: rgb(242,99,85); }
H1.HeaderClassName
{
color: #F26355;
}
.AnyTagClassName
{
color: #F26355;
}
</style>
background-color css
<style>
a { background-color: #F26355; }
a { background-color: rgb(242,99,85); }
div.DivClassName
{
background-color: #F26355;
}
.BgClassName
{
background-color: #F26355;
}
</style>
border-color css
<style>
span { border-color: #F26355; }
span { border-color: rgb(242,99,85); }
td.TdClassName
{
border-color: #F26355;
}
.TagClassName
{
border-color: #F26355;
}
</style>