Html Css Color HEX #F0083C Torch Red

📋 copy color: '#F0083C'

red 240 ◦ green 8 ◦ blue 60

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

Shades of Torch Red #F0083C

Tints of Torch Red #F0083C

RGB

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

 GREEN value IS 8 (3.52% from 255) = 2.6%

 BLUE value IS 60 (23.83% from 255) = 19.48%

R = 77.92%
G = 2.6%
B = 19.48%

CMYK

 C value IS 0

 M value IS 0.97

 Y value IS 0.75

 K value IS 0.06

RGB Variations

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

Color information

#F0083C (or 0xF0083C) is known color: Torch Red. HEX triplet: F0, 08 and 3C. RGB value is (240,8,60). Sum of RGB (Red+Green+Blue) = 240+8+60=308 (40% of max value = 765). Red value is 240 (94.14% from 255 or 77.92% from 308); Green value is 8 (3.52% from 255 or 2.60% from 308); Blue value is 60 (23.83% from 255 or 19.48% from 308); Max value from RGB is 240 - color contains mainly: red. Hex color #F0083C is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #F0083C is #0FF7C3. Grayscale: #535353. Windows color (decimal): -1046468 or 3934448. OLE color: 3934448.

HSL color Cylindrical-coordinate representation of color #F0083C: hue angle of 346.55º degrees, saturation: 0.94, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #F0083C is Cyan = 0, Magento = 0.97, Yellow = 0.75 and Black (K on CMYK) = 0.06.

Color convert

RGB 240 8 60 -
CMYK 0 0.97 0.75 0.06
HSL 346.55º 0.94% 0.49% -
HSV(B) 346.55º 0.97% 0.94% -
XYZ 36.84 19.03 6.01 -
YUV 83.3 114.86 239.77 -
System Red Green Blue C M Y K H S L
Decimal 240 8 60 0 0.97 0.75 0.06 346.55 0.94 0.49
Hex F0 8 3C 0 61 4B 6 15B 5E 31
Octal 360 10 74 0 141 113 6 533 136 61
Binary 11110000 1000 111100 0 1100001 1001011 110 101011011 1011110 110001

Color Harmonies of #F0083C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F0083C

Black with #F0083C

Text Example


Text Example

White with #F0083C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F0083C; }

 p { color: rgb(240,8,60); }

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

background-color css

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

 a { background-color: rgb(240,8,60); }

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

border-color css

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

 span { border-color: rgb(240,8,60); }

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