Html Css Color HEX #F20641 Torch Red

📋 copy color: '#F20641'

red 242 ◦ green 6 ◦ blue 65

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

Shades of Torch Red #F20641

Tints of Torch Red #F20641

RGB

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

 GREEN value IS 6 (2.73% from 255) = 1.92%

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

R = 77.32%
G = 1.92%
B = 20.77%

CMYK

 C value IS 0

 M value IS 0.98

 Y value IS 0.73

 K value IS 0.05

RGB Variations

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

Color information

#F20641 (or 0xF20641) is known color: Torch Red. HEX triplet: F2, 06 and 41. RGB value is (242,6,65). Sum of RGB (Red+Green+Blue) = 242+6+65=313 (41% of max value = 765). Red value is 242 (94.92% from 255 or 77.32% from 313); Green value is 6 (2.73% from 255 or 1.92% from 313); Blue value is 65 (25.78% from 255 or 20.77% from 313); Max value from RGB is 242 - color contains mainly: red. Hex color #F20641 is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #F20641 is #0DF9BE. Grayscale: #535353. Windows color (decimal): -915903 or 4261618. OLE color: 4261618.

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

Color convert

RGB 242 6 65 -
CMYK 0 0.98 0.73 0.05
HSL 345º 0.95% 0.49% -
HSV(B) 345º 0.98% 0.95% -
XYZ 37.64 19.39 6.76 -
YUV 83.29 117.69 241.2 -
System Red Green Blue C M Y K H S L
Decimal 242 6 65 0 0.98 0.73 0.05 345 0.95 0.49
Hex F2 6 41 0 62 49 5 159 5F 31
Octal 362 6 101 0 142 111 5 531 137 61
Binary 11110010 110 1000001 0 1100010 1001001 101 101011001 1011111 110001

Color Harmonies of #F20641

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F20641

Black with #F20641

Text Example


Text Example

White with #F20641

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F20641; }

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

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

background-color css

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

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

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

border-color css

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

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

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