Html Css Color HEX #F0082B Torch Red

📋 copy color: '#F0082B'

red 240 ◦ green 8 ◦ blue 43

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

Shades of Torch Red #F0082B

Tints of Torch Red #F0082B

RGB

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

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

 BLUE value IS 43 (17.19% from 255) = 14.78%

R = 82.47%
G = 2.75%
B = 14.78%

CMYK

 C value IS 0

 M value IS 0.97

 Y value IS 0.82

 K value IS 0.06

RGB Variations

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

Color information

#F0082B (or 0xF0082B) is known color: Torch Red. HEX triplet: F0, 08 and 2B. RGB value is (240,8,43). Sum of RGB (Red+Green+Blue) = 240+8+43=291 (38% of max value = 765). Red value is 240 (94.14% from 255 or 82.47% from 291); Green value is 8 (3.52% from 255 or 2.75% from 291); Blue value is 43 (17.19% from 255 or 14.78% from 291); Max value from RGB is 240 - color contains mainly: red. Hex color #F0082B is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #F0082B is #0FF7D4. Grayscale: #515151. Windows color (decimal): -1046485 or 2820336. OLE color: 2820336.

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

Color convert

RGB 240 8 43 -
CMYK 0 0.97 0.82 0.06
HSL 350.95º 0.94% 0.49% -
HSV(B) 350.95º 0.97% 0.94% -
XYZ 36.46 18.87 4.01 -
YUV 81.36 106.36 241.15 -
System Red Green Blue C M Y K H S L
Decimal 240 8 43 0 0.97 0.82 0.06 350.95 0.94 0.49
Hex F0 8 2B 0 61 52 6 15F 5E 31
Octal 360 10 53 0 141 122 6 537 136 61
Binary 11110000 1000 101011 0 1100001 1010010 110 101011111 1011110 110001

Color Harmonies of #F0082B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F0082B

Black with #F0082B

Text Example


Text Example

White with #F0082B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F0082B; }

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

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

background-color css

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

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

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

border-color css

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

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

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