Shades of Flamingo #F25555
Tints of Flamingo #F25555
RGB
CMYK
RGB Variations
Color information
#F25555 (or 0xF25555) is known color: Flamingo. HEX triplet: F2, 55 and 55. RGB value is (242,85,85). Sum of RGB (Red+Green+Blue) = 242+85+85=412 (54% of max value = 765). Red value is 242 (94.92% from 255 or 58.74% from 412); Green value is 85 (33.59% from 255 or 20.63% from 412); Blue value is 85 (33.59% from 255 or 20.63% from 412); Max value from RGB is 242 - color contains mainly: red. Hex color #F25555 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #F25555 is #0DAAAA. Grayscale: #848484. Windows color (decimal): -895659 or 5592562. OLE color: 5592562.
HSL color Cylindrical-coordinate representation of color #F25555: hue angle of 0º 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 #F25555 is Cyan = 0, Magento = 0.65, Yellow = 0.65 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 242 | 85 | 85 | - |
| CMYK | 0 | 0.65 | 0.65 | 0.05 |
| HSL | 0º | 0.86% | 0.64% | - |
| HSV(B) | 0º | 0.65% | 0.95% | - |
| XYZ | 41.51 | 26.03 | 11.43 | - |
| YUV | 131.94 | 101.51 | 206.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 85 | 85 | 0 | 0.65 | 0.65 | 0.05 | 0 | 0.86 | 0.64 |
| Hex | F2 | 55 | 55 | 0 | 41 | 41 | 5 | 0 | 56 | 40 |
| Octal | 362 | 125 | 125 | 0 | 101 | 101 | 5 | 0 | 126 | 100 |
| Binary | 11110010 | 1010101 | 1010101 | 0 | 1000001 | 1000001 | 101 | 0 | 1010110 | 1000000 |
Color Harmonies of #F25555
Complementary color
Monochromatic Colors of #F25555
Black with #F25555
Text Example
Text Example
White with #F25555
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F25555; }
p { color: rgb(242,85,85); }
H1.HeaderClassName
{
color: #F25555;
}
.AnyTagClassName
{
color: #F25555;
}
</style>
background-color css
<style>
a { background-color: #F25555; }
a { background-color: rgb(242,85,85); }
div.DivClassName
{
background-color: #F25555;
}
.BgClassName
{
background-color: #F25555;
}
</style>
border-color css
<style>
span { border-color: #F25555; }
span { border-color: rgb(242,85,85); }
td.TdClassName
{
border-color: #F25555;
}
.TagClassName
{
border-color: #F25555;
}
</style>