Shades of Mandy #F05259
Tints of Mandy #F05259
RGB
CMYK
RGB Variations
Color information
#F05259 (or 0xF05259) is known color: Mandy. HEX triplet: F0, 52 and 59. RGB value is (240,82,89). Sum of RGB (Red+Green+Blue) = 240+82+89=411 (54% of max value = 765). Red value is 240 (94.14% from 255 or 58.39% from 411); Green value is 82 (32.42% from 255 or 19.95% from 411); Blue value is 89 (35.16% from 255 or 21.65% from 411); Max value from RGB is 240 - color contains mainly: red. Hex color #F05259 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #F05259 is #0FADA6. Grayscale: #828282. Windows color (decimal): -1027495 or 5853936. OLE color: 5853936.
HSL color Cylindrical-coordinate representation of color #F05259: hue angle of 357.34º degrees, saturation: 0.84, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #F05259 is Cyan = 0, Magento = 0.66, Yellow = 0.63 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 240 | 82 | 89 | - |
| CMYK | 0 | 0.66 | 0.63 | 0.06 |
| HSL | 357.34º | 0.84% | 0.63% | - |
| HSV(B) | 357.34º | 0.66% | 0.94% | - |
| XYZ | 40.76 | 25.28 | 12.18 | - |
| YUV | 130.04 | 104.85 | 206.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 82 | 89 | 0 | 0.66 | 0.63 | 0.06 | 357.34 | 0.84 | 0.63 |
| Hex | F0 | 52 | 59 | 0 | 42 | 3F | 6 | 165 | 54 | 3F |
| Octal | 360 | 122 | 131 | 0 | 102 | 77 | 6 | 545 | 124 | 77 |
| Binary | 11110000 | 1010010 | 1011001 | 0 | 1000010 | 111111 | 110 | 101100101 | 1010100 | 111111 |
Color Harmonies of #F05259
Complementary color
Monochromatic Colors of #F05259
Black with #F05259
Text Example
Text Example
White with #F05259
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F05259; }
p { color: rgb(240,82,89); }
H1.HeaderClassName
{
color: #F05259;
}
.AnyTagClassName
{
color: #F05259;
}
</style>
background-color css
<style>
a { background-color: #F05259; }
a { background-color: rgb(240,82,89); }
div.DivClassName
{
background-color: #F05259;
}
.BgClassName
{
background-color: #F05259;
}
</style>
border-color css
<style>
span { border-color: #F05259; }
span { border-color: rgb(240,82,89); }
td.TdClassName
{
border-color: #F05259;
}
.TagClassName
{
border-color: #F05259;
}
</style>