Shades of Tomato #FF6552
Tints of Tomato #FF6552
RGB
CMYK
RGB Variations
Color information
#FF6552 (or 0xFF6552) is known color: Tomato. HEX triplet: FF, 65 and 52. RGB value is (255,101,82). Sum of RGB (Red+Green+Blue) = 255+101+82=438 (58% of max value = 765). Red value is 255 (100% from 255 or 58.22% from 438); Green value is 101 (39.84% from 255 or 23.06% from 438); Blue value is 82 (32.42% from 255 or 18.72% from 438); Max value from RGB is 255 - color contains mainly: red. Hex color #FF6552 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #FF6552 is #009AAD. Grayscale: #919191. Windows color (decimal): -39598 or 5400063. OLE color: 5400063.
HSL color Cylindrical-coordinate representation of color #FF6552: hue angle of 6.59º 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 #FF6552 is Cyan = 0, Magento = 0.60, Yellow = 0.68 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 101 | 82 | - |
| CMYK | 0 | 0.60 | 0.68 | 0 |
| HSL | 6.59º | 1% | 0.66% | - |
| HSV(B) | 6.59º | 0.68% | 1% | - |
| XYZ | 47.42 | 31.18 | 11.5 | - |
| YUV | 144.88 | 92.52 | 206.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 101 | 82 | 0 | 0.60 | 0.68 | 0 | 6.59 | 1 | 0.66 |
| Hex | FF | 65 | 52 | 0 | 3C | 44 | 0 | 7 | 64 | 42 |
| Octal | 377 | 145 | 122 | 0 | 74 | 104 | 0 | 7 | 144 | 102 |
| Binary | 11111111 | 1100101 | 1010010 | 0 | 111100 | 1000100 | 0 | 111 | 1100100 | 1000010 |
Color Harmonies of #FF6552
Complementary color
Monochromatic Colors of #FF6552
Black with #FF6552
Text Example
Text Example
White with #FF6552
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF6552; }
p { color: rgb(255,101,82); }
H1.HeaderClassName
{
color: #FF6552;
}
.AnyTagClassName
{
color: #FF6552;
}
</style>
background-color css
<style>
a { background-color: #FF6552; }
a { background-color: rgb(255,101,82); }
div.DivClassName
{
background-color: #FF6552;
}
.BgClassName
{
background-color: #FF6552;
}
</style>
border-color css
<style>
span { border-color: #FF6552; }
span { border-color: rgb(255,101,82); }
td.TdClassName
{
border-color: #FF6552;
}
.TagClassName
{
border-color: #FF6552;
}
</style>