Html Css Color HEX #F10F43 Torch Red

📋 copy color: '#F10F43'

red 241 ◦ green 15 ◦ blue 67

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

Shades of Torch Red #F10F43

Tints of Torch Red #F10F43

RGB

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

 GREEN value IS 15 (6.25% from 255) = 4.64%

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

R = 74.61%
G = 4.64%
B = 20.74%

CMYK

 C value IS 0

 M value IS 0.94

 Y value IS 0.72

 K value IS 0.05

RGB Variations

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

Color information

#F10F43 (or 0xF10F43) is known color: Torch Red. HEX triplet: F1, 0F and 43. RGB value is (241,15,67). Sum of RGB (Red+Green+Blue) = 241+15+67=323 (42% of max value = 765). Red value is 241 (94.53% from 255 or 74.61% from 323); Green value is 15 (6.25% from 255 or 4.64% from 323); Blue value is 67 (26.56% from 255 or 20.74% from 323); Max value from RGB is 241 - color contains mainly: red. Hex color #F10F43 is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #F10F43 is #0EF0BC. Grayscale: #585858. Windows color (decimal): -979133 or 4394993. OLE color: 4394993.

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

Color convert

RGB 241 15 67 -
CMYK 0 0.94 0.72 0.05
HSL 346.19º 0.89% 0.5% -
HSV(B) 346.19º 0.94% 0.95% -
XYZ 37.46 19.45 7.09 -
YUV 88.5 115.87 236.77 -
System Red Green Blue C M Y K H S L
Decimal 241 15 67 0 0.94 0.72 0.05 346.19 0.89 0.5
Hex F1 F 43 0 5E 48 5 15A 59 32
Octal 361 17 103 0 136 110 5 532 131 62
Binary 11110001 1111 1000011 0 1011110 1001000 101 101011010 1011001 110010

Color Harmonies of #F10F43

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F10F43

Black with #F10F43

Text Example


Text Example

White with #F10F43

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F10F43; }

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

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

background-color css

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

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

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

border-color css

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

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

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