Html Css Color HEX #F11242 Torch Red

📋 copy color: '#F11242'

red 241 ◦ green 18 ◦ blue 66

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

Shades of Torch Red #F11242

Tints of Torch Red #F11242

RGB

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

 GREEN value IS 18 (7.42% from 255) = 5.54%

 BLUE value IS 66 (26.17% from 255) = 20.31%

R = 74.15%
G = 5.54%
B = 20.31%

CMYK

 C value IS 0

 M value IS 0.93

 Y value IS 0.73

 K value IS 0.05

RGB Variations

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

Color information

#F11242 (or 0xF11242) is known color: Torch Red. HEX triplet: F1, 12 and 42. RGB value is (241,18,66). Sum of RGB (Red+Green+Blue) = 241+18+66=325 (43% of max value = 765). Red value is 241 (94.53% from 255 or 74.15% from 325); Green value is 18 (7.42% from 255 or 5.54% from 325); Blue value is 66 (26.17% from 255 or 20.31% from 325); Max value from RGB is 241 - color contains mainly: red. Hex color #F11242 is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #F11242 is #0EEDBD. Grayscale: #5A5A5A. Windows color (decimal): -978366 or 4330225. OLE color: 4330225.

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

Color convert

RGB 241 18 66 -
CMYK 0 0.93 0.73 0.05
HSL 347.09º 0.89% 0.51% -
HSV(B) 347.09º 0.93% 0.95% -
XYZ 37.48 19.53 6.95 -
YUV 90.15 114.38 235.6 -
System Red Green Blue C M Y K H S L
Decimal 241 18 66 0 0.93 0.73 0.05 347.09 0.89 0.51
Hex F1 12 42 0 5D 49 5 15B 59 33
Octal 361 22 102 0 135 111 5 533 131 63
Binary 11110001 10010 1000010 0 1011101 1001001 101 101011011 1011001 110011

Color Harmonies of #F11242

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F11242

Black with #F11242

Text Example


Text Example

White with #F11242

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F11242; }

 p { color: rgb(241,18,66); }

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

background-color css

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

 a { background-color: rgb(241,18,66); }

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

border-color css

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

 span { border-color: rgb(241,18,66); }

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