Shades of Tomato #FC5752
Tints of Tomato #FC5752
RGB
CMYK
RGB Variations
Color information
#FC5752 (or 0xFC5752) is known color: Tomato. HEX triplet: FC, 57 and 52. RGB value is (252,87,82). Sum of RGB (Red+Green+Blue) = 252+87+82=421 (55% of max value = 765). Red value is 252 (98.83% from 255 or 59.86% from 421); Green value is 87 (34.38% from 255 or 20.67% from 421); Blue value is 82 (32.42% from 255 or 19.48% from 421); Max value from RGB is 252 - color contains mainly: red. Hex color #FC5752 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #FC5752 is #03A8AD. Grayscale: #878787. Windows color (decimal): -239790 or 5396476. OLE color: 5396476.
HSL color Cylindrical-coordinate representation of color #FC5752: hue angle of 1.76º degrees, saturation: 0.97, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #FC5752 is Cyan = 0, Magento = 0.65, Yellow = 0.67 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 87 | 82 | - |
| CMYK | 0 | 0.65 | 0.67 | 0.01 |
| HSL | 1.76º | 0.97% | 0.65% | - |
| HSV(B) | 1.76º | 0.67% | 0.99% | - |
| XYZ | 45.08 | 28.12 | 11.03 | - |
| YUV | 135.77 | 97.66 | 210.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 87 | 82 | 0 | 0.65 | 0.67 | 0.01 | 1.76 | 0.97 | 0.65 |
| Hex | FC | 57 | 52 | 0 | 41 | 43 | 1 | 2 | 61 | 41 |
| Octal | 374 | 127 | 122 | 0 | 101 | 103 | 1 | 2 | 141 | 101 |
| Binary | 11111100 | 1010111 | 1010010 | 0 | 1000001 | 1000011 | 1 | 10 | 1100001 | 1000001 |
Color Harmonies of #FC5752
Complementary color
Monochromatic Colors of #FC5752
Black with #FC5752
Text Example
Text Example
White with #FC5752
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FC5752; }
p { color: rgb(252,87,82); }
H1.HeaderClassName
{
color: #FC5752;
}
.AnyTagClassName
{
color: #FC5752;
}
</style>
background-color css
<style>
a { background-color: #FC5752; }
a { background-color: rgb(252,87,82); }
div.DivClassName
{
background-color: #FC5752;
}
.BgClassName
{
background-color: #FC5752;
}
</style>
border-color css
<style>
span { border-color: #FC5752; }
span { border-color: rgb(252,87,82); }
td.TdClassName
{
border-color: #FC5752;
}
.TagClassName
{
border-color: #FC5752;
}
</style>