Shades of Mandy #F05659
Tints of Mandy #F05659
RGB
CMYK
RGB Variations
Color information
#F05659 (or 0xF05659) is known color: Mandy. HEX triplet: F0, 56 and 59. RGB value is (240,86,89). Sum of RGB (Red+Green+Blue) = 240+86+89=415 (54% of max value = 765). Red value is 240 (94.14% from 255 or 57.83% from 415); Green value is 86 (33.98% from 255 or 20.72% from 415); Blue value is 89 (35.16% from 255 or 21.45% from 415); Max value from RGB is 240 - color contains mainly: red. Hex color #F05659 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #F05659 is #0FA9A6. Grayscale: #848484. Windows color (decimal): -1026471 or 5854960. OLE color: 5854960.
HSL color Cylindrical-coordinate representation of color #F05659: hue angle of 358.83º degrees, saturation: 0.84, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #F05659 is Cyan = 0, Magento = 0.64, Yellow = 0.63 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 240 | 86 | 89 | - |
| CMYK | 0 | 0.64 | 0.63 | 0.06 |
| HSL | 358.83º | 0.84% | 0.64% | - |
| HSV(B) | 358.83º | 0.64% | 0.94% | - |
| XYZ | 41.07 | 25.9 | 12.29 | - |
| YUV | 132.39 | 103.52 | 204.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 86 | 89 | 0 | 0.64 | 0.63 | 0.06 | 358.83 | 0.84 | 0.64 |
| Hex | F0 | 56 | 59 | 0 | 40 | 3F | 6 | 167 | 54 | 40 |
| Octal | 360 | 126 | 131 | 0 | 100 | 77 | 6 | 547 | 124 | 100 |
| Binary | 11110000 | 1010110 | 1011001 | 0 | 1000000 | 111111 | 110 | 101100111 | 1010100 | 1000000 |
Color Harmonies of #F05659
Complementary color
Monochromatic Colors of #F05659
Black with #F05659
Text Example
Text Example
White with #F05659
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F05659; }
p { color: rgb(240,86,89); }
H1.HeaderClassName
{
color: #F05659;
}
.AnyTagClassName
{
color: #F05659;
}
</style>
background-color css
<style>
a { background-color: #F05659; }
a { background-color: rgb(240,86,89); }
div.DivClassName
{
background-color: #F05659;
}
.BgClassName
{
background-color: #F05659;
}
</style>
border-color css
<style>
span { border-color: #F05659; }
span { border-color: rgb(240,86,89); }
td.TdClassName
{
border-color: #F05659;
}
.TagClassName
{
border-color: #F05659;
}
</style>