Shades of Mandy #F05558
Tints of Mandy #F05558
RGB
CMYK
RGB Variations
Color information
#F05558 (or 0xF05558) is known color: Mandy. HEX triplet: F0, 55 and 58. RGB value is (240,85,88). Sum of RGB (Red+Green+Blue) = 240+85+88=413 (54% of max value = 765). Red value is 240 (94.14% from 255 or 58.11% from 413); Green value is 85 (33.59% from 255 or 20.58% from 413); Blue value is 88 (34.77% from 255 or 21.31% from 413); Max value from RGB is 240 - color contains mainly: red. Hex color #F05558 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #F05558 is #0FAAA7. Grayscale: #838383. Windows color (decimal): -1026728 or 5789168. OLE color: 5789168.
HSL color Cylindrical-coordinate representation of color #F05558: hue angle of 358.84º 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 #F05558 is Cyan = 0, Magento = 0.65, Yellow = 0.63 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 240 | 85 | 88 | - |
| CMYK | 0 | 0.65 | 0.63 | 0.06 |
| HSL | 358.84º | 0.84% | 0.64% | - |
| HSV(B) | 358.84º | 0.65% | 0.94% | - |
| XYZ | 40.95 | 25.73 | 12.04 | - |
| YUV | 131.69 | 103.35 | 205.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 85 | 88 | 0 | 0.65 | 0.63 | 0.06 | 358.84 | 0.84 | 0.64 |
| Hex | F0 | 55 | 58 | 0 | 41 | 3F | 6 | 167 | 54 | 40 |
| Octal | 360 | 125 | 130 | 0 | 101 | 77 | 6 | 547 | 124 | 100 |
| Binary | 11110000 | 1010101 | 1011000 | 0 | 1000001 | 111111 | 110 | 101100111 | 1010100 | 1000000 |
Color Harmonies of #F05558
Complementary color
Monochromatic Colors of #F05558
Black with #F05558
Text Example
Text Example
White with #F05558
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F05558; }
p { color: rgb(240,85,88); }
H1.HeaderClassName
{
color: #F05558;
}
.AnyTagClassName
{
color: #F05558;
}
</style>
background-color css
<style>
a { background-color: #F05558; }
a { background-color: rgb(240,85,88); }
div.DivClassName
{
background-color: #F05558;
}
.BgClassName
{
background-color: #F05558;
}
</style>
border-color css
<style>
span { border-color: #F05558; }
span { border-color: rgb(240,85,88); }
td.TdClassName
{
border-color: #F05558;
}
.TagClassName
{
border-color: #F05558;
}
</style>