Html Css Color HEX #F11447 Torch Red

📋 copy color: '#F11447'

red 241 ◦ green 20 ◦ blue 71

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

Shades of Torch Red #F11447

Tints of Torch Red #F11447

RGB

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

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

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

R = 72.59%
G = 6.02%
B = 21.39%

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

#F11447 (or 0xF11447) is known color: Torch Red. HEX triplet: F1, 14 and 47. RGB value is (241,20,71). Sum of RGB (Red+Green+Blue) = 241+20+71=332 (43% of max value = 765). Red value is 241 (94.53% from 255 or 72.59% from 332); Green value is 20 (8.20% from 255 or 6.02% from 332); Blue value is 71 (28.12% from 255 or 21.39% from 332); Max value from RGB is 241 - color contains mainly: red. Hex color #F11447 is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #F11447 is #0EEBB8. Grayscale: #5B5B5B. Windows color (decimal): -977849 or 4658417. OLE color: 4658417.

HSL color Cylindrical-coordinate representation of color #F11447: hue angle of 346.15º 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 #F11447 is Cyan = 0, Magento = 0.92, Yellow = 0.71 and Black (K on CMYK) = 0.05.

Color convert

RGB 241 20 71 -
CMYK 0 0.92 0.71 0.05
HSL 346.15º 0.89% 0.51% -
HSV(B) 346.15º 0.92% 0.95% -
XYZ 37.66 19.66 7.77 -
YUV 91.89 116.22 234.35 -
System Red Green Blue C M Y K H S L
Decimal 241 20 71 0 0.92 0.71 0.05 346.15 0.89 0.51
Hex F1 14 47 0 5C 47 5 15A 59 33
Octal 361 24 107 0 134 107 5 532 131 63
Binary 11110001 10100 1000111 0 1011100 1000111 101 101011010 1011001 110011

Color Harmonies of #F11447

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F11447

Black with #F11447

Text Example


Text Example

White with #F11447

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F11447; }

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

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

background-color css

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

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

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

border-color css

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

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

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