Shades of Flamingo #F25856
Tints of Flamingo #F25856
RGB
CMYK
RGB Variations
Color information
#F25856 (or 0xF25856) is known color: Flamingo. HEX triplet: F2, 58 and 56. RGB value is (242,88,86). Sum of RGB (Red+Green+Blue) = 242+88+86=416 (55% of max value = 765). Red value is 242 (94.92% from 255 or 58.17% from 416); Green value is 88 (34.77% from 255 or 21.15% from 416); Blue value is 86 (33.98% from 255 or 20.67% from 416); Max value from RGB is 242 - color contains mainly: red. Hex color #F25856 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #F25856 is #0DA7A9. Grayscale: #858585. Windows color (decimal): -894890 or 5658866. OLE color: 5658866.
HSL color Cylindrical-coordinate representation of color #F25856: hue angle of 0.77º degrees, saturation: 0.86, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #F25856 is Cyan = 0, Magento = 0.64, Yellow = 0.64 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 242 | 88 | 86 | - |
| CMYK | 0 | 0.64 | 0.64 | 0.05 |
| HSL | 0.77º | 0.86% | 0.64% | - |
| HSV(B) | 0.77º | 0.64% | 0.95% | - |
| XYZ | 41.79 | 26.53 | 11.72 | - |
| YUV | 133.82 | 101.02 | 205.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 88 | 86 | 0 | 0.64 | 0.64 | 0.05 | 0.77 | 0.86 | 0.64 |
| Hex | F2 | 58 | 56 | 0 | 40 | 40 | 5 | 1 | 56 | 40 |
| Octal | 362 | 130 | 126 | 0 | 100 | 100 | 5 | 1 | 126 | 100 |
| Binary | 11110010 | 1011000 | 1010110 | 0 | 1000000 | 1000000 | 101 | 1 | 1010110 | 1000000 |
Color Harmonies of #F25856
Complementary color
Monochromatic Colors of #F25856
Black with #F25856
Text Example
Text Example
White with #F25856
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F25856; }
p { color: rgb(242,88,86); }
H1.HeaderClassName
{
color: #F25856;
}
.AnyTagClassName
{
color: #F25856;
}
</style>
background-color css
<style>
a { background-color: #F25856; }
a { background-color: rgb(242,88,86); }
div.DivClassName
{
background-color: #F25856;
}
.BgClassName
{
background-color: #F25856;
}
</style>
border-color css
<style>
span { border-color: #F25856; }
span { border-color: rgb(242,88,86); }
td.TdClassName
{
border-color: #F25856;
}
.TagClassName
{
border-color: #F25856;
}
</style>