Html Css Color HEX #F71246 Torch Red

📋 copy color: '#F71246'

red 247 ◦ green 18 ◦ blue 70

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

Shades of Torch Red #F71246

Tints of Torch Red #F71246

RGB

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

 GREEN value IS 18 (7.42% from 255) = 5.37%

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

R = 73.73%
G = 5.37%
B = 20.9%

CMYK

 C value IS 0

 M value IS 0.93

 Y value IS 0.72

 K value IS 0.03

RGB Variations

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

Color information

#F71246 (or 0xF71246) is known color: Torch Red. HEX triplet: F7, 12 and 46. RGB value is (247,18,70). Sum of RGB (Red+Green+Blue) = 247+18+70=335 (44% of max value = 765). Red value is 247 (96.88% from 255 or 73.73% from 335); Green value is 18 (7.42% from 255 or 5.37% from 335); Blue value is 70 (27.73% from 255 or 20.90% from 335); Max value from RGB is 247 - color contains mainly: red. Hex color #F71246 is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #F71246 is #08EDB9. Grayscale: #5C5C5C. Windows color (decimal): -585146 or 4592375. OLE color: 4592375.

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

Color convert

RGB 247 18 70 -
CMYK 0 0.93 0.72 0.03
HSL 346.38º 0.93% 0.52% -
HSV(B) 346.38º 0.93% 0.97% -
XYZ 39.68 20.65 7.69 -
YUV 92.4 115.37 238.27 -
System Red Green Blue C M Y K H S L
Decimal 247 18 70 0 0.93 0.72 0.03 346.38 0.93 0.52
Hex F7 12 46 0 5D 48 3 15A 5D 34
Octal 367 22 106 0 135 110 3 532 135 64
Binary 11110111 10010 1000110 0 1011101 1001000 11 101011010 1011101 110100

Color Harmonies of #F71246

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F71246

Black with #F71246

Text Example


Text Example

White with #F71246

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F71246; }

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

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

background-color css

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

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

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

border-color css

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

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

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