Html Css Color HEX #F11446 Torch Red

📋 copy color: '#F11446'

red 241 ◦ green 20 ◦ blue 70

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

Shades of Torch Red #F11446

Tints of Torch Red #F11446

RGB

 RED value IS 241 (94.53% from 255) = 72.81%

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

 BLUE value IS 70 (27.73% from 255) = 21.15%

R = 72.81%
G = 6.04%
B = 21.15%

CMYK

 C value IS 0

 M value IS 0.92

 Y value IS 0.71

 K value IS 0.05

RGB Variations

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

Color information

#F11446 (or 0xF11446) is known color: Torch Red. HEX triplet: F1, 14 and 46. RGB value is (241,20,70). Sum of RGB (Red+Green+Blue) = 241+20+70=331 (43% of max value = 765). Red value is 241 (94.53% from 255 or 72.81% from 331); Green value is 20 (8.20% from 255 or 6.04% from 331); Blue value is 70 (27.73% from 255 or 21.15% from 331); Max value from RGB is 241 - color contains mainly: red. Hex color #F11446 is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #F11446 is #0EEBB9. Grayscale: #5B5B5B. Windows color (decimal): -977850 or 4592881. OLE color: 4592881.

HSL color Cylindrical-coordinate representation of color #F11446: hue angle of 346.43º degrees, saturation: 0.89, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #F11446 is Cyan = 0, Magento = 0.92, Yellow = 0.71 and Black (K on CMYK) = 0.05.

Color convert

RGB 241 20 70 -
CMYK 0 0.92 0.71 0.05
HSL 346.43º 0.89% 0.51% -
HSV(B) 346.43º 0.92% 0.95% -
XYZ 37.63 19.64 7.6 -
YUV 91.78 115.72 234.43 -
System Red Green Blue C M Y K H S L
Decimal 241 20 70 0 0.92 0.71 0.05 346.43 0.89 0.51
Hex F1 14 46 0 5C 47 5 15A 59 33
Octal 361 24 106 0 134 107 5 532 131 63
Binary 11110001 10100 1000110 0 1011100 1000111 101 101011010 1011001 110011

Color Harmonies of #F11446

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F11446

Black with #F11446

Text Example


Text Example

White with #F11446

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F11446; }

 p { color: rgb(241,20,70); }

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

background-color css

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

 a { background-color: rgb(241,20,70); }

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

border-color css

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

 span { border-color: rgb(241,20,70); }

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