Html Css Color HEX #F07560 Terra Cotta

📋 copy color: '#F07560'

red 240 ◦ green 117 ◦ blue 96

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

Shades of Terra Cotta #F07560

Tints of Terra Cotta #F07560

RGB

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

 GREEN value IS 117 (46.09% from 255) = 25.83%

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

R = 52.98%
G = 25.83%
B = 21.19%

CMYK

 C value IS 0

 M value IS 0.51

 Y value IS 0.6

 K value IS 0.06

RGB Variations

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

Color information

#F07560 (or 0xF07560) is known color: Terra Cotta. HEX triplet: F0, 75 and 60. RGB value is (240,117,96). Sum of RGB (Red+Green+Blue) = 240+117+96=453 (60% of max value = 765). Red value is 240 (94.14% from 255 or 52.98% from 453); Green value is 117 (46.09% from 255 or 25.83% from 453); Blue value is 96 (37.89% from 255 or 21.19% from 453); Max value from RGB is 240 - color contains mainly: red. Hex color #F07560 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #F07560 is #0F8A9F. Grayscale: #979797. Windows color (decimal): -1018528 or 6321648. OLE color: 6321648.

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

Color convert

RGB 240 117 96 -
CMYK 0 0.51 0.6 0.06
HSL 8.75º 0.83% 0.66% -
HSV(B) 8.75º 0.6% 0.94% -
XYZ 44.41 32.09 14.92 -
YUV 151.38 96.75 191.21 -
System Red Green Blue C M Y K H S L
Decimal 240 117 96 0 0.51 0.6 0.06 8.75 0.83 0.66
Hex F0 75 60 0 33 3C 6 9 53 42
Octal 360 165 140 0 63 74 6 11 123 102
Binary 11110000 1110101 1100000 0 110011 111100 110 1001 1010011 1000010

Color Harmonies of #F07560

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F07560

Black with #F07560

Text Example


Text Example

White with #F07560

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F07560; }

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

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

background-color css

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

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

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

border-color css

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

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

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