Html Css Color HEX #F11040 Torch Red

📋 copy color: '#F11040'

red 241 ◦ green 16 ◦ blue 64

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

Shades of Torch Red #F11040

Tints of Torch Red #F11040

RGB

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

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

 BLUE value IS 64 (25.39% from 255) = 19.94%

R = 75.08%
G = 4.98%
B = 19.94%

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

#F11040 (or 0xF11040) is known color: Torch Red. HEX triplet: F1, 10 and 40. RGB value is (241,16,64). Sum of RGB (Red+Green+Blue) = 241+16+64=321 (42% of max value = 765). Red value is 241 (94.53% from 255 or 75.08% from 321); Green value is 16 (6.64% from 255 or 4.98% from 321); Blue value is 64 (25.39% from 255 or 19.94% from 321); Max value from RGB is 241 - color contains mainly: red. Hex color #F11040 is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #F11040 is #0EEFBF. Grayscale: #585858. Windows color (decimal): -978880 or 4198641. OLE color: 4198641.

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

Color convert

RGB 241 16 64 -
CMYK 0 0.93 0.73 0.05
HSL 347.2º 0.89% 0.5% -
HSV(B) 347.2º 0.93% 0.95% -
XYZ 37.39 19.44 6.63 -
YUV 88.75 114.04 236.6 -
System Red Green Blue C M Y K H S L
Decimal 241 16 64 0 0.93 0.73 0.05 347.2 0.89 0.5
Hex F1 10 40 0 5D 49 5 15B 59 32
Octal 361 20 100 0 135 111 5 533 131 62
Binary 11110001 10000 1000000 0 1011101 1001001 101 101011011 1011001 110010

Color Harmonies of #F11040

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F11040

Black with #F11040

Text Example


Text Example

White with #F11040

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F11040; }

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

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

background-color css

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

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

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

border-color css

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

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

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