Shades of Terra Cotta #F0765F
Tints of Terra Cotta #F0765F
RGB
CMYK
RGB Variations
Color information
#F0765F (or 0xF0765F) is known color: Terra Cotta. HEX triplet: F0, 76 and 5F. RGB value is (240,118,95). Sum of RGB (Red+Green+Blue) = 240+118+95=453 (60% of max value = 765). Red value is 240 (94.14% from 255 or 52.98% from 453); Green value is 118 (46.48% from 255 or 26.05% from 453); Blue value is 95 (37.5% from 255 or 20.97% from 453); Max value from RGB is 240 - color contains mainly: red. Hex color #F0765F is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #F0765F is #0F89A0. Grayscale: #989898. Windows color (decimal): -1018273 or 6256368. OLE color: 6256368.
HSL color Cylindrical-coordinate representation of color #F0765F: hue angle of 9.52º degrees, saturation: 0.83, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #F0765F is Cyan = 0, Magento = 0.51, Yellow = 0.60 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 240 | 118 | 95 | - |
| CMYK | 0 | 0.51 | 0.60 | 0.06 |
| HSL | 9.52º | 0.83% | 0.66% | - |
| HSV(B) | 9.52º | 0.6% | 0.94% | - |
| XYZ | 44.48 | 32.31 | 14.72 | - |
| YUV | 151.86 | 95.92 | 190.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 118 | 95 | 0 | 0.51 | 0.60 | 0.06 | 9.52 | 0.83 | 0.66 |
| Hex | F0 | 76 | 5F | 0 | 33 | 3C | 6 | A | 53 | 42 |
| Octal | 360 | 166 | 137 | 0 | 63 | 74 | 6 | 12 | 123 | 102 |
| Binary | 11110000 | 1110110 | 1011111 | 0 | 110011 | 111100 | 110 | 1010 | 1010011 | 1000010 |
Color Harmonies of #F0765F
Complementary color
Monochromatic Colors of #F0765F
Black with #F0765F
Text Example
Text Example
White with #F0765F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F0765F; }
p { color: rgb(240,118,95); }
H1.HeaderClassName
{
color: #F0765F;
}
.AnyTagClassName
{
color: #F0765F;
}
</style>
background-color css
<style>
a { background-color: #F0765F; }
a { background-color: rgb(240,118,95); }
div.DivClassName
{
background-color: #F0765F;
}
.BgClassName
{
background-color: #F0765F;
}
</style>
border-color css
<style>
span { border-color: #F0765F; }
span { border-color: rgb(240,118,95); }
td.TdClassName
{
border-color: #F0765F;
}
.TagClassName
{
border-color: #F0765F;
}
</style>