Shades of Mandy #F05456
Tints of Mandy #F05456
RGB
CMYK
RGB Variations
Color information
#F05456 (or 0xF05456) is known color: Mandy. HEX triplet: F0, 54 and 56. RGB value is (240,84,86). Sum of RGB (Red+Green+Blue) = 240+84+86=410 (54% of max value = 765). Red value is 240 (94.14% from 255 or 58.54% from 410); Green value is 84 (33.20% from 255 or 20.49% from 410); Blue value is 86 (33.98% from 255 or 20.98% from 410); Max value from RGB is 240 - color contains mainly: red. Hex color #F05456 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #F05456 is #0FABA9. Grayscale: #838383. Windows color (decimal): -1026986 or 5657840. OLE color: 5657840.
HSL color Cylindrical-coordinate representation of color #F05456: 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 #F05456 is Cyan = 0, Magento = 0.65, Yellow = 0.64 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 240 | 84 | 86 | - |
| 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.79 | 25.54 | 11.58 | - |
| YUV | 130.87 | 102.68 | 205.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 84 | 86 | 0 | 0.65 | 0.64 | 0.06 | 359.23 | 0.84 | 0.64 |
| Hex | F0 | 54 | 56 | 0 | 41 | 40 | 6 | 167 | 54 | 40 |
| Octal | 360 | 124 | 126 | 0 | 101 | 100 | 6 | 547 | 124 | 100 |
| Binary | 11110000 | 1010100 | 1010110 | 0 | 1000001 | 1000000 | 110 | 101100111 | 1010100 | 1000000 |
Color Harmonies of #F05456
Complementary color
Monochromatic Colors of #F05456
Black with #F05456
Text Example
Text Example
White with #F05456
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F05456; }
p { color: rgb(240,84,86); }
H1.HeaderClassName
{
color: #F05456;
}
.AnyTagClassName
{
color: #F05456;
}
</style>
background-color css
<style>
a { background-color: #F05456; }
a { background-color: rgb(240,84,86); }
div.DivClassName
{
background-color: #F05456;
}
.BgClassName
{
background-color: #F05456;
}
</style>
border-color css
<style>
span { border-color: #F05456; }
span { border-color: rgb(240,84,86); }
td.TdClassName
{
border-color: #F05456;
}
.TagClassName
{
border-color: #F05456;
}
</style>