Shades of Mandy #F15758
Tints of Mandy #F15758
RGB
CMYK
RGB Variations
Color information
#F15758 (or 0xF15758) is known color: Mandy. HEX triplet: F1, 57 and 58. RGB value is (241,87,88). Sum of RGB (Red+Green+Blue) = 241+87+88=416 (55% of max value = 765). Red value is 241 (94.53% from 255 or 57.93% from 416); Green value is 87 (34.38% from 255 or 20.91% from 416); Blue value is 88 (34.77% from 255 or 21.15% from 416); Max value from RGB is 241 - color contains mainly: red. Hex color #F15758 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #F15758 is #0EA8A7. Grayscale: #858585. Windows color (decimal): -960680 or 5789681. OLE color: 5789681.
HSL color Cylindrical-coordinate representation of color #F15758: hue angle of 359.61º degrees, saturation: 0.85, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #F15758 is Cyan = 0, Magento = 0.64, Yellow = 0.63 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 241 | 87 | 88 | - |
| CMYK | 0 | 0.64 | 0.63 | 0.05 |
| HSL | 359.61º | 0.85% | 0.64% | - |
| HSV(B) | 359.61º | 0.64% | 0.95% | - |
| XYZ | 41.45 | 26.22 | 12.11 | - |
| YUV | 133.16 | 102.52 | 204.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 241 | 87 | 88 | 0 | 0.64 | 0.63 | 0.05 | 359.61 | 0.85 | 0.64 |
| Hex | F1 | 57 | 58 | 0 | 40 | 3F | 5 | 168 | 55 | 40 |
| Octal | 361 | 127 | 130 | 0 | 100 | 77 | 5 | 550 | 125 | 100 |
| Binary | 11110001 | 1010111 | 1011000 | 0 | 1000000 | 111111 | 101 | 101101000 | 1010101 | 1000000 |
Color Harmonies of #F15758
Complementary color
Monochromatic Colors of #F15758
Black with #F15758
Text Example
Text Example
White with #F15758
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F15758; }
p { color: rgb(241,87,88); }
H1.HeaderClassName
{
color: #F15758;
}
.AnyTagClassName
{
color: #F15758;
}
</style>
background-color css
<style>
a { background-color: #F15758; }
a { background-color: rgb(241,87,88); }
div.DivClassName
{
background-color: #F15758;
}
.BgClassName
{
background-color: #F15758;
}
</style>
border-color css
<style>
span { border-color: #F15758; }
span { border-color: rgb(241,87,88); }
td.TdClassName
{
border-color: #F15758;
}
.TagClassName
{
border-color: #F15758;
}
</style>