Html Css Color HEX #F2092B Torch Red

📋 copy color: '#F2092B'

red 242 ◦ green 9 ◦ blue 43

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

Shades of Torch Red #F2092B

Tints of Torch Red #F2092B

RGB

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

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

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

R = 82.31%
G = 3.06%
B = 14.63%

CMYK

 C value IS 0

 M value IS 0.96

 Y value IS 0.82

 K value IS 0.05

RGB Variations

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

Color information

#F2092B (or 0xF2092B) is known color: Torch Red. HEX triplet: F2, 09 and 2B. RGB value is (242,9,43). Sum of RGB (Red+Green+Blue) = 242+9+43=294 (38% of max value = 765). Red value is 242 (94.92% from 255 or 82.31% from 294); Green value is 9 (3.91% from 255 or 3.06% from 294); Blue value is 43 (17.19% from 255 or 14.63% from 294); Max value from RGB is 242 - color contains mainly: red. Hex color #F2092B is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #F2092B is #0DF6D4. Grayscale: #525252. Windows color (decimal): -915157 or 2820594. OLE color: 2820594.

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

Color convert

RGB 242 9 43 -
CMYK 0 0.96 0.82 0.05
HSL 351.24º 0.93% 0.49% -
HSV(B) 351.24º 0.96% 0.95% -
XYZ 37.15 19.25 4.04 -
YUV 82.54 105.69 241.74 -
System Red Green Blue C M Y K H S L
Decimal 242 9 43 0 0.96 0.82 0.05 351.24 0.93 0.49
Hex F2 9 2B 0 60 52 5 15F 5D 31
Octal 362 11 53 0 140 122 5 537 135 61
Binary 11110010 1001 101011 0 1100000 1010010 101 101011111 1011101 110001

Color Harmonies of #F2092B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F2092B

Black with #F2092B

Text Example


Text Example

White with #F2092B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F2092B; }

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

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

background-color css

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

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

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

border-color css

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

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

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