Shades of Mandy #F05053
Tints of Mandy #F05053
RGB
CMYK
RGB Variations
Color information
#F05053 (or 0xF05053) is known color: Mandy. HEX triplet: F0, 50 and 53. RGB value is (240,80,83). Sum of RGB (Red+Green+Blue) = 240+80+83=403 (53% of max value = 765). Red value is 240 (94.14% from 255 or 59.55% from 403); Green value is 80 (31.64% from 255 or 19.85% from 403); Blue value is 83 (32.81% from 255 or 20.60% from 403); Max value from RGB is 240 - color contains mainly: red. Hex color #F05053 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #F05053 is #0FAFAC. Grayscale: #808080. Windows color (decimal): -1028013 or 5460208. OLE color: 5460208.
HSL color Cylindrical-coordinate representation of color #F05053: hue angle of 358.88º degrees, saturation: 0.84, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #F05053 is Cyan = 0, Magento = 0.67, Yellow = 0.65 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 240 | 80 | 83 | - |
| CMYK | 0 | 0.67 | 0.65 | 0.06 |
| HSL | 358.88º | 0.84% | 0.63% | - |
| HSV(B) | 358.88º | 0.67% | 0.94% | - |
| XYZ | 40.37 | 24.89 | 10.86 | - |
| YUV | 128.18 | 102.51 | 207.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 80 | 83 | 0 | 0.67 | 0.65 | 0.06 | 358.88 | 0.84 | 0.63 |
| Hex | F0 | 50 | 53 | 0 | 43 | 41 | 6 | 167 | 54 | 3F |
| Octal | 360 | 120 | 123 | 0 | 103 | 101 | 6 | 547 | 124 | 77 |
| Binary | 11110000 | 1010000 | 1010011 | 0 | 1000011 | 1000001 | 110 | 101100111 | 1010100 | 111111 |
Color Harmonies of #F05053
Complementary color
Monochromatic Colors of #F05053
Black with #F05053
Text Example
Text Example
White with #F05053
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F05053; }
p { color: rgb(240,80,83); }
H1.HeaderClassName
{
color: #F05053;
}
.AnyTagClassName
{
color: #F05053;
}
</style>
background-color css
<style>
a { background-color: #F05053; }
a { background-color: rgb(240,80,83); }
div.DivClassName
{
background-color: #F05053;
}
.BgClassName
{
background-color: #F05053;
}
</style>
border-color css
<style>
span { border-color: #F05053; }
span { border-color: rgb(240,80,83); }
td.TdClassName
{
border-color: #F05053;
}
.TagClassName
{
border-color: #F05053;
}
</style>