Html Css Color HEX #F20741 Torch Red

📋 copy color: '#F20741'

red 242 ◦ green 7 ◦ blue 65

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

Shades of Torch Red #F20741

Tints of Torch Red #F20741

RGB

 RED value IS 242 (94.92% from 255) = 77.07%

 GREEN value IS 7 (3.13% from 255) = 2.23%

 BLUE value IS 65 (25.78% from 255) = 20.7%

R = 77.07%
G = 2.23%
B = 20.7%

CMYK

 C value IS 0

 M value IS 0.97

 Y value IS 0.73

 K value IS 0.05

RGB Variations

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

Color information

#F20741 (or 0xF20741) is known color: Torch Red. HEX triplet: F2, 07 and 41. RGB value is (242,7,65). Sum of RGB (Red+Green+Blue) = 242+7+65=314 (41% of max value = 765). Red value is 242 (94.92% from 255 or 77.07% from 314); Green value is 7 (3.12% from 255 or 2.23% from 314); Blue value is 65 (25.78% from 255 or 20.70% from 314); Max value from RGB is 242 - color contains mainly: red. Hex color #F20741 is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #F20741 is #0DF8BE. Grayscale: #535353. Windows color (decimal): -915647 or 4261874. OLE color: 4261874.

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

Color convert

RGB 242 7 65 -
CMYK 0 0.97 0.73 0.05
HSL 345.19º 0.94% 0.49% -
HSV(B) 345.19º 0.97% 0.95% -
XYZ 37.65 19.41 6.76 -
YUV 83.88 117.36 240.78 -
System Red Green Blue C M Y K H S L
Decimal 242 7 65 0 0.97 0.73 0.05 345.19 0.94 0.49
Hex F2 7 41 0 61 49 5 159 5E 31
Octal 362 7 101 0 141 111 5 531 136 61
Binary 11110010 111 1000001 0 1100001 1001001 101 101011001 1011110 110001

Color Harmonies of #F20741

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F20741

Black with #F20741

Text Example


Text Example

White with #F20741

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F20741; }

 p { color: rgb(242,7,65); }

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

background-color css

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

 a { background-color: rgb(242,7,65); }

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

border-color css

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

 span { border-color: rgb(242,7,65); }

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