Shades of Mandy #F05256
Tints of Mandy #F05256
RGB
CMYK
RGB Variations
Color information
#F05256 (or 0xF05256) is known color: Mandy. HEX triplet: F0, 52 and 56. RGB value is (240,82,86). Sum of RGB (Red+Green+Blue) = 240+82+86=408 (54% of max value = 765). Red value is 240 (94.14% from 255 or 58.82% from 408); Green value is 82 (32.42% from 255 or 20.10% from 408); Blue value is 86 (33.98% from 255 or 21.08% from 408); Max value from RGB is 240 - color contains mainly: red. Hex color #F05256 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #F05256 is #0FADA9. Grayscale: #818181. Windows color (decimal): -1027498 or 5657328. OLE color: 5657328.
HSL color Cylindrical-coordinate representation of color #F05256: hue angle of 358.48º 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 #F05256 is Cyan = 0, Magento = 0.66, Yellow = 0.64 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 240 | 82 | 86 | - |
| CMYK | 0 | 0.66 | 0.64 | 0.06 |
| HSL | 358.48º | 0.84% | 0.63% | - |
| HSV(B) | 358.48º | 0.66% | 0.94% | - |
| XYZ | 40.63 | 25.23 | 11.53 | - |
| YUV | 129.7 | 103.35 | 206.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 82 | 86 | 0 | 0.66 | 0.64 | 0.06 | 358.48 | 0.84 | 0.63 |
| Hex | F0 | 52 | 56 | 0 | 42 | 40 | 6 | 166 | 54 | 3F |
| Octal | 360 | 122 | 126 | 0 | 102 | 100 | 6 | 546 | 124 | 77 |
| Binary | 11110000 | 1010010 | 1010110 | 0 | 1000010 | 1000000 | 110 | 101100110 | 1010100 | 111111 |
Color Harmonies of #F05256
Complementary color
Monochromatic Colors of #F05256
Black with #F05256
Text Example
Text Example
White with #F05256
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F05256; }
p { color: rgb(240,82,86); }
H1.HeaderClassName
{
color: #F05256;
}
.AnyTagClassName
{
color: #F05256;
}
</style>
background-color css
<style>
a { background-color: #F05256; }
a { background-color: rgb(240,82,86); }
div.DivClassName
{
background-color: #F05256;
}
.BgClassName
{
background-color: #F05256;
}
</style>
border-color css
<style>
span { border-color: #F05256; }
span { border-color: rgb(240,82,86); }
td.TdClassName
{
border-color: #F05256;
}
.TagClassName
{
border-color: #F05256;
}
</style>