Shades of Flamingo #F25755
Tints of Flamingo #F25755
RGB
CMYK
RGB Variations
Color information
#F25755 (or 0xF25755) is known color: Flamingo. HEX triplet: F2, 57 and 55. RGB value is (242,87,85). Sum of RGB (Red+Green+Blue) = 242+87+85=414 (54% of max value = 765). Red value is 242 (94.92% from 255 or 58.45% from 414); Green value is 87 (34.38% from 255 or 21.01% from 414); Blue value is 85 (33.59% from 255 or 20.53% from 414); Max value from RGB is 242 - color contains mainly: red. Hex color #F25755 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #F25755 is #0DA8AA. Grayscale: #858585. Windows color (decimal): -895147 or 5593074. OLE color: 5593074.
HSL color Cylindrical-coordinate representation of color #F25755: 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 #F25755 is Cyan = 0, Magento = 0.64, Yellow = 0.65 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 242 | 87 | 85 | - |
| 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.67 | 26.35 | 11.48 | - |
| YUV | 133.12 | 100.85 | 205.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 87 | 85 | 0 | 0.64 | 0.65 | 0.05 | 0.76 | 0.86 | 0.64 |
| Hex | F2 | 57 | 55 | 0 | 40 | 41 | 5 | 1 | 56 | 40 |
| Octal | 362 | 127 | 125 | 0 | 100 | 101 | 5 | 1 | 126 | 100 |
| Binary | 11110010 | 1010111 | 1010101 | 0 | 1000000 | 1000001 | 101 | 1 | 1010110 | 1000000 |
Color Harmonies of #F25755
Complementary color
Monochromatic Colors of #F25755
Black with #F25755
Text Example
Text Example
White with #F25755
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F25755; }
p { color: rgb(242,87,85); }
H1.HeaderClassName
{
color: #F25755;
}
.AnyTagClassName
{
color: #F25755;
}
</style>
background-color css
<style>
a { background-color: #F25755; }
a { background-color: rgb(242,87,85); }
div.DivClassName
{
background-color: #F25755;
}
.BgClassName
{
background-color: #F25755;
}
</style>
border-color css
<style>
span { border-color: #F25755; }
span { border-color: rgb(242,87,85); }
td.TdClassName
{
border-color: #F25755;
}
.TagClassName
{
border-color: #F25755;
}
</style>