Html Css Color HEX #F11244 Torch Red

📋 copy color: '#F11244'

red 241 ◦ green 18 ◦ blue 68

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

Shades of Torch Red #F11244

Tints of Torch Red #F11244

RGB

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

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

 BLUE value IS 68 (26.95% from 255) = 20.8%

R = 73.7%
G = 5.5%
B = 20.8%

CMYK

 C value IS 0

 M value IS 0.93

 Y value IS 0.72

 K value IS 0.05

RGB Variations

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

Color information

#F11244 (or 0xF11244) is known color: Torch Red. HEX triplet: F1, 12 and 44. RGB value is (241,18,68). Sum of RGB (Red+Green+Blue) = 241+18+68=327 (43% of max value = 765). Red value is 241 (94.53% from 255 or 73.70% from 327); Green value is 18 (7.42% from 255 or 5.50% from 327); Blue value is 68 (26.95% from 255 or 20.80% from 327); Max value from RGB is 241 - color contains mainly: red. Hex color #F11244 is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #F11244 is #0EEDBB. Grayscale: #5A5A5A. Windows color (decimal): -978364 or 4461297. OLE color: 4461297.

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

Color convert

RGB 241 18 68 -
CMYK 0 0.93 0.72 0.05
HSL 346.55º 0.89% 0.51% -
HSV(B) 346.55º 0.93% 0.95% -
XYZ 37.54 19.55 7.26 -
YUV 90.38 115.38 235.43 -
System Red Green Blue C M Y K H S L
Decimal 241 18 68 0 0.93 0.72 0.05 346.55 0.89 0.51
Hex F1 12 44 0 5D 48 5 15B 59 33
Octal 361 22 104 0 135 110 5 533 131 63
Binary 11110001 10010 1000100 0 1011101 1001000 101 101011011 1011001 110011

Color Harmonies of #F11244

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F11244

Black with #F11244

Text Example


Text Example

White with #F11244

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F11244; }

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

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

background-color css

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

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

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

border-color css

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

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

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