Html Css Color HEX #F1124A Torch Red

📋 copy color: '#F1124A'

red 241 ◦ green 18 ◦ blue 74

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

Shades of Torch Red #F1124A

Tints of Torch Red #F1124A

RGB

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

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

 BLUE value IS 74 (29.3% from 255) = 22.22%

R = 72.37%
G = 5.41%
B = 22.22%

CMYK

 C value IS 0

 M value IS 0.93

 Y value IS 0.69

 K value IS 0.05

RGB Variations

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

Color information

#F1124A (or 0xF1124A) is known color: Torch Red. HEX triplet: F1, 12 and 4A. RGB value is (241,18,74). Sum of RGB (Red+Green+Blue) = 241+18+74=333 (44% of max value = 765). Red value is 241 (94.53% from 255 or 72.37% from 333); Green value is 18 (7.42% from 255 or 5.41% from 333); Blue value is 74 (29.30% from 255 or 22.22% from 333); Max value from RGB is 241 - color contains mainly: red. Hex color #F1124A is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #F1124A is #0EEDB5. Grayscale: #5B5B5B. Windows color (decimal): -978358 or 4854513. OLE color: 4854513.

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

Color convert

RGB 241 18 74 -
CMYK 0 0.93 0.69 0.05
HSL 344.93º 0.89% 0.51% -
HSV(B) 344.93º 0.93% 0.95% -
XYZ 37.73 19.63 8.28 -
YUV 91.06 118.38 234.95 -
System Red Green Blue C M Y K H S L
Decimal 241 18 74 0 0.93 0.69 0.05 344.93 0.89 0.51
Hex F1 12 4A 0 5D 45 5 159 59 33
Octal 361 22 112 0 135 105 5 531 131 63
Binary 11110001 10010 1001010 0 1011101 1000101 101 101011001 1011001 110011

Color Harmonies of #F1124A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F1124A

Black with #F1124A

Text Example


Text Example

White with #F1124A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F1124A; }

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

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

background-color css

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

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

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

border-color css

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

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

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