Html Css Color HEX #F0705B Terra Cotta

📋 copy color: '#F0705B'

red 240 ◦ green 112 ◦ blue 91

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

Shades of Terra Cotta #F0705B

Tints of Terra Cotta #F0705B

RGB

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

 GREEN value IS 112 (44.14% from 255) = 25.28%

 BLUE value IS 91 (35.94% from 255) = 20.54%

R = 54.18%
G = 25.28%
B = 20.54%

CMYK

 C value IS 0

 M value IS 0.53

 Y value IS 0.62

 K value IS 0.06

RGB Variations

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

Color information

#F0705B (or 0xF0705B) is known color: Terra Cotta. HEX triplet: F0, 70 and 5B. RGB value is (240,112,91). Sum of RGB (Red+Green+Blue) = 240+112+91=443 (58% of max value = 765). Red value is 240 (94.14% from 255 or 54.18% from 443); Green value is 112 (44.14% from 255 or 25.28% from 443); Blue value is 91 (35.94% from 255 or 20.54% from 443); Max value from RGB is 240 - color contains mainly: red. Hex color #F0705B is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #F0705B is #0F8FA4. Grayscale: #949494. Windows color (decimal): -1019813 or 5992688. OLE color: 5992688.

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

Color convert

RGB 240 112 91 -
CMYK 0 0.53 0.62 0.06
HSL 8.46º 0.83% 0.65% -
HSV(B) 8.46º 0.62% 0.94% -
XYZ 43.62 30.87 13.56 -
YUV 147.88 95.91 193.71 -
System Red Green Blue C M Y K H S L
Decimal 240 112 91 0 0.53 0.62 0.06 8.46 0.83 0.65
Hex F0 70 5B 0 35 3E 6 8 53 41
Octal 360 160 133 0 65 76 6 10 123 101
Binary 11110000 1110000 1011011 0 110101 111110 110 1000 1010011 1000001

Color Harmonies of #F0705B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F0705B

Black with #F0705B

Text Example


Text Example

White with #F0705B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F0705B; }

 p { color: rgb(240,112,91); }

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

background-color css

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

 a { background-color: rgb(240,112,91); }

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

border-color css

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

 span { border-color: rgb(240,112,91); }

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