Shades of Tomato #FF6350
Tints of Tomato #FF6350
RGB
CMYK
RGB Variations
Color information
#FF6350 (or 0xFF6350) is known color: Tomato. HEX triplet: FF, 63 and 50. RGB value is (255,99,80). Sum of RGB (Red+Green+Blue) = 255+99+80=434 (57% of max value = 765). Red value is 255 (100% from 255 or 58.76% from 434); Green value is 99 (39.06% from 255 or 22.81% from 434); Blue value is 80 (31.64% from 255 or 18.43% from 434); Max value from RGB is 255 - color contains mainly: red. Hex color #FF6350 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #FF6350 is #009CAF. Grayscale: #8F8F8F. Windows color (decimal): -40112 or 5268479. OLE color: 5268479.
HSL color Cylindrical-coordinate representation of color #FF6350: hue angle of 6.51º degrees, saturation: 1, lightness: 0.66%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #FF6350 is Cyan = 0, Magento = 0.61, Yellow = 0.69 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 99 | 80 | - |
| CMYK | 0 | 0.61 | 0.69 | 0 |
| HSL | 6.51º | 1% | 0.66% | - |
| HSV(B) | 6.51º | 0.69% | 1% | - |
| XYZ | 47.15 | 30.76 | 11.04 | - |
| YUV | 143.48 | 92.18 | 207.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 99 | 80 | 0 | 0.61 | 0.69 | 0 | 6.51 | 1 | 0.66 |
| Hex | FF | 63 | 50 | 0 | 3D | 45 | 0 | 7 | 64 | 42 |
| Octal | 377 | 143 | 120 | 0 | 75 | 105 | 0 | 7 | 144 | 102 |
| Binary | 11111111 | 1100011 | 1010000 | 0 | 111101 | 1000101 | 0 | 111 | 1100100 | 1000010 |
Color Harmonies of #FF6350
Complementary color
Monochromatic Colors of #FF6350
Black with #FF6350
Text Example
Text Example
White with #FF6350
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF6350; }
p { color: rgb(255,99,80); }
H1.HeaderClassName
{
color: #FF6350;
}
.AnyTagClassName
{
color: #FF6350;
}
</style>
background-color css
<style>
a { background-color: #FF6350; }
a { background-color: rgb(255,99,80); }
div.DivClassName
{
background-color: #FF6350;
}
.BgClassName
{
background-color: #FF6350;
}
</style>
border-color css
<style>
span { border-color: #FF6350; }
span { border-color: rgb(255,99,80); }
td.TdClassName
{
border-color: #FF6350;
}
.TagClassName
{
border-color: #FF6350;
}
</style>