Html Css Color HEX #F70041 Torch Red

📋 copy color: '#F70041'

red 247 ◦ green 0 ◦ blue 65

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

Shades of Torch Red #F70041

Tints of Torch Red #F70041

RGB

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

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

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

R = 79.17%
G = 0%
B = 20.83%

CMYK

 C value IS 0

 M value IS 1

 Y value IS 0.74

 K value IS 0.03

RGB Variations

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

Color information

#F70041 (or 0xF70041) is known color: Torch Red. HEX triplet: F7, 00 and 41. RGB value is (247,0,65). Sum of RGB (Red+Green+Blue) = 247+0+65=312 (41% of max value = 765). Red value is 247 (96.88% from 255 or 79.17% from 312); Green value is 0 (0.39% from 255 or 0% from 312); Blue value is 65 (25.78% from 255 or 20.83% from 312); Max value from RGB is 247 - color contains mainly: red. Hex color #F70041 is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #F70041 is #08FFBE. Grayscale: #515151. Windows color (decimal): -589759 or 4260087. OLE color: 4260087.

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

Color convert

RGB 247 0 65 -
CMYK 0 1 0.74 0.03
HSL 344.21º 1% 0.48% -
HSV(B) 344.21º 1% 0.97% -
XYZ 39.31 20.16 6.82 -
YUV 81.26 118.83 246.21 -
System Red Green Blue C M Y K H S L
Decimal 247 0 65 0 1 0.74 0.03 344.21 1 0.48
Hex F7 0 41 0 64 4A 3 158 64 30
Octal 367 0 101 0 144 112 3 530 144 60
Binary 11110111 0 1000001 0 1100100 1001010 11 101011000 1100100 110000

Color Harmonies of #F70041

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F70041

Black with #F70041

Text Example


Text Example

White with #F70041

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F70041; }

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

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

background-color css

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

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

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

border-color css

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

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

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