Html Css Color HEX #F00942 Torch Red

📋 copy color: '#F00942'

red 240 ◦ green 9 ◦ blue 66

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

Shades of Torch Red #F00942

Tints of Torch Red #F00942

RGB

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

 GREEN value IS 9 (3.91% from 255) = 2.86%

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

R = 76.19%
G = 2.86%
B = 20.95%

CMYK

 C value IS 0

 M value IS 0.96

 Y value IS 0.72

 K value IS 0.06

RGB Variations

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

Color information

#F00942 (or 0xF00942) is known color: Torch Red. HEX triplet: F0, 09 and 42. RGB value is (240,9,66). Sum of RGB (Red+Green+Blue) = 240+9+66=315 (41% of max value = 765). Red value is 240 (94.14% from 255 or 76.19% from 315); Green value is 9 (3.91% from 255 or 2.86% from 315); Blue value is 66 (26.17% from 255 or 20.95% from 315); Max value from RGB is 240 - color contains mainly: red. Hex color #F00942 is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #F00942 is #0FF6BD. Grayscale: #545454. Windows color (decimal): -1046206 or 4327920. OLE color: 4327920.

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

Color convert

RGB 240 9 66 -
CMYK 0 0.96 0.72 0.06
HSL 345.19º 0.93% 0.49% -
HSV(B) 345.19º 0.96% 0.94% -
XYZ 37.02 19.11 6.89 -
YUV 84.57 117.53 238.87 -
System Red Green Blue C M Y K H S L
Decimal 240 9 66 0 0.96 0.72 0.06 345.19 0.93 0.49
Hex F0 9 42 0 60 48 6 159 5D 31
Octal 360 11 102 0 140 110 6 531 135 61
Binary 11110000 1001 1000010 0 1100000 1001000 110 101011001 1011101 110001

Color Harmonies of #F00942

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F00942

Black with #F00942

Text Example


Text Example

White with #F00942

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F00942; }

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

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

background-color css

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

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

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

border-color css

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

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

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