Shades of Mandy #F0545A
Tints of Mandy #F0545A
RGB
CMYK
RGB Variations
Color information
#F0545A (or 0xF0545A) is known color: Mandy. HEX triplet: F0, 54 and 5A. RGB value is (240,84,90). Sum of RGB (Red+Green+Blue) = 240+84+90=414 (54% of max value = 765). Red value is 240 (94.14% from 255 or 57.97% from 414); Green value is 84 (33.20% from 255 or 20.29% from 414); Blue value is 90 (35.55% from 255 or 21.74% from 414); Max value from RGB is 240 - color contains mainly: red. Hex color #F0545A is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #F0545A is #0FABA5. Grayscale: #838383. Windows color (decimal): -1026982 or 5919984. OLE color: 5919984.
HSL color Cylindrical-coordinate representation of color #F0545A: hue angle of 357.69º 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 #F0545A is Cyan = 0, Magento = 0.65, Yellow = 0.62 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 240 | 84 | 90 | - |
| CMYK | 0 | 0.65 | 0.62 | 0.06 |
| HSL | 357.69º | 0.84% | 0.64% | - |
| HSV(B) | 357.69º | 0.65% | 0.94% | - |
| XYZ | 40.95 | 25.6 | 12.46 | - |
| YUV | 131.33 | 104.68 | 205.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 84 | 90 | 0 | 0.65 | 0.62 | 0.06 | 357.69 | 0.84 | 0.64 |
| Hex | F0 | 54 | 5A | 0 | 41 | 3E | 6 | 166 | 54 | 40 |
| Octal | 360 | 124 | 132 | 0 | 101 | 76 | 6 | 546 | 124 | 100 |
| Binary | 11110000 | 1010100 | 1011010 | 0 | 1000001 | 111110 | 110 | 101100110 | 1010100 | 1000000 |
Color Harmonies of #F0545A
Complementary color
Monochromatic Colors of #F0545A
Black with #F0545A
Text Example
Text Example
White with #F0545A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F0545A; }
p { color: rgb(240,84,90); }
H1.HeaderClassName
{
color: #F0545A;
}
.AnyTagClassName
{
color: #F0545A;
}
</style>
background-color css
<style>
a { background-color: #F0545A; }
a { background-color: rgb(240,84,90); }
div.DivClassName
{
background-color: #F0545A;
}
.BgClassName
{
background-color: #F0545A;
}
</style>
border-color css
<style>
span { border-color: #F0545A; }
span { border-color: rgb(240,84,90); }
td.TdClassName
{
border-color: #F0545A;
}
.TagClassName
{
border-color: #F0545A;
}
</style>