Html Css Color HEX #F1043E Torch Red

📋 copy color: '#F1043E'

red 241 ◦ green 4 ◦ blue 62

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

Shades of Torch Red #F1043E

Tints of Torch Red #F1043E

RGB

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

 GREEN value IS 4 (1.95% from 255) = 1.3%

 BLUE value IS 62 (24.61% from 255) = 20.2%

R = 78.5%
G = 1.3%
B = 20.2%

CMYK

 C value IS 0

 M value IS 0.98

 Y value IS 0.74

 K value IS 0.05

RGB Variations

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

Color information

#F1043E (or 0xF1043E) is known color: Torch Red. HEX triplet: F1, 04 and 3E. RGB value is (241,4,62). Sum of RGB (Red+Green+Blue) = 241+4+62=307 (40% of max value = 765). Red value is 241 (94.53% from 255 or 78.50% from 307); Green value is 4 (1.95% from 255 or 1.30% from 307); Blue value is 62 (24.61% from 255 or 20.20% from 307); Max value from RGB is 241 - color contains mainly: red. Hex color #F1043E is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #F1043E is #0EFBC1. Grayscale: #515151. Windows color (decimal): -981954 or 4064497. OLE color: 4064497.

HSL color Cylindrical-coordinate representation of color #F1043E: hue angle of 345.32º degrees, saturation: 0.97, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #F1043E is Cyan = 0, Magento = 0.98, Yellow = 0.74 and Black (K on CMYK) = 0.05.

Color convert

RGB 241 4 62 -
CMYK 0 0.98 0.74 0.05
HSL 345.32º 0.97% 0.48% -
HSV(B) 345.32º 0.98% 0.95% -
XYZ 37.19 19.14 6.29 -
YUV 81.48 117.02 241.78 -
System Red Green Blue C M Y K H S L
Decimal 241 4 62 0 0.98 0.74 0.05 345.32 0.97 0.48
Hex F1 4 3E 0 62 4A 5 159 61 30
Octal 361 4 76 0 142 112 5 531 141 60
Binary 11110001 100 111110 0 1100010 1001010 101 101011001 1100001 110000

Color Harmonies of #F1043E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F1043E

Black with #F1043E

Text Example


Text Example

White with #F1043E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F1043E; }

 p { color: rgb(241,4,62); }

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

background-color css

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

 a { background-color: rgb(241,4,62); }

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

border-color css

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

 span { border-color: rgb(241,4,62); }

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