Html Css Color HEX #F1023C Torch Red

📋 copy color: '#F1023C'

red 241 ◦ green 2 ◦ blue 60

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

Shades of Torch Red #F1023C

Tints of Torch Red #F1023C

RGB

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

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

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

R = 79.54%
G = 0.66%
B = 19.8%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.75

 K value IS 0.05

RGB Variations

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

Color information

#F1023C (or 0xF1023C) is known color: Torch Red. HEX triplet: F1, 02 and 3C. RGB value is (241,2,60). Sum of RGB (Red+Green+Blue) = 241+2+60=303 (40% of max value = 765). Red value is 241 (94.53% from 255 or 79.54% from 303); Green value is 2 (1.17% from 255 or 0.66% from 303); Blue value is 60 (23.83% from 255 or 19.80% from 303); Max value from RGB is 241 - color contains mainly: red. Hex color #F1023C is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #F1023C is #0EFDC3. Grayscale: #505050. Windows color (decimal): -982468 or 3932913. OLE color: 3932913.

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

Color convert

RGB 241 2 60 -
CMYK 0 0.99 0.75 0.05
HSL 345.44º 0.98% 0.48% -
HSV(B) 345.44º 0.99% 0.95% -
XYZ 37.11 19.07 6 -
YUV 80.07 116.68 242.78 -
System Red Green Blue C M Y K H S L
Decimal 241 2 60 0 0.99 0.75 0.05 345.44 0.98 0.48
Hex F1 2 3C 0 63 4B 5 159 62 30
Octal 361 2 74 0 143 113 5 531 142 60
Binary 11110001 10 111100 0 1100011 1001011 101 101011001 1100010 110000

Color Harmonies of #F1023C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F1023C

Black with #F1023C

Text Example


Text Example

White with #F1023C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F1023C; }

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

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

background-color css

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

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

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

border-color css

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

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

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