Html Css Color HEX #F41147 Torch Red

📋 copy color: '#F41147'

red 244 ◦ green 17 ◦ blue 71

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

Shades of Torch Red #F41147

Tints of Torch Red #F41147

RGB

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

 GREEN value IS 17 (7.03% from 255) = 5.12%

 BLUE value IS 71 (28.13% from 255) = 21.39%

R = 73.49%
G = 5.12%
B = 21.39%

CMYK

 C value IS 0

 M value IS 0.93

 Y value IS 0.71

 K value IS 0.04

RGB Variations

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

Color information

#F41147 (or 0xF41147) is known color: Torch Red. HEX triplet: F4, 11 and 47. RGB value is (244,17,71). Sum of RGB (Red+Green+Blue) = 244+17+71=332 (43% of max value = 765). Red value is 244 (95.70% from 255 or 73.49% from 332); Green value is 17 (7.03% from 255 or 5.12% from 332); Blue value is 71 (28.12% from 255 or 21.39% from 332); Max value from RGB is 244 - color contains mainly: red. Hex color #F41147 is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #F41147 is #0BEEB8. Grayscale: #5B5B5B. Windows color (decimal): -782009 or 4657652. OLE color: 4657652.

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

Color convert

RGB 244 17 71 -
CMYK 0 0.93 0.71 0.04
HSL 345.73º 0.91% 0.51% -
HSV(B) 345.73º 0.93% 0.96% -
XYZ 38.65 20.09 7.8 -
YUV 91.03 116.71 237.11 -
System Red Green Blue C M Y K H S L
Decimal 244 17 71 0 0.93 0.71 0.04 345.73 0.91 0.51
Hex F4 11 47 0 5D 47 4 15A 5B 33
Octal 364 21 107 0 135 107 4 532 133 63
Binary 11110100 10001 1000111 0 1011101 1000111 100 101011010 1011011 110011

Color Harmonies of #F41147

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F41147

Black with #F41147

Text Example


Text Example

White with #F41147

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F41147; }

 p { color: rgb(244,17,71); }

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

background-color css

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

 a { background-color: rgb(244,17,71); }

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

border-color css

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

 span { border-color: rgb(244,17,71); }

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