Shades of Flamingo #F25955
Tints of Flamingo #F25955
RGB
CMYK
RGB Variations
Color information
#F25955 (or 0xF25955) is known color: Flamingo. HEX triplet: F2, 59 and 55. RGB value is (242,89,85). Sum of RGB (Red+Green+Blue) = 242+89+85=416 (55% of max value = 765). Red value is 242 (94.92% from 255 or 58.17% from 416); Green value is 89 (35.16% from 255 or 21.39% from 416); Blue value is 85 (33.59% from 255 or 20.43% from 416); Max value from RGB is 242 - color contains mainly: red. Hex color #F25955 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #F25955 is #0DA6AA. Grayscale: #868686. Windows color (decimal): -894635 or 5593586. OLE color: 5593586.
HSL color Cylindrical-coordinate representation of color #F25955: hue angle of 1.53º 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 #F25955 is Cyan = 0, Magento = 0.63, Yellow = 0.65 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 242 | 89 | 85 | - |
| CMYK | 0 | 0.63 | 0.65 | 0.05 |
| HSL | 1.53º | 0.86% | 0.64% | - |
| HSV(B) | 1.53º | 0.65% | 0.95% | - |
| XYZ | 41.83 | 26.68 | 11.54 | - |
| YUV | 134.29 | 100.19 | 204.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 89 | 85 | 0 | 0.63 | 0.65 | 0.05 | 1.53 | 0.86 | 0.64 |
| Hex | F2 | 59 | 55 | 0 | 3F | 41 | 5 | 2 | 56 | 40 |
| Octal | 362 | 131 | 125 | 0 | 77 | 101 | 5 | 2 | 126 | 100 |
| Binary | 11110010 | 1011001 | 1010101 | 0 | 111111 | 1000001 | 101 | 10 | 1010110 | 1000000 |
Color Harmonies of #F25955
Complementary color
Monochromatic Colors of #F25955
Black with #F25955
Text Example
Text Example
White with #F25955
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F25955; }
p { color: rgb(242,89,85); }
H1.HeaderClassName
{
color: #F25955;
}
.AnyTagClassName
{
color: #F25955;
}
</style>
background-color css
<style>
a { background-color: #F25955; }
a { background-color: rgb(242,89,85); }
div.DivClassName
{
background-color: #F25955;
}
.BgClassName
{
background-color: #F25955;
}
</style>
border-color css
<style>
span { border-color: #F25955; }
span { border-color: rgb(242,89,85); }
td.TdClassName
{
border-color: #F25955;
}
.TagClassName
{
border-color: #F25955;
}
</style>