Html Css Color HEX #F00842 Torch Red

📋 copy color: '#F00842'

red 240 ◦ green 8 ◦ blue 66

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

Shades of Torch Red #F00842

Tints of Torch Red #F00842

RGB

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

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

 BLUE value IS 66 (26.17% from 255) = 21.02%

R = 76.43%
G = 2.55%
B = 21.02%

CMYK

 C value IS 0

 M value IS 0.97

 Y value IS 0.72

 K value IS 0.06

RGB Variations

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

Color information

#F00842 (or 0xF00842) is known color: Torch Red. HEX triplet: F0, 08 and 42. RGB value is (240,8,66). Sum of RGB (Red+Green+Blue) = 240+8+66=314 (41% of max value = 765). Red value is 240 (94.14% from 255 or 76.43% from 314); Green value is 8 (3.52% from 255 or 2.55% from 314); Blue value is 66 (26.17% from 255 or 21.02% from 314); Max value from RGB is 240 - color contains mainly: red. Hex color #F00842 is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #F00842 is #0FF7BD. Grayscale: #535353. Windows color (decimal): -1046462 or 4327664. OLE color: 4327664.

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

Color convert

RGB 240 8 66 -
CMYK 0 0.97 0.72 0.06
HSL 345º 0.94% 0.49% -
HSV(B) 345º 0.97% 0.94% -
XYZ 37.01 19.09 6.89 -
YUV 83.98 117.86 239.28 -
System Red Green Blue C M Y K H S L
Decimal 240 8 66 0 0.97 0.72 0.06 345 0.94 0.49
Hex F0 8 42 0 61 48 6 159 5E 31
Octal 360 10 102 0 141 110 6 531 136 61
Binary 11110000 1000 1000010 0 1100001 1001000 110 101011001 1011110 110001

Color Harmonies of #F00842

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F00842

Black with #F00842

Text Example


Text Example

White with #F00842

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F00842; }

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

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

background-color css

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

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

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

border-color css

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

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

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