Html Css Color HEX #F11042 Torch Red

📋 copy color: '#F11042'

red 241 ◦ green 16 ◦ blue 66

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

Shades of Torch Red #F11042

Tints of Torch Red #F11042

RGB

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

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

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

R = 74.61%
G = 4.95%
B = 20.43%

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

#F11042 (or 0xF11042) is known color: Torch Red. HEX triplet: F1, 10 and 42. RGB value is (241,16,66). Sum of RGB (Red+Green+Blue) = 241+16+66=323 (42% of max value = 765). Red value is 241 (94.53% from 255 or 74.61% from 323); Green value is 16 (6.64% from 255 or 4.95% from 323); Blue value is 66 (26.17% from 255 or 20.43% from 323); Max value from RGB is 241 - color contains mainly: red. Hex color #F11042 is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #F11042 is #0EEFBD. Grayscale: #595959. Windows color (decimal): -978878 or 4329713. OLE color: 4329713.

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

Color convert

RGB 241 16 66 -
CMYK 0 0.93 0.73 0.05
HSL 346.67º 0.89% 0.5% -
HSV(B) 346.67º 0.93% 0.95% -
XYZ 37.44 19.46 6.94 -
YUV 88.98 115.04 236.43 -
System Red Green Blue C M Y K H S L
Decimal 241 16 66 0 0.93 0.73 0.05 346.67 0.89 0.5
Hex F1 10 42 0 5D 49 5 15B 59 32
Octal 361 20 102 0 135 111 5 533 131 62
Binary 11110001 10000 1000010 0 1011101 1001001 101 101011011 1011001 110010

Color Harmonies of #F11042

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F11042

Black with #F11042

Text Example


Text Example

White with #F11042

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F11042; }

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

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

background-color css

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

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

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

border-color css

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

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

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