Shades of Mandy #F05557
Tints of Mandy #F05557
RGB
CMYK
RGB Variations
Color information
#F05557 (or 0xF05557) is known color: Mandy. HEX triplet: F0, 55 and 57. RGB value is (240,85,87). Sum of RGB (Red+Green+Blue) = 240+85+87=412 (54% of max value = 765). Red value is 240 (94.14% from 255 or 58.25% from 412); Green value is 85 (33.59% from 255 or 20.63% from 412); Blue value is 87 (34.38% from 255 or 21.12% from 412); Max value from RGB is 240 - color contains mainly: red. Hex color #F05557 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #F05557 is #0FAAA8. Grayscale: #838383. Windows color (decimal): -1026729 or 5723632. OLE color: 5723632.
HSL color Cylindrical-coordinate representation of color #F05557: hue angle of 359.23º degrees, saturation: 0.84, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #F05557 is Cyan = 0, Magento = 0.65, Yellow = 0.64 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 240 | 85 | 87 | - |
| CMYK | 0 | 0.65 | 0.64 | 0.06 |
| HSL | 359.23º | 0.84% | 0.64% | - |
| HSV(B) | 359.23º | 0.65% | 0.94% | - |
| XYZ | 40.9 | 25.71 | 11.82 | - |
| YUV | 131.57 | 102.85 | 205.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 85 | 87 | 0 | 0.65 | 0.64 | 0.06 | 359.23 | 0.84 | 0.64 |
| Hex | F0 | 55 | 57 | 0 | 41 | 40 | 6 | 167 | 54 | 40 |
| Octal | 360 | 125 | 127 | 0 | 101 | 100 | 6 | 547 | 124 | 100 |
| Binary | 11110000 | 1010101 | 1010111 | 0 | 1000001 | 1000000 | 110 | 101100111 | 1010100 | 1000000 |
Color Harmonies of #F05557
Complementary color
Monochromatic Colors of #F05557
Black with #F05557
Text Example
Text Example
White with #F05557
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F05557; }
p { color: rgb(240,85,87); }
H1.HeaderClassName
{
color: #F05557;
}
.AnyTagClassName
{
color: #F05557;
}
</style>
background-color css
<style>
a { background-color: #F05557; }
a { background-color: rgb(240,85,87); }
div.DivClassName
{
background-color: #F05557;
}
.BgClassName
{
background-color: #F05557;
}
</style>
border-color css
<style>
span { border-color: #F05557; }
span { border-color: rgb(240,85,87); }
td.TdClassName
{
border-color: #F05557;
}
.TagClassName
{
border-color: #F05557;
}
</style>