Html Css Color HEX #F1023D Torch Red

📋 copy color: '#F1023D'

red 241 ◦ green 2 ◦ blue 61

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

Shades of Torch Red #F1023D

Tints of Torch Red #F1023D

RGB

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

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

 BLUE value IS 61 (24.22% from 255) = 20.07%

R = 79.28%
G = 0.66%
B = 20.07%

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

#F1023D (or 0xF1023D) is known color: Torch Red. HEX triplet: F1, 02 and 3D. RGB value is (241,2,61). Sum of RGB (Red+Green+Blue) = 241+2+61=304 (40% of max value = 765). Red value is 241 (94.53% from 255 or 79.28% from 304); Green value is 2 (1.17% from 255 or 0.66% from 304); Blue value is 61 (24.22% from 255 or 20.07% from 304); Max value from RGB is 241 - color contains mainly: red. Hex color #F1023D is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #F1023D is #0EFDC2. Grayscale: #505050. Windows color (decimal): -982467 or 3998449. OLE color: 3998449.

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

Color convert

RGB 241 2 61 -
CMYK 0 0.99 0.75 0.05
HSL 345.19º 0.98% 0.48% -
HSV(B) 345.19º 0.99% 0.95% -
XYZ 37.14 19.08 6.14 -
YUV 80.19 117.18 242.7 -
System Red Green Blue C M Y K H S L
Decimal 241 2 61 0 0.99 0.75 0.05 345.19 0.98 0.48
Hex F1 2 3D 0 63 4B 5 159 62 30
Octal 361 2 75 0 143 113 5 531 142 60
Binary 11110001 10 111101 0 1100011 1001011 101 101011001 1100010 110000

Color Harmonies of #F1023D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F1023D

Black with #F1023D

Text Example


Text Example

White with #F1023D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F1023D; }

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

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

background-color css

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

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

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

border-color css

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

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

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