Shades of Mandy #F25456
Tints of Mandy #F25456
RGB
CMYK
RGB Variations
Color information
#F25456 (or 0xF25456) is known color: Mandy. HEX triplet: F2, 54 and 56. RGB value is (242,84,86). Sum of RGB (Red+Green+Blue) = 242+84+86=412 (54% of max value = 765). Red value is 242 (94.92% from 255 or 58.74% from 412); Green value is 84 (33.20% from 255 or 20.39% from 412); Blue value is 86 (33.98% from 255 or 20.87% from 412); Max value from RGB is 242 - color contains mainly: red. Hex color #F25456 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #F25456 is #0DABA9. Grayscale: #838383. Windows color (decimal): -895914 or 5657842. OLE color: 5657842.
HSL color Cylindrical-coordinate representation of color #F25456: hue angle of 359.24º degrees, saturation: 0.86, 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 #F25456 is Cyan = 0, Magento = 0.65, Yellow = 0.64 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 242 | 84 | 86 | - |
| CMYK | 0 | 0.65 | 0.64 | 0.05 |
| HSL | 359.24º | 0.86% | 0.64% | - |
| HSV(B) | 359.24º | 0.65% | 0.95% | - |
| XYZ | 41.47 | 25.89 | 11.62 | - |
| YUV | 131.47 | 102.35 | 206.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 84 | 86 | 0 | 0.65 | 0.64 | 0.05 | 359.24 | 0.86 | 0.64 |
| Hex | F2 | 54 | 56 | 0 | 41 | 40 | 5 | 167 | 56 | 40 |
| Octal | 362 | 124 | 126 | 0 | 101 | 100 | 5 | 547 | 126 | 100 |
| Binary | 11110010 | 1010100 | 1010110 | 0 | 1000001 | 1000000 | 101 | 101100111 | 1010110 | 1000000 |
Color Harmonies of #F25456
Complementary color
Monochromatic Colors of #F25456
Black with #F25456
Text Example
Text Example
White with #F25456
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F25456; }
p { color: rgb(242,84,86); }
H1.HeaderClassName
{
color: #F25456;
}
.AnyTagClassName
{
color: #F25456;
}
</style>
background-color css
<style>
a { background-color: #F25456; }
a { background-color: rgb(242,84,86); }
div.DivClassName
{
background-color: #F25456;
}
.BgClassName
{
background-color: #F25456;
}
</style>
border-color css
<style>
span { border-color: #F25456; }
span { border-color: rgb(242,84,86); }
td.TdClassName
{
border-color: #F25456;
}
.TagClassName
{
border-color: #F25456;
}
</style>