Html Css Color HEX #F40741 Torch Red

📋 copy color: '#F40741'

red 244 ◦ green 7 ◦ blue 65

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

Shades of Torch Red #F40741

Tints of Torch Red #F40741

RGB

 RED value IS 244 (95.7% from 255) = 77.22%

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

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

R = 77.22%
G = 2.22%
B = 20.57%

CMYK

 C value IS 0

 M value IS 0.97

 Y value IS 0.73

 K value IS 0.04

RGB Variations

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

Color information

#F40741 (or 0xF40741) is known color: Torch Red. HEX triplet: F4, 07 and 41. RGB value is (244,7,65). Sum of RGB (Red+Green+Blue) = 244+7+65=316 (41% of max value = 765). Red value is 244 (95.70% from 255 or 77.22% from 316); Green value is 7 (3.12% from 255 or 2.22% from 316); Blue value is 65 (25.78% from 255 or 20.57% from 316); Max value from RGB is 244 - color contains mainly: red. Hex color #F40741 is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #F40741 is #0BF8BE. Grayscale: #545454. Windows color (decimal): -784575 or 4261876. OLE color: 4261876.

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

Color convert

RGB 244 7 65 -
CMYK 0 0.97 0.73 0.04
HSL 345.32º 0.94% 0.49% -
HSV(B) 345.32º 0.97% 0.96% -
XYZ 38.34 19.77 6.8 -
YUV 84.48 117.02 241.78 -
System Red Green Blue C M Y K H S L
Decimal 244 7 65 0 0.97 0.73 0.04 345.32 0.94 0.49
Hex F4 7 41 0 61 49 4 159 5E 31
Octal 364 7 101 0 141 111 4 531 136 61
Binary 11110100 111 1000001 0 1100001 1001001 100 101011001 1011110 110001

Color Harmonies of #F40741

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F40741

Black with #F40741

Text Example


Text Example

White with #F40741

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F40741; }

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

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

background-color css

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

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

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

border-color css

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

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

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