Html Css Color HEX #F07460 Terra Cotta

📋 copy color: '#F07460'

red 240 ◦ green 116 ◦ blue 96

#F07460
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Terra Cotta #F07460

Tints of Terra Cotta #F07460

RGB

 RED value IS 240 (94.14% from 255) = 53.1%

 GREEN value IS 116 (45.7% from 255) = 25.66%

 BLUE value IS 96 (37.89% from 255) = 21.24%

R = 53.1%
G = 25.66%
B = 21.24%

CMYK

 C value IS 0

 M value IS 0.52

 Y value IS 0.6

 K value IS 0.06

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

Color information

#F07460 (or 0xF07460) is known color: Terra Cotta. HEX triplet: F0, 74 and 60. RGB value is (240,116,96). Sum of RGB (Red+Green+Blue) = 240+116+96=452 (59% of max value = 765). Red value is 240 (94.14% from 255 or 53.10% from 452); Green value is 116 (45.70% from 255 or 25.66% from 452); Blue value is 96 (37.89% from 255 or 21.24% from 452); Max value from RGB is 240 - color contains mainly: red. Hex color #F07460 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #F07460 is #0F8B9F. Grayscale: #979797. Windows color (decimal): -1018784 or 6321392. OLE color: 6321392.

HSL color Cylindrical-coordinate representation of color #F07460: hue angle of 8.33º 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 #F07460 is Cyan = 0, Magento = 0.52, Yellow = 0.6 and Black (K on CMYK) = 0.06.

Color convert

RGB 240 116 96 -
CMYK 0 0.52 0.6 0.06
HSL 8.33º 0.83% 0.66% -
HSV(B) 8.33º 0.6% 0.94% -
XYZ 44.29 31.86 14.88 -
YUV 150.8 97.08 191.63 -
System Red Green Blue C M Y K H S L
Decimal 240 116 96 0 0.52 0.6 0.06 8.33 0.83 0.66
Hex F0 74 60 0 34 3C 6 8 53 42
Octal 360 164 140 0 64 74 6 10 123 102
Binary 11110000 1110100 1100000 0 110100 111100 110 1000 1010011 1000010

Color Harmonies of #F07460

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F07460

Black with #F07460

Text Example


Text Example

White with #F07460

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F07460; }

 p { color: rgb(240,116,96); }

 H1.HeaderClassName
 {
   color: #F07460;
 }
 .AnyTagClassName
 {
   color: #F07460;
 }
</style>

background-color css

<style>
 a { background-color: #F07460; }

 a { background-color: rgb(240,116,96); }

 div.DivClassName
 {
   background-color: #F07460;
 }
 .BgClassName
 {
   background-color: #F07460;
 }
</style>

border-color css

<style>
 span { border-color: #F07460; }

 span { border-color: rgb(240,116,96); }

 td.TdClassName
 {
   border-color: #F07460;
 }
 .TagClassName
 {
   border-color: #F07460;
 }
</style>