Shades of Tomato #FF6950
Tints of Tomato #FF6950
RGB
CMYK
RGB Variations
Color information
#FF6950 (or 0xFF6950) is known color: Tomato. HEX triplet: FF, 69 and 50. RGB value is (255,105,80). Sum of RGB (Red+Green+Blue) = 255+105+80=440 (58% of max value = 765). Red value is 255 (100% from 255 or 57.95% from 440); Green value is 105 (41.41% from 255 or 23.86% from 440); Blue value is 80 (31.64% from 255 or 18.18% from 440); Max value from RGB is 255 - color contains mainly: red. Hex color #FF6950 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #FF6950 is #0096AF. Grayscale: #939393. Windows color (decimal): -38576 or 5270015. OLE color: 5270015.
HSL color Cylindrical-coordinate representation of color #FF6950: hue angle of 8.57º 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 #FF6950 is Cyan = 0, Magento = 0.59, Yellow = 0.69 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 105 | 80 | - |
| CMYK | 0 | 0.59 | 0.69 | 0 |
| HSL | 8.57º | 1% | 0.66% | - |
| HSV(B) | 8.57º | 0.69% | 1% | - |
| XYZ | 47.74 | 31.94 | 11.24 | - |
| YUV | 147 | 90.2 | 205.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 105 | 80 | 0 | 0.59 | 0.69 | 0 | 8.57 | 1 | 0.66 |
| Hex | FF | 69 | 50 | 0 | 3B | 45 | 0 | 9 | 64 | 42 |
| Octal | 377 | 151 | 120 | 0 | 73 | 105 | 0 | 11 | 144 | 102 |
| Binary | 11111111 | 1101001 | 1010000 | 0 | 111011 | 1000101 | 0 | 1001 | 1100100 | 1000010 |
Color Harmonies of #FF6950
Complementary color
Monochromatic Colors of #FF6950
Black with #FF6950
Text Example
Text Example
White with #FF6950
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF6950; }
p { color: rgb(255,105,80); }
H1.HeaderClassName
{
color: #FF6950;
}
.AnyTagClassName
{
color: #FF6950;
}
</style>
background-color css
<style>
a { background-color: #FF6950; }
a { background-color: rgb(255,105,80); }
div.DivClassName
{
background-color: #FF6950;
}
.BgClassName
{
background-color: #FF6950;
}
</style>
border-color css
<style>
span { border-color: #FF6950; }
span { border-color: rgb(255,105,80); }
td.TdClassName
{
border-color: #FF6950;
}
.TagClassName
{
border-color: #FF6950;
}
</style>