Shades of Flamingo #F25956
Tints of Flamingo #F25956
RGB
CMYK
RGB Variations
Color information
#F25956 (or 0xF25956) is known color: Flamingo. HEX triplet: F2, 59 and 56. RGB value is (242,89,86). Sum of RGB (Red+Green+Blue) = 242+89+86=417 (55% of max value = 765). Red value is 242 (94.92% from 255 or 58.03% from 417); Green value is 89 (35.16% from 255 or 21.34% from 417); Blue value is 86 (33.98% from 255 or 20.62% from 417); Max value from RGB is 242 - color contains mainly: red. Hex color #F25956 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #F25956 is #0DA6A9. Grayscale: #868686. Windows color (decimal): -894634 or 5659122. OLE color: 5659122.
HSL color Cylindrical-coordinate representation of color #F25956: hue angle of 1.15º 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 #F25956 is Cyan = 0, Magento = 0.63, Yellow = 0.64 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 242 | 89 | 86 | - |
| CMYK | 0 | 0.63 | 0.64 | 0.05 |
| HSL | 1.15º | 0.86% | 0.64% | - |
| HSV(B) | 1.15º | 0.64% | 0.95% | - |
| XYZ | 41.87 | 26.69 | 11.75 | - |
| YUV | 134.41 | 100.69 | 204.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 89 | 86 | 0 | 0.63 | 0.64 | 0.05 | 1.15 | 0.86 | 0.64 |
| Hex | F2 | 59 | 56 | 0 | 3F | 40 | 5 | 1 | 56 | 40 |
| Octal | 362 | 131 | 126 | 0 | 77 | 100 | 5 | 1 | 126 | 100 |
| Binary | 11110010 | 1011001 | 1010110 | 0 | 111111 | 1000000 | 101 | 1 | 1010110 | 1000000 |
Color Harmonies of #F25956
Complementary color
Monochromatic Colors of #F25956
Black with #F25956
Text Example
Text Example
White with #F25956
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F25956; }
p { color: rgb(242,89,86); }
H1.HeaderClassName
{
color: #F25956;
}
.AnyTagClassName
{
color: #F25956;
}
</style>
background-color css
<style>
a { background-color: #F25956; }
a { background-color: rgb(242,89,86); }
div.DivClassName
{
background-color: #F25956;
}
.BgClassName
{
background-color: #F25956;
}
</style>
border-color css
<style>
span { border-color: #F25956; }
span { border-color: rgb(242,89,86); }
td.TdClassName
{
border-color: #F25956;
}
.TagClassName
{
border-color: #F25956;
}
</style>