Shades of Tomato #F25D4D
Tints of Tomato #F25D4D
RGB
CMYK
RGB Variations
Color information
#F25D4D (or 0xF25D4D) is known color: Tomato. HEX triplet: F2, 5D and 4D. RGB value is (242,93,77). Sum of RGB (Red+Green+Blue) = 242+93+77=412 (54% of max value = 765). Red value is 242 (94.92% from 255 or 58.74% from 412); Green value is 93 (36.72% from 255 or 22.57% from 412); Blue value is 77 (30.47% from 255 or 18.69% from 412); Max value from RGB is 242 - color contains mainly: red. Hex color #F25D4D is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #F25D4D is #0DA2B2. Grayscale: #878787. Windows color (decimal): -893619 or 5070322. OLE color: 5070322.
HSL color Cylindrical-coordinate representation of color #F25D4D: hue angle of 5.82º 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 #F25D4D is Cyan = 0, Magento = 0.62, Yellow = 0.68 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 242 | 93 | 77 | - |
| CMYK | 0 | 0.62 | 0.68 | 0.05 |
| HSL | 5.82º | 0.86% | 0.63% | - |
| HSV(B) | 5.82º | 0.68% | 0.95% | - |
| XYZ | 41.87 | 27.24 | 10.07 | - |
| YUV | 135.73 | 94.86 | 203.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 93 | 77 | 0 | 0.62 | 0.68 | 0.05 | 5.82 | 0.86 | 0.63 |
| Hex | F2 | 5D | 4D | 0 | 3E | 44 | 5 | 6 | 56 | 3F |
| Octal | 362 | 135 | 115 | 0 | 76 | 104 | 5 | 6 | 126 | 77 |
| Binary | 11110010 | 1011101 | 1001101 | 0 | 111110 | 1000100 | 101 | 110 | 1010110 | 111111 |
Color Harmonies of #F25D4D
Complementary color
Monochromatic Colors of #F25D4D
Black with #F25D4D
Text Example
Text Example
White with #F25D4D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F25D4D; }
p { color: rgb(242,93,77); }
H1.HeaderClassName
{
color: #F25D4D;
}
.AnyTagClassName
{
color: #F25D4D;
}
</style>
background-color css
<style>
a { background-color: #F25D4D; }
a { background-color: rgb(242,93,77); }
div.DivClassName
{
background-color: #F25D4D;
}
.BgClassName
{
background-color: #F25D4D;
}
</style>
border-color css
<style>
span { border-color: #F25D4D; }
span { border-color: rgb(242,93,77); }
td.TdClassName
{
border-color: #F25D4D;
}
.TagClassName
{
border-color: #F25D4D;
}
</style>