Html Css Color HEX #F2092A Torch Red

📋 copy color: '#F2092A'

red 242 ◦ green 9 ◦ blue 42

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

Shades of Torch Red #F2092A

Tints of Torch Red #F2092A

RGB

 RED value IS 242 (94.92% from 255) = 82.59%

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

 BLUE value IS 42 (16.8% from 255) = 14.33%

R = 82.59%
G = 3.07%
B = 14.33%

CMYK

 C value IS 0

 M value IS 0.96

 Y value IS 0.83

 K value IS 0.05

RGB Variations

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

Color information

#F2092A (or 0xF2092A) is known color: Torch Red. HEX triplet: F2, 09 and 2A. RGB value is (242,9,42). Sum of RGB (Red+Green+Blue) = 242+9+42=293 (38% of max value = 765). Red value is 242 (94.92% from 255 or 82.59% from 293); Green value is 9 (3.91% from 255 or 3.07% from 293); Blue value is 42 (16.80% from 255 or 14.33% from 293); Max value from RGB is 242 - color contains mainly: red. Hex color #F2092A is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #F2092A is #0DF6D5. Grayscale: #525252. Windows color (decimal): -915158 or 2755058. OLE color: 2755058.

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

Color convert

RGB 242 9 42 -
CMYK 0 0.96 0.83 0.05
HSL 351.5º 0.93% 0.49% -
HSV(B) 351.5º 0.96% 0.95% -
XYZ 37.13 19.24 3.95 -
YUV 82.43 105.19 241.82 -
System Red Green Blue C M Y K H S L
Decimal 242 9 42 0 0.96 0.83 0.05 351.5 0.93 0.49
Hex F2 9 2A 0 60 53 5 160 5D 31
Octal 362 11 52 0 140 123 5 540 135 61
Binary 11110010 1001 101010 0 1100000 1010011 101 101100000 1011101 110001

Color Harmonies of #F2092A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F2092A

Black with #F2092A

Text Example


Text Example

White with #F2092A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F2092A; }

 p { color: rgb(242,9,42); }

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

background-color css

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

 a { background-color: rgb(242,9,42); }

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

border-color css

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

 span { border-color: rgb(242,9,42); }

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