Shades of Flamingo #F25B59
Tints of Flamingo #F25B59
RGB
CMYK
RGB Variations
Color information
#F25B59 (or 0xF25B59) is known color: Flamingo. HEX triplet: F2, 5B and 59. RGB value is (242,91,89). Sum of RGB (Red+Green+Blue) = 242+91+89=422 (55% of max value = 765). Red value is 242 (94.92% from 255 or 57.35% from 422); Green value is 91 (35.94% from 255 or 21.56% from 422); Blue value is 89 (35.16% from 255 or 21.09% from 422); Max value from RGB is 242 - color contains mainly: red. Hex color #F25B59 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #F25B59 is #0DA4A6. Grayscale: #888888. Windows color (decimal): -894119 or 5856242. OLE color: 5856242.
HSL color Cylindrical-coordinate representation of color #F25B59: hue angle of 0.78º degrees, saturation: 0.85, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #F25B59 is Cyan = 0, Magento = 0.62, Yellow = 0.63 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 242 | 91 | 89 | - |
| CMYK | 0 | 0.62 | 0.63 | 0.05 |
| HSL | 0.78º | 0.85% | 0.65% | - |
| HSV(B) | 0.78º | 0.63% | 0.95% | - |
| XYZ | 42.16 | 27.08 | 12.46 | - |
| YUV | 135.92 | 101.53 | 203.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 91 | 89 | 0 | 0.62 | 0.63 | 0.05 | 0.78 | 0.85 | 0.65 |
| Hex | F2 | 5B | 59 | 0 | 3E | 3F | 5 | 1 | 55 | 41 |
| Octal | 362 | 133 | 131 | 0 | 76 | 77 | 5 | 1 | 125 | 101 |
| Binary | 11110010 | 1011011 | 1011001 | 0 | 111110 | 111111 | 101 | 1 | 1010101 | 1000001 |
Color Harmonies of #F25B59
Complementary color
Monochromatic Colors of #F25B59
Black with #F25B59
Text Example
Text Example
White with #F25B59
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F25B59; }
p { color: rgb(242,91,89); }
H1.HeaderClassName
{
color: #F25B59;
}
.AnyTagClassName
{
color: #F25B59;
}
</style>
background-color css
<style>
a { background-color: #F25B59; }
a { background-color: rgb(242,91,89); }
div.DivClassName
{
background-color: #F25B59;
}
.BgClassName
{
background-color: #F25B59;
}
</style>
border-color css
<style>
span { border-color: #F25B59; }
span { border-color: rgb(242,91,89); }
td.TdClassName
{
border-color: #F25B59;
}
.TagClassName
{
border-color: #F25B59;
}
</style>