Html Css Color HEX #F40F41 Torch Red

📋 copy color: '#F40F41'

red 244 ◦ green 15 ◦ blue 65

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

Shades of Torch Red #F40F41

Tints of Torch Red #F40F41

RGB

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

 GREEN value IS 15 (6.25% from 255) = 4.63%

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

R = 75.31%
G = 4.63%
B = 20.06%

CMYK

 C value IS 0

 M value IS 0.94

 Y value IS 0.73

 K value IS 0.04

RGB Variations

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

Color information

#F40F41 (or 0xF40F41) is known color: Torch Red. HEX triplet: F4, 0F and 41. RGB value is (244,15,65). Sum of RGB (Red+Green+Blue) = 244+15+65=324 (42% of max value = 765). Red value is 244 (95.70% from 255 or 75.31% from 324); Green value is 15 (6.25% from 255 or 4.63% from 324); Blue value is 65 (25.78% from 255 or 20.06% from 324); Max value from RGB is 244 - color contains mainly: red. Hex color #F40F41 is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #F40F41 is #0BF0BE. Grayscale: #595959. Windows color (decimal): -782527 or 4263924. OLE color: 4263924.

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

Color convert

RGB 244 15 65 -
CMYK 0 0.94 0.73 0.04
HSL 346.9º 0.91% 0.51% -
HSV(B) 346.9º 0.94% 0.96% -
XYZ 38.43 19.96 6.83 -
YUV 89.17 114.37 238.43 -
System Red Green Blue C M Y K H S L
Decimal 244 15 65 0 0.94 0.73 0.04 346.9 0.91 0.51
Hex F4 F 41 0 5E 49 4 15B 5B 33
Octal 364 17 101 0 136 111 4 533 133 63
Binary 11110100 1111 1000001 0 1011110 1001001 100 101011011 1011011 110011

Color Harmonies of #F40F41

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F40F41

Black with #F40F41

Text Example


Text Example

White with #F40F41

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F40F41; }

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

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

background-color css

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

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

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

border-color css

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

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

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