Html Css Color HEX #F1093F Torch Red

📋 copy color: '#F1093F'

red 241 ◦ green 9 ◦ blue 63

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

Shades of Torch Red #F1093F

Tints of Torch Red #F1093F

RGB

 RED value IS 241 (94.53% from 255) = 77%

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

 BLUE value IS 63 (25% from 255) = 20.13%

R = 77%
G = 2.88%
B = 20.13%

CMYK

 C value IS 0

 M value IS 0.96

 Y value IS 0.74

 K value IS 0.05

RGB Variations

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

Color information

#F1093F (or 0xF1093F) is known color: Torch Red. HEX triplet: F1, 09 and 3F. RGB value is (241,9,63). Sum of RGB (Red+Green+Blue) = 241+9+63=313 (41% of max value = 765). Red value is 241 (94.53% from 255 or 77.00% from 313); Green value is 9 (3.91% from 255 or 2.88% from 313); Blue value is 63 (25% from 255 or 20.13% from 313); Max value from RGB is 241 - color contains mainly: red. Hex color #F1093F is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #F1093F is #0EF6C0. Grayscale: #545454. Windows color (decimal): -980673 or 4131313. OLE color: 4131313.

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

Color convert

RGB 241 9 63 -
CMYK 0 0.96 0.74 0.05
HSL 346.03º 0.93% 0.49% -
HSV(B) 346.03º 0.96% 0.95% -
XYZ 37.27 19.26 6.45 -
YUV 84.52 115.86 239.61 -
System Red Green Blue C M Y K H S L
Decimal 241 9 63 0 0.96 0.74 0.05 346.03 0.93 0.49
Hex F1 9 3F 0 60 4A 5 15A 5D 31
Octal 361 11 77 0 140 112 5 532 135 61
Binary 11110001 1001 111111 0 1100000 1001010 101 101011010 1011101 110001

Color Harmonies of #F1093F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F1093F

Black with #F1093F

Text Example


Text Example

White with #F1093F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F1093F; }

 p { color: rgb(241,9,63); }

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

background-color css

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

 a { background-color: rgb(241,9,63); }

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

border-color css

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

 span { border-color: rgb(241,9,63); }

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