Html Css Color HEX #F2093B Torch Red

📋 copy color: '#F2093B'

red 242 ◦ green 9 ◦ blue 59

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

Shades of Torch Red #F2093B

Tints of Torch Red #F2093B

RGB

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

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

 BLUE value IS 59 (23.44% from 255) = 19.03%

R = 78.06%
G = 2.9%
B = 19.03%

CMYK

 C value IS 0

 M value IS 0.96

 Y value IS 0.76

 K value IS 0.05

RGB Variations

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

Color information

#F2093B (or 0xF2093B) is known color: Torch Red. HEX triplet: F2, 09 and 3B. RGB value is (242,9,59). Sum of RGB (Red+Green+Blue) = 242+9+59=310 (41% of max value = 765). Red value is 242 (94.92% from 255 or 78.06% from 310); Green value is 9 (3.91% from 255 or 2.90% from 310); Blue value is 59 (23.44% from 255 or 19.03% from 310); Max value from RGB is 242 - color contains mainly: red. Hex color #F2093B is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #F2093B is #0DF6C4. Grayscale: #545454. Windows color (decimal): -915141 or 3869170. OLE color: 3869170.

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

Color convert

RGB 242 9 59 -
CMYK 0 0.96 0.76 0.05
HSL 347.12º 0.93% 0.49% -
HSV(B) 347.12º 0.96% 0.95% -
XYZ 37.51 19.39 5.9 -
YUV 84.37 113.69 240.43 -
System Red Green Blue C M Y K H S L
Decimal 242 9 59 0 0.96 0.76 0.05 347.12 0.93 0.49
Hex F2 9 3B 0 60 4C 5 15B 5D 31
Octal 362 11 73 0 140 114 5 533 135 61
Binary 11110010 1001 111011 0 1100000 1001100 101 101011011 1011101 110001

Color Harmonies of #F2093B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F2093B

Black with #F2093B

Text Example


Text Example

White with #F2093B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F2093B; }

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

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

background-color css

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

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

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

border-color css

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

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

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