Html Css Color HEX #F0093C Torch Red

📋 copy color: '#F0093C'

red 240 ◦ green 9 ◦ blue 60

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

Shades of Torch Red #F0093C

Tints of Torch Red #F0093C

RGB

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

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

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

R = 77.67%
G = 2.91%
B = 19.42%

CMYK

 C value IS 0

 M value IS 0.96

 Y value IS 0.75

 K value IS 0.06

RGB Variations

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

Color information

#F0093C (or 0xF0093C) is known color: Torch Red. HEX triplet: F0, 09 and 3C. RGB value is (240,9,60). Sum of RGB (Red+Green+Blue) = 240+9+60=309 (40% of max value = 765). Red value is 240 (94.14% from 255 or 77.67% from 309); Green value is 9 (3.91% from 255 or 2.91% from 309); Blue value is 60 (23.83% from 255 or 19.42% from 309); Max value from RGB is 240 - color contains mainly: red. Hex color #F0093C is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #F0093C is #0FF6C3. Grayscale: #535353. Windows color (decimal): -1046212 or 3934704. OLE color: 3934704.

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

Color convert

RGB 240 9 60 -
CMYK 0 0.96 0.75 0.06
HSL 346.75º 0.93% 0.49% -
HSV(B) 346.75º 0.96% 0.94% -
XYZ 36.85 19.05 6.01 -
YUV 83.88 114.53 239.35 -
System Red Green Blue C M Y K H S L
Decimal 240 9 60 0 0.96 0.75 0.06 346.75 0.93 0.49
Hex F0 9 3C 0 60 4B 6 15B 5D 31
Octal 360 11 74 0 140 113 6 533 135 61
Binary 11110000 1001 111100 0 1100000 1001011 110 101011011 1011101 110001

Color Harmonies of #F0093C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F0093C

Black with #F0093C

Text Example


Text Example

White with #F0093C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F0093C; }

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

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

background-color css

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

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

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

border-color css

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

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

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