Html Css Color HEX #F2093C Torch Red

📋 copy color: '#F2093C'

red 242 ◦ green 9 ◦ blue 60

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

Shades of Torch Red #F2093C

Tints of Torch Red #F2093C

RGB

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

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

 BLUE value IS 60 (23.83% from 255) = 19.29%

R = 77.81%
G = 2.89%
B = 19.29%

CMYK

 C value IS 0

 M value IS 0.96

 Y value IS 0.75

 K value IS 0.05

RGB Variations

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

Color information

#F2093C (or 0xF2093C) is known color: Torch Red. HEX triplet: F2, 09 and 3C. RGB value is (242,9,60). Sum of RGB (Red+Green+Blue) = 242+9+60=311 (41% of max value = 765). Red value is 242 (94.92% from 255 or 77.81% from 311); Green value is 9 (3.91% from 255 or 2.89% from 311); Blue value is 60 (23.83% from 255 or 19.29% from 311); Max value from RGB is 242 - color contains mainly: red. Hex color #F2093C is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #F2093C is #0DF6C3. Grayscale: #545454. Windows color (decimal): -915140 or 3934706. OLE color: 3934706.

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

Color convert

RGB 242 9 60 -
CMYK 0 0.96 0.75 0.05
HSL 346.87º 0.93% 0.49% -
HSV(B) 346.87º 0.96% 0.95% -
XYZ 37.53 19.4 6.04 -
YUV 84.48 114.19 240.35 -
System Red Green Blue C M Y K H S L
Decimal 242 9 60 0 0.96 0.75 0.05 346.87 0.93 0.49
Hex F2 9 3C 0 60 4B 5 15B 5D 31
Octal 362 11 74 0 140 113 5 533 135 61
Binary 11110010 1001 111100 0 1100000 1001011 101 101011011 1011101 110001

Color Harmonies of #F2093C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F2093C

Black with #F2093C

Text Example


Text Example

White with #F2093C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F2093C; }

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

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

background-color css

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

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

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

border-color css

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

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

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