Shades of Terra Cotta #F0715B
Tints of Terra Cotta #F0715B
RGB
CMYK
RGB Variations
Color information
#F0715B (or 0xF0715B) is known color: Terra Cotta. HEX triplet: F0, 71 and 5B. RGB value is (240,113,91). Sum of RGB (Red+Green+Blue) = 240+113+91=444 (58% of max value = 765). Red value is 240 (94.14% from 255 or 54.05% from 444); Green value is 113 (44.53% from 255 or 25.45% from 444); Blue value is 91 (35.94% from 255 or 20.50% from 444); Max value from RGB is 240 - color contains mainly: red. Hex color #F0715B is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #F0715B is #0F8EA4. Grayscale: #949494. Windows color (decimal): -1019557 or 5992944. OLE color: 5992944.
HSL color Cylindrical-coordinate representation of color #F0715B: hue angle of 8.86º degrees, saturation: 0.83, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #F0715B is Cyan = 0, Magento = 0.53, Yellow = 0.62 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 240 | 113 | 91 | - |
| CMYK | 0 | 0.53 | 0.62 | 0.06 |
| HSL | 8.86º | 0.83% | 0.65% | - |
| HSV(B) | 8.86º | 0.62% | 0.94% | - |
| XYZ | 43.73 | 31.09 | 13.59 | - |
| YUV | 148.47 | 95.58 | 193.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 113 | 91 | 0 | 0.53 | 0.62 | 0.06 | 8.86 | 0.83 | 0.65 |
| Hex | F0 | 71 | 5B | 0 | 35 | 3E | 6 | 9 | 53 | 41 |
| Octal | 360 | 161 | 133 | 0 | 65 | 76 | 6 | 11 | 123 | 101 |
| Binary | 11110000 | 1110001 | 1011011 | 0 | 110101 | 111110 | 110 | 1001 | 1010011 | 1000001 |
Color Harmonies of #F0715B
Complementary color
Monochromatic Colors of #F0715B
Black with #F0715B
Text Example
Text Example
White with #F0715B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F0715B; }
p { color: rgb(240,113,91); }
H1.HeaderClassName
{
color: #F0715B;
}
.AnyTagClassName
{
color: #F0715B;
}
</style>
background-color css
<style>
a { background-color: #F0715B; }
a { background-color: rgb(240,113,91); }
div.DivClassName
{
background-color: #F0715B;
}
.BgClassName
{
background-color: #F0715B;
}
</style>
border-color css
<style>
span { border-color: #F0715B; }
span { border-color: rgb(240,113,91); }
td.TdClassName
{
border-color: #F0715B;
}
.TagClassName
{
border-color: #F0715B;
}
</style>