Html Css Color HEX #F11043 Torch Red

📋 copy color: '#F11043'

red 241 ◦ green 16 ◦ blue 67

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

Shades of Torch Red #F11043

Tints of Torch Red #F11043

RGB

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

 GREEN value IS 16 (6.64% from 255) = 4.94%

 BLUE value IS 67 (26.56% from 255) = 20.68%

R = 74.38%
G = 4.94%
B = 20.68%

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

#F11043 (or 0xF11043) is known color: Torch Red. HEX triplet: F1, 10 and 43. RGB value is (241,16,67). Sum of RGB (Red+Green+Blue) = 241+16+67=324 (42% of max value = 765). Red value is 241 (94.53% from 255 or 74.38% from 324); Green value is 16 (6.64% from 255 or 4.94% from 324); Blue value is 67 (26.56% from 255 or 20.68% from 324); Max value from RGB is 241 - color contains mainly: red. Hex color #F11043 is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #F11043 is #0EEFBC. Grayscale: #595959. Windows color (decimal): -978877 or 4395249. OLE color: 4395249.

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

Color convert

RGB 241 16 67 -
CMYK 0 0.93 0.72 0.05
HSL 346.4º 0.89% 0.5% -
HSV(B) 346.4º 0.93% 0.95% -
XYZ 37.47 19.48 7.09 -
YUV 89.09 115.54 236.35 -
System Red Green Blue C M Y K H S L
Decimal 241 16 67 0 0.93 0.72 0.05 346.4 0.89 0.5
Hex F1 10 43 0 5D 48 5 15A 59 32
Octal 361 20 103 0 135 110 5 532 131 62
Binary 11110001 10000 1000011 0 1011101 1001000 101 101011010 1011001 110010

Color Harmonies of #F11043

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F11043

Black with #F11043

Text Example


Text Example

White with #F11043

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F11043; }

 p { color: rgb(241,16,67); }

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

background-color css

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

 a { background-color: rgb(241,16,67); }

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

border-color css

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

 span { border-color: rgb(241,16,67); }

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