Shades of Mandy #F15458
Tints of Mandy #F15458
RGB
CMYK
RGB Variations
Color information
#F15458 (or 0xF15458) is known color: Mandy. HEX triplet: F1, 54 and 58. RGB value is (241,84,88). Sum of RGB (Red+Green+Blue) = 241+84+88=413 (54% of max value = 765). Red value is 241 (94.53% from 255 or 58.35% from 413); Green value is 84 (33.20% from 255 or 20.34% from 413); Blue value is 88 (34.77% from 255 or 21.31% from 413); Max value from RGB is 241 - color contains mainly: red. Hex color #F15458 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #F15458 is #0EABA7. Grayscale: #838383. Windows color (decimal): -961448 or 5788913. OLE color: 5788913.
HSL color Cylindrical-coordinate representation of color #F15458: hue angle of 358.47º degrees, saturation: 0.85, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #F15458 is Cyan = 0, Magento = 0.65, Yellow = 0.63 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 241 | 84 | 88 | - |
| CMYK | 0 | 0.65 | 0.63 | 0.05 |
| HSL | 358.47º | 0.85% | 0.64% | - |
| HSV(B) | 358.47º | 0.65% | 0.95% | - |
| XYZ | 41.21 | 25.75 | 12.03 | - |
| YUV | 131.4 | 103.51 | 206.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 241 | 84 | 88 | 0 | 0.65 | 0.63 | 0.05 | 358.47 | 0.85 | 0.64 |
| Hex | F1 | 54 | 58 | 0 | 41 | 3F | 5 | 166 | 55 | 40 |
| Octal | 361 | 124 | 130 | 0 | 101 | 77 | 5 | 546 | 125 | 100 |
| Binary | 11110001 | 1010100 | 1011000 | 0 | 1000001 | 111111 | 101 | 101100110 | 1010101 | 1000000 |
Color Harmonies of #F15458
Complementary color
Monochromatic Colors of #F15458
Black with #F15458
Text Example
Text Example
White with #F15458
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F15458; }
p { color: rgb(241,84,88); }
H1.HeaderClassName
{
color: #F15458;
}
.AnyTagClassName
{
color: #F15458;
}
</style>
background-color css
<style>
a { background-color: #F15458; }
a { background-color: rgb(241,84,88); }
div.DivClassName
{
background-color: #F15458;
}
.BgClassName
{
background-color: #F15458;
}
</style>
border-color css
<style>
span { border-color: #F15458; }
span { border-color: rgb(241,84,88); }
td.TdClassName
{
border-color: #F15458;
}
.TagClassName
{
border-color: #F15458;
}
</style>