Shades of Flamingo #F25654
Tints of Flamingo #F25654
RGB
CMYK
RGB Variations
Color information
#F25654 (or 0xF25654) is known color: Flamingo. HEX triplet: F2, 56 and 54. RGB value is (242,86,84). Sum of RGB (Red+Green+Blue) = 242+86+84=412 (54% of max value = 765). Red value is 242 (94.92% from 255 or 58.74% from 412); Green value is 86 (33.98% from 255 or 20.87% from 412); Blue value is 84 (33.20% from 255 or 20.39% from 412); Max value from RGB is 242 - color contains mainly: red. Hex color #F25654 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #F25654 is #0DA9AB. Grayscale: #848484. Windows color (decimal): -895404 or 5527282. OLE color: 5527282.
HSL color Cylindrical-coordinate representation of color #F25654: hue angle of 0.76º 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 #F25654 is Cyan = 0, Magento = 0.64, Yellow = 0.65 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 242 | 86 | 84 | - |
| CMYK | 0 | 0.64 | 0.65 | 0.05 |
| HSL | 0.76º | 0.86% | 0.64% | - |
| HSV(B) | 0.76º | 0.65% | 0.95% | - |
| XYZ | 41.55 | 26.17 | 11.25 | - |
| YUV | 132.42 | 100.68 | 206.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 86 | 84 | 0 | 0.64 | 0.65 | 0.05 | 0.76 | 0.86 | 0.64 |
| Hex | F2 | 56 | 54 | 0 | 40 | 41 | 5 | 1 | 56 | 40 |
| Octal | 362 | 126 | 124 | 0 | 100 | 101 | 5 | 1 | 126 | 100 |
| Binary | 11110010 | 1010110 | 1010100 | 0 | 1000000 | 1000001 | 101 | 1 | 1010110 | 1000000 |
Color Harmonies of #F25654
Complementary color
Monochromatic Colors of #F25654
Black with #F25654
Text Example
Text Example
White with #F25654
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F25654; }
p { color: rgb(242,86,84); }
H1.HeaderClassName
{
color: #F25654;
}
.AnyTagClassName
{
color: #F25654;
}
</style>
background-color css
<style>
a { background-color: #F25654; }
a { background-color: rgb(242,86,84); }
div.DivClassName
{
background-color: #F25654;
}
.BgClassName
{
background-color: #F25654;
}
</style>
border-color css
<style>
span { border-color: #F25654; }
span { border-color: rgb(242,86,84); }
td.TdClassName
{
border-color: #F25654;
}
.TagClassName
{
border-color: #F25654;
}
</style>