Html Css Color HEX #F0083B Torch Red

📋 copy color: '#F0083B'

red 240 ◦ green 8 ◦ blue 59

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

Shades of Torch Red #F0083B

Tints of Torch Red #F0083B

RGB

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

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

 BLUE value IS 59 (23.44% from 255) = 19.22%

R = 78.18%
G = 2.61%
B = 19.22%

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

#F0083B (or 0xF0083B) is known color: Torch Red. HEX triplet: F0, 08 and 3B. RGB value is (240,8,59). Sum of RGB (Red+Green+Blue) = 240+8+59=307 (40% of max value = 765). Red value is 240 (94.14% from 255 or 78.18% from 307); Green value is 8 (3.52% from 255 or 2.61% from 307); Blue value is 59 (23.44% from 255 or 19.22% from 307); Max value from RGB is 240 - color contains mainly: red. Hex color #F0083B is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #F0083B is #0FF7C4. Grayscale: #535353. Windows color (decimal): -1046469 or 3868912. OLE color: 3868912.

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

Color convert

RGB 240 8 59 -
CMYK 0 0.97 0.75 0.06
HSL 346.81º 0.94% 0.49% -
HSV(B) 346.81º 0.97% 0.94% -
XYZ 36.81 19.01 5.87 -
YUV 83.18 114.36 239.85 -
System Red Green Blue C M Y K H S L
Decimal 240 8 59 0 0.97 0.75 0.06 346.81 0.94 0.49
Hex F0 8 3B 0 61 4B 6 15B 5E 31
Octal 360 10 73 0 141 113 6 533 136 61
Binary 11110000 1000 111011 0 1100001 1001011 110 101011011 1011110 110001

Color Harmonies of #F0083B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F0083B

Black with #F0083B

Text Example


Text Example

White with #F0083B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F0083B; }

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

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

background-color css

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

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

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

border-color css

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

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

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