Html Css Color HEX #F71946 Torch Red

📋 copy color: '#F71946'

red 247 ◦ green 25 ◦ blue 70

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

Shades of Torch Red #F71946

Tints of Torch Red #F71946

RGB

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

 GREEN value IS 25 (10.16% from 255) = 7.31%

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

R = 72.22%
G = 7.31%
B = 20.47%

CMYK

 C value IS 0

 M value IS 0.90

 Y value IS 0.72

 K value IS 0.03

RGB Variations

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

Color information

#F71946 (or 0xF71946) is known color: Torch Red. HEX triplet: F7, 19 and 46. RGB value is (247,25,70). Sum of RGB (Red+Green+Blue) = 247+25+70=342 (45% of max value = 765). Red value is 247 (96.88% from 255 or 72.22% from 342); Green value is 25 (10.16% from 255 or 7.31% from 342); Blue value is 70 (27.73% from 255 or 20.47% from 342); Max value from RGB is 247 - color contains mainly: red. Hex color #F71946 is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #F71946 is #08E6B9. Grayscale: #606060. Windows color (decimal): -583354 or 4594167. OLE color: 4594167.

HSL color Cylindrical-coordinate representation of color #F71946: hue angle of 347.84º degrees, saturation: 0.93, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #F71946 is Cyan = 0, Magento = 0.90, Yellow = 0.72 and Black (K on CMYK) = 0.03.

Color convert

RGB 247 25 70 -
CMYK 0 0.90 0.72 0.03
HSL 347.84º 0.93% 0.53% -
HSV(B) 347.84º 0.9% 0.97% -
XYZ 39.81 20.91 7.73 -
YUV 96.51 113.05 235.34 -
System Red Green Blue C M Y K H S L
Decimal 247 25 70 0 0.90 0.72 0.03 347.84 0.93 0.53
Hex F7 19 46 0 5A 48 3 15C 5D 35
Octal 367 31 106 0 132 110 3 534 135 65
Binary 11110111 11001 1000110 0 1011010 1001000 11 101011100 1011101 110101

Color Harmonies of #F71946

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F71946

Black with #F71946

Text Example


Text Example

White with #F71946

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F71946; }

 p { color: rgb(247,25,70); }

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

background-color css

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

 a { background-color: rgb(247,25,70); }

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

border-color css

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

 span { border-color: rgb(247,25,70); }

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