Html Css Color HEX #F1043F Torch Red

📋 copy color: '#F1043F'

red 241 ◦ green 4 ◦ blue 63

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

Shades of Torch Red #F1043F

Tints of Torch Red #F1043F

RGB

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

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

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

R = 78.25%
G = 1.3%
B = 20.45%

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

#F1043F (or 0xF1043F) is known color: Torch Red. HEX triplet: F1, 04 and 3F. RGB value is (241,4,63). Sum of RGB (Red+Green+Blue) = 241+4+63=308 (40% of max value = 765). Red value is 241 (94.53% from 255 or 78.25% from 308); Green value is 4 (1.95% from 255 or 1.30% from 308); Blue value is 63 (25% from 255 or 20.45% from 308); Max value from RGB is 241 - color contains mainly: red. Hex color #F1043F is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #F1043F is #0EFBC0. Grayscale: #515151. Windows color (decimal): -981953 or 4130033. OLE color: 4130033.

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

Color convert

RGB 241 4 63 -
CMYK 0 0.98 0.74 0.05
HSL 345.06º 0.97% 0.48% -
HSV(B) 345.06º 0.98% 0.95% -
XYZ 37.22 19.15 6.44 -
YUV 81.59 117.52 241.7 -
System Red Green Blue C M Y K H S L
Decimal 241 4 63 0 0.98 0.74 0.05 345.06 0.97 0.48
Hex F1 4 3F 0 62 4A 5 159 61 30
Octal 361 4 77 0 142 112 5 531 141 60
Binary 11110001 100 111111 0 1100010 1001010 101 101011001 1100001 110000

Color Harmonies of #F1043F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F1043F

Black with #F1043F

Text Example


Text Example

White with #F1043F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F1043F; }

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

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

background-color css

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

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

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

border-color css

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

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

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