Shades of Mandy #F05358
Tints of Mandy #F05358
RGB
CMYK
RGB Variations
Color information
#F05358 (or 0xF05358) is known color: Mandy. HEX triplet: F0, 53 and 58. RGB value is (240,83,88). Sum of RGB (Red+Green+Blue) = 240+83+88=411 (54% of max value = 765). Red value is 240 (94.14% from 255 or 58.39% from 411); Green value is 83 (32.81% from 255 or 20.19% from 411); Blue value is 88 (34.77% from 255 or 21.41% from 411); Max value from RGB is 240 - color contains mainly: red. Hex color #F05358 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #F05358 is #0FACA7. Grayscale: #828282. Windows color (decimal): -1027240 or 5788656. OLE color: 5788656.
HSL color Cylindrical-coordinate representation of color #F05358: hue angle of 358.09º degrees, saturation: 0.84, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #F05358 is Cyan = 0, Magento = 0.65, Yellow = 0.63 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 240 | 83 | 88 | - |
| CMYK | 0 | 0.65 | 0.63 | 0.06 |
| HSL | 358.09º | 0.84% | 0.63% | - |
| HSV(B) | 358.09º | 0.65% | 0.94% | - |
| XYZ | 40.79 | 25.42 | 11.99 | - |
| YUV | 130.51 | 104.01 | 206.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 83 | 88 | 0 | 0.65 | 0.63 | 0.06 | 358.09 | 0.84 | 0.63 |
| Hex | F0 | 53 | 58 | 0 | 41 | 3F | 6 | 166 | 54 | 3F |
| Octal | 360 | 123 | 130 | 0 | 101 | 77 | 6 | 546 | 124 | 77 |
| Binary | 11110000 | 1010011 | 1011000 | 0 | 1000001 | 111111 | 110 | 101100110 | 1010100 | 111111 |
Color Harmonies of #F05358
Complementary color
Monochromatic Colors of #F05358
Black with #F05358
Text Example
Text Example
White with #F05358
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F05358; }
p { color: rgb(240,83,88); }
H1.HeaderClassName
{
color: #F05358;
}
.AnyTagClassName
{
color: #F05358;
}
</style>
background-color css
<style>
a { background-color: #F05358; }
a { background-color: rgb(240,83,88); }
div.DivClassName
{
background-color: #F05358;
}
.BgClassName
{
background-color: #F05358;
}
</style>
border-color css
<style>
span { border-color: #F05358; }
span { border-color: rgb(240,83,88); }
td.TdClassName
{
border-color: #F05358;
}
.TagClassName
{
border-color: #F05358;
}
</style>