Html Css Color HEX #F41549 Torch Red

📋 copy color: '#F41549'

red 244 ◦ green 21 ◦ blue 73

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

Shades of Torch Red #F41549

Tints of Torch Red #F41549

RGB

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

 GREEN value IS 21 (8.59% from 255) = 6.21%

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

R = 72.19%
G = 6.21%
B = 21.6%

CMYK

 C value IS 0

 M value IS 0.91

 Y value IS 0.70

 K value IS 0.04

RGB Variations

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

Color information

#F41549 (or 0xF41549) is known color: Torch Red. HEX triplet: F4, 15 and 49. RGB value is (244,21,73). Sum of RGB (Red+Green+Blue) = 244+21+73=338 (44% of max value = 765). Red value is 244 (95.70% from 255 or 72.19% from 338); Green value is 21 (8.59% from 255 or 6.21% from 338); Blue value is 73 (28.91% from 255 or 21.60% from 338); Max value from RGB is 244 - color contains mainly: red. Hex color #F41549 is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #F41549 is #0BEAB6. Grayscale: #5D5D5D. Windows color (decimal): -780983 or 4789748. OLE color: 4789748.

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

Color convert

RGB 244 21 73 -
CMYK 0 0.91 0.70 0.04
HSL 346.01º 0.91% 0.52% -
HSV(B) 346.01º 0.91% 0.96% -
XYZ 38.78 20.25 8.17 -
YUV 93.61 116.38 235.27 -
System Red Green Blue C M Y K H S L
Decimal 244 21 73 0 0.91 0.70 0.04 346.01 0.91 0.52
Hex F4 15 49 0 5B 46 4 15A 5B 34
Octal 364 25 111 0 133 106 4 532 133 64
Binary 11110100 10101 1001001 0 1011011 1000110 100 101011010 1011011 110100

Color Harmonies of #F41549

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F41549

Black with #F41549

Text Example


Text Example

White with #F41549

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F41549; }

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

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

background-color css

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

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

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

border-color css

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

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

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