Html Css Color HEX #F70141 Torch Red

📋 copy color: '#F70141'

red 247 ◦ green 1 ◦ blue 65

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

Shades of Torch Red #F70141

Tints of Torch Red #F70141

RGB

 RED value IS 247 (96.88% from 255) = 78.91%

 GREEN value IS 1 (0.78% from 255) = 0.32%

 BLUE value IS 65 (25.78% from 255) = 20.77%

R = 78.91%
G = 0.32%
B = 20.77%

CMYK

 C value IS 0

 M value IS 1.00

 Y value IS 0.74

 K value IS 0.03

RGB Variations

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

Color information

#F70141 (or 0xF70141) is known color: Torch Red. HEX triplet: F7, 01 and 41. RGB value is (247,1,65). Sum of RGB (Red+Green+Blue) = 247+1+65=313 (41% of max value = 765). Red value is 247 (96.88% from 255 or 78.91% from 313); Green value is 1 (0.78% from 255 or 0.32% from 313); Blue value is 65 (25.78% from 255 or 20.77% from 313); Max value from RGB is 247 - color contains mainly: red. Hex color #F70141 is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #F70141 is #08FEBE. Grayscale: #515151. Windows color (decimal): -589503 or 4260343. OLE color: 4260343.

HSL color Cylindrical-coordinate representation of color #F70141: hue angle of 344.39º degrees, saturation: 0.99, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 1%. Process color model (Four color, CMYK) of #F70141 is Cyan = 0, Magento = 1.00, Yellow = 0.74 and Black (K on CMYK) = 0.03.

Color convert

RGB 247 1 65 -
CMYK 0 1.00 0.74 0.03
HSL 344.39º 0.99% 0.49% -
HSV(B) 344.39º 1% 0.97% -
XYZ 39.32 20.18 6.82 -
YUV 81.85 118.5 245.8 -
System Red Green Blue C M Y K H S L
Decimal 247 1 65 0 1.00 0.74 0.03 344.39 0.99 0.49
Hex F7 1 41 0 64 4A 3 158 63 31
Octal 367 1 101 0 144 112 3 530 143 61
Binary 11110111 1 1000001 0 1100100 1001010 11 101011000 1100011 110001

Color Harmonies of #F70141

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F70141

Black with #F70141

Text Example


Text Example

White with #F70141

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F70141; }

 p { color: rgb(247,1,65); }

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

background-color css

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

 a { background-color: rgb(247,1,65); }

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

border-color css

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

 span { border-color: rgb(247,1,65); }

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