Shades of Flamingo #F25B5B
Tints of Flamingo #F25B5B
RGB
CMYK
RGB Variations
Color information
#F25B5B (or 0xF25B5B) is known color: Flamingo. HEX triplet: F2, 5B and 5B. RGB value is (242,91,91). Sum of RGB (Red+Green+Blue) = 242+91+91=424 (56% of max value = 765). Red value is 242 (94.92% from 255 or 57.08% from 424); Green value is 91 (35.94% from 255 or 21.46% from 424); Blue value is 91 (35.94% from 255 or 21.46% from 424); Max value from RGB is 242 - color contains mainly: red. Hex color #F25B5B is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #F25B5B is #0DA4A4. Grayscale: #888888. Windows color (decimal): -894117 or 5987314. OLE color: 5987314.
HSL color Cylindrical-coordinate representation of color #F25B5B: hue angle of 0º degrees, saturation: 0.85, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #F25B5B is Cyan = 0, Magento = 0.62, Yellow = 0.62 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 242 | 91 | 91 | - |
| CMYK | 0 | 0.62 | 0.62 | 0.05 |
| HSL | 0º | 0.85% | 0.65% | - |
| HSV(B) | 0º | 0.62% | 0.95% | - |
| XYZ | 42.25 | 27.11 | 12.9 | - |
| YUV | 136.15 | 102.53 | 203.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 91 | 91 | 0 | 0.62 | 0.62 | 0.05 | 0 | 0.85 | 0.65 |
| Hex | F2 | 5B | 5B | 0 | 3E | 3E | 5 | 0 | 55 | 41 |
| Octal | 362 | 133 | 133 | 0 | 76 | 76 | 5 | 0 | 125 | 101 |
| Binary | 11110010 | 1011011 | 1011011 | 0 | 111110 | 111110 | 101 | 0 | 1010101 | 1000001 |
Color Harmonies of #F25B5B
Complementary color
Monochromatic Colors of #F25B5B
Black with #F25B5B
Text Example
Text Example
White with #F25B5B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F25B5B; }
p { color: rgb(242,91,91); }
H1.HeaderClassName
{
color: #F25B5B;
}
.AnyTagClassName
{
color: #F25B5B;
}
</style>
background-color css
<style>
a { background-color: #F25B5B; }
a { background-color: rgb(242,91,91); }
div.DivClassName
{
background-color: #F25B5B;
}
.BgClassName
{
background-color: #F25B5B;
}
</style>
border-color css
<style>
span { border-color: #F25B5B; }
span { border-color: rgb(242,91,91); }
td.TdClassName
{
border-color: #F25B5B;
}
.TagClassName
{
border-color: #F25B5B;
}
</style>