Html Css Color HEX #F1023E Torch Red

📋 copy color: '#F1023E'

red 241 ◦ green 2 ◦ blue 62

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

Shades of Torch Red #F1023E

Tints of Torch Red #F1023E

RGB

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

 GREEN value IS 2 (1.17% from 255) = 0.66%

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

R = 79.02%
G = 0.66%
B = 20.33%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.74

 K value IS 0.05

RGB Variations

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

Color information

#F1023E (or 0xF1023E) is known color: Torch Red. HEX triplet: F1, 02 and 3E. RGB value is (241,2,62). Sum of RGB (Red+Green+Blue) = 241+2+62=305 (40% of max value = 765). Red value is 241 (94.53% from 255 or 79.02% from 305); Green value is 2 (1.17% from 255 or 0.66% from 305); Blue value is 62 (24.61% from 255 or 20.33% from 305); Max value from RGB is 241 - color contains mainly: red. Hex color #F1023E is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #F1023E is #0EFDC1. Grayscale: #505050. Windows color (decimal): -982466 or 4063985. OLE color: 4063985.

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

Color convert

RGB 241 2 62 -
CMYK 0 0.99 0.74 0.05
HSL 344.94º 0.98% 0.48% -
HSV(B) 344.94º 0.99% 0.95% -
XYZ 37.17 19.09 6.28 -
YUV 80.3 117.68 242.62 -
System Red Green Blue C M Y K H S L
Decimal 241 2 62 0 0.99 0.74 0.05 344.94 0.98 0.48
Hex F1 2 3E 0 63 4A 5 159 62 30
Octal 361 2 76 0 143 112 5 531 142 60
Binary 11110001 10 111110 0 1100011 1001010 101 101011001 1100010 110000

Color Harmonies of #F1023E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F1023E

Black with #F1023E

Text Example


Text Example

White with #F1023E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F1023E; }

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

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

background-color css

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

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

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

border-color css

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

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

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