Shades of Tomato #FF6152
Tints of Tomato #FF6152
RGB
CMYK
RGB Variations
Color information
#FF6152 (or 0xFF6152) is known color: Tomato. HEX triplet: FF, 61 and 52. RGB value is (255,97,82). Sum of RGB (Red+Green+Blue) = 255+97+82=434 (57% of max value = 765). Red value is 255 (100% from 255 or 58.76% from 434); Green value is 97 (38.28% from 255 or 22.35% from 434); Blue value is 82 (32.42% from 255 or 18.89% from 434); Max value from RGB is 255 - color contains mainly: red. Hex color #FF6152 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #FF6152 is #009EAD. Grayscale: #8E8E8E. Windows color (decimal): -40622 or 5399039. OLE color: 5399039.
HSL color Cylindrical-coordinate representation of color #FF6152: hue angle of 5.2º degrees, saturation: 1, lightness: 0.66%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #FF6152 is Cyan = 0, Magento = 0.62, Yellow = 0.68 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 97 | 82 | - |
| CMYK | 0 | 0.62 | 0.68 | 0 |
| HSL | 5.2º | 1% | 0.66% | - |
| HSV(B) | 5.2º | 0.68% | 1% | - |
| XYZ | 47.04 | 30.42 | 11.37 | - |
| YUV | 142.53 | 93.85 | 208.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 97 | 82 | 0 | 0.62 | 0.68 | 0 | 5.2 | 1 | 0.66 |
| Hex | FF | 61 | 52 | 0 | 3E | 44 | 0 | 5 | 64 | 42 |
| Octal | 377 | 141 | 122 | 0 | 76 | 104 | 0 | 5 | 144 | 102 |
| Binary | 11111111 | 1100001 | 1010010 | 0 | 111110 | 1000100 | 0 | 101 | 1100100 | 1000010 |
Color Harmonies of #FF6152
Complementary color
Monochromatic Colors of #FF6152
Black with #FF6152
Text Example
Text Example
White with #FF6152
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF6152; }
p { color: rgb(255,97,82); }
H1.HeaderClassName
{
color: #FF6152;
}
.AnyTagClassName
{
color: #FF6152;
}
</style>
background-color css
<style>
a { background-color: #FF6152; }
a { background-color: rgb(255,97,82); }
div.DivClassName
{
background-color: #FF6152;
}
.BgClassName
{
background-color: #FF6152;
}
</style>
border-color css
<style>
span { border-color: #FF6152; }
span { border-color: rgb(255,97,82); }
td.TdClassName
{
border-color: #FF6152;
}
.TagClassName
{
border-color: #FF6152;
}
</style>