Shades of Tomato #F25D4B
Tints of Tomato #F25D4B
RGB
CMYK
RGB Variations
Color information
#F25D4B (or 0xF25D4B) is known color: Tomato. HEX triplet: F2, 5D and 4B. RGB value is (242,93,75). Sum of RGB (Red+Green+Blue) = 242+93+75=410 (54% of max value = 765). Red value is 242 (94.92% from 255 or 59.02% from 410); Green value is 93 (36.72% from 255 or 22.68% from 410); Blue value is 75 (29.69% from 255 or 18.29% from 410); Max value from RGB is 242 - color contains mainly: red. Hex color #F25D4B is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #F25D4B is #0DA2B4. Grayscale: #878787. Windows color (decimal): -893621 or 4939250. OLE color: 4939250.
HSL color Cylindrical-coordinate representation of color #F25D4B: hue angle of 6.47º degrees, saturation: 0.87, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #F25D4B is Cyan = 0, Magento = 0.62, Yellow = 0.69 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 242 | 93 | 75 | - |
| CMYK | 0 | 0.62 | 0.69 | 0.05 |
| HSL | 6.47º | 0.87% | 0.62% | - |
| HSV(B) | 6.47º | 0.69% | 0.95% | - |
| XYZ | 41.8 | 27.21 | 9.71 | - |
| YUV | 135.5 | 93.86 | 203.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 93 | 75 | 0 | 0.62 | 0.69 | 0.05 | 6.47 | 0.87 | 0.62 |
| Hex | F2 | 5D | 4B | 0 | 3E | 45 | 5 | 6 | 57 | 3E |
| Octal | 362 | 135 | 113 | 0 | 76 | 105 | 5 | 6 | 127 | 76 |
| Binary | 11110010 | 1011101 | 1001011 | 0 | 111110 | 1000101 | 101 | 110 | 1010111 | 111110 |
Color Harmonies of #F25D4B
Complementary color
Monochromatic Colors of #F25D4B
Black with #F25D4B
Text Example
Text Example
White with #F25D4B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F25D4B; }
p { color: rgb(242,93,75); }
H1.HeaderClassName
{
color: #F25D4B;
}
.AnyTagClassName
{
color: #F25D4B;
}
</style>
background-color css
<style>
a { background-color: #F25D4B; }
a { background-color: rgb(242,93,75); }
div.DivClassName
{
background-color: #F25D4B;
}
.BgClassName
{
background-color: #F25D4B;
}
</style>
border-color css
<style>
span { border-color: #F25D4B; }
span { border-color: rgb(242,93,75); }
td.TdClassName
{
border-color: #F25D4B;
}
.TagClassName
{
border-color: #F25D4B;
}
</style>