Html Css Color HEX #F41449 Torch Red

📋 copy color: '#F41449'

red 244 ◦ green 20 ◦ blue 73

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

Shades of Torch Red #F41449

Tints of Torch Red #F41449

RGB

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

 GREEN value IS 20 (8.2% from 255) = 5.93%

 BLUE value IS 73 (28.91% from 255) = 21.66%

R = 72.4%
G = 5.93%
B = 21.66%

CMYK

 C value IS 0

 M value IS 0.92

 Y value IS 0.70

 K value IS 0.04

RGB Variations

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

Color information

#F41449 (or 0xF41449) is known color: Torch Red. HEX triplet: F4, 14 and 49. RGB value is (244,20,73). Sum of RGB (Red+Green+Blue) = 244+20+73=337 (44% of max value = 765). Red value is 244 (95.70% from 255 or 72.40% from 337); Green value is 20 (8.20% from 255 or 5.93% from 337); Blue value is 73 (28.91% from 255 or 21.66% from 337); Max value from RGB is 244 - color contains mainly: red. Hex color #F41449 is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #F41449 is #0BEBB6. Grayscale: #5D5D5D. Windows color (decimal): -781239 or 4789492. OLE color: 4789492.

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

Color convert

RGB 244 20 73 -
CMYK 0 0.92 0.70 0.04
HSL 345.8º 0.91% 0.52% -
HSV(B) 345.8º 0.92% 0.96% -
XYZ 38.76 20.21 8.16 -
YUV 93.02 116.71 235.69 -
System Red Green Blue C M Y K H S L
Decimal 244 20 73 0 0.92 0.70 0.04 345.8 0.91 0.52
Hex F4 14 49 0 5C 46 4 15A 5B 34
Octal 364 24 111 0 134 106 4 532 133 64
Binary 11110100 10100 1001001 0 1011100 1000110 100 101011010 1011011 110100

Color Harmonies of #F41449

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F41449

Black with #F41449

Text Example


Text Example

White with #F41449

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F41449; }

 p { color: rgb(244,20,73); }

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

background-color css

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

 a { background-color: rgb(244,20,73); }

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

border-color css

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

 span { border-color: rgb(244,20,73); }

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