Html Css Color HEX #F10046 Torch Red

📋 copy color: '#F10046'

red 241 ◦ green 0 ◦ blue 70

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

Shades of Torch Red #F10046

Tints of Torch Red #F10046

RGB

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

 GREEN value IS 0 (0.39% from 255) = 0%

 BLUE value IS 70 (27.73% from 255) = 22.51%

R = 77.49%
G = 0%
B = 22.51%

CMYK

 C value IS 0

 M value IS 1

 Y value IS 0.71

 K value IS 0.05

RGB Variations

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

Color information

#F10046 (or 0xF10046) is known color: Torch Red. HEX triplet: F1, 00 and 46. RGB value is (241,0,70). Sum of RGB (Red+Green+Blue) = 241+0+70=311 (41% of max value = 765). Red value is 241 (94.53% from 255 or 77.49% from 311); Green value is 0 (0.39% from 255 or 0% from 311); Blue value is 70 (27.73% from 255 or 22.51% from 311); Max value from RGB is 241 - color contains mainly: red. Hex color #F10046 is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #F10046 is #0EFFB9. Grayscale: #505050. Windows color (decimal): -982970 or 4587761. OLE color: 4587761.

HSL color Cylindrical-coordinate representation of color #F10046: hue angle of 342.57º degrees, saturation: 1, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 1%. Process color model (Four color, CMYK) of #F10046 is Cyan = 0, Magento = 1, Yellow = 0.71 and Black (K on CMYK) = 0.05.

Color convert

RGB 241 0 70 -
CMYK 0 1 0.71 0.05
HSL 342.57º 1% 0.47% -
HSV(B) 342.57º 1% 0.95% -
XYZ 37.38 19.14 7.52 -
YUV 80.04 122.34 242.81 -
System Red Green Blue C M Y K H S L
Decimal 241 0 70 0 1 0.71 0.05 342.57 1 0.47
Hex F1 0 46 0 64 47 5 157 64 2F
Octal 361 0 106 0 144 107 5 527 144 57
Binary 11110001 0 1000110 0 1100100 1000111 101 101010111 1100100 101111

Color Harmonies of #F10046

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F10046

Black with #F10046

Text Example


Text Example

White with #F10046

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F10046; }

 p { color: rgb(241,0,70); }

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

background-color css

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

 a { background-color: rgb(241,0,70); }

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

border-color css

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

 span { border-color: rgb(241,0,70); }

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