Html Css Color HEX #F0083F Torch Red

📋 copy color: '#F0083F'

red 240 ◦ green 8 ◦ blue 63

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

Shades of Torch Red #F0083F

Tints of Torch Red #F0083F

RGB

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

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

 BLUE value IS 63 (25% from 255) = 20.26%

R = 77.17%
G = 2.57%
B = 20.26%

CMYK

 C value IS 0

 M value IS 0.97

 Y value IS 0.74

 K value IS 0.06

RGB Variations

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

Color information

#F0083F (or 0xF0083F) is known color: Torch Red. HEX triplet: F0, 08 and 3F. RGB value is (240,8,63). Sum of RGB (Red+Green+Blue) = 240+8+63=311 (41% of max value = 765). Red value is 240 (94.14% from 255 or 77.17% from 311); Green value is 8 (3.52% from 255 or 2.57% from 311); Blue value is 63 (25% from 255 or 20.26% from 311); Max value from RGB is 240 - color contains mainly: red. Hex color #F0083F is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #F0083F is #0FF7C0. Grayscale: #535353. Windows color (decimal): -1046465 or 4131056. OLE color: 4131056.

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

Color convert

RGB 240 8 63 -
CMYK 0 0.97 0.74 0.06
HSL 345.78º 0.94% 0.49% -
HSV(B) 345.78º 0.97% 0.94% -
XYZ 36.92 19.06 6.44 -
YUV 83.64 116.36 239.53 -
System Red Green Blue C M Y K H S L
Decimal 240 8 63 0 0.97 0.74 0.06 345.78 0.94 0.49
Hex F0 8 3F 0 61 4A 6 15A 5E 31
Octal 360 10 77 0 141 112 6 532 136 61
Binary 11110000 1000 111111 0 1100001 1001010 110 101011010 1011110 110001

Color Harmonies of #F0083F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F0083F

Black with #F0083F

Text Example


Text Example

White with #F0083F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F0083F; }

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

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

background-color css

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

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

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

border-color css

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

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

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