Shades of Tomato #F25F4D
Tints of Tomato #F25F4D
RGB
CMYK
RGB Variations
Color information
#F25F4D (or 0xF25F4D) is known color: Tomato. HEX triplet: F2, 5F and 4D. RGB value is (242,95,77). Sum of RGB (Red+Green+Blue) = 242+95+77=414 (54% of max value = 765). Red value is 242 (94.92% from 255 or 58.45% from 414); Green value is 95 (37.5% from 255 or 22.95% from 414); Blue value is 77 (30.47% from 255 or 18.60% from 414); Max value from RGB is 242 - color contains mainly: red. Hex color #F25F4D is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #F25F4D is #0DA0B2. Grayscale: #898989. Windows color (decimal): -893107 or 5070834. OLE color: 5070834.
HSL color Cylindrical-coordinate representation of color #F25F4D: hue angle of 6.55º degrees, saturation: 0.86, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #F25F4D is Cyan = 0, Magento = 0.61, Yellow = 0.68 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 242 | 95 | 77 | - |
| CMYK | 0 | 0.61 | 0.68 | 0.05 |
| HSL | 6.55º | 0.86% | 0.63% | - |
| HSV(B) | 6.55º | 0.68% | 0.95% | - |
| XYZ | 42.05 | 27.6 | 10.13 | - |
| YUV | 136.9 | 94.2 | 202.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 95 | 77 | 0 | 0.61 | 0.68 | 0.05 | 6.55 | 0.86 | 0.63 |
| Hex | F2 | 5F | 4D | 0 | 3D | 44 | 5 | 7 | 56 | 3F |
| Octal | 362 | 137 | 115 | 0 | 75 | 104 | 5 | 7 | 126 | 77 |
| Binary | 11110010 | 1011111 | 1001101 | 0 | 111101 | 1000100 | 101 | 111 | 1010110 | 111111 |
Color Harmonies of #F25F4D
Complementary color
Monochromatic Colors of #F25F4D
Black with #F25F4D
Text Example
Text Example
White with #F25F4D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F25F4D; }
p { color: rgb(242,95,77); }
H1.HeaderClassName
{
color: #F25F4D;
}
.AnyTagClassName
{
color: #F25F4D;
}
</style>
background-color css
<style>
a { background-color: #F25F4D; }
a { background-color: rgb(242,95,77); }
div.DivClassName
{
background-color: #F25F4D;
}
.BgClassName
{
background-color: #F25F4D;
}
</style>
border-color css
<style>
span { border-color: #F25F4D; }
span { border-color: rgb(242,95,77); }
td.TdClassName
{
border-color: #F25F4D;
}
.TagClassName
{
border-color: #F25F4D;
}
</style>