Html Css Color HEX #F71549 Torch Red

📋 copy color: '#F71549'

red 247 ◦ green 21 ◦ blue 73

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

Shades of Torch Red #F71549

Tints of Torch Red #F71549

RGB

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

 GREEN value IS 21 (8.59% from 255) = 6.16%

 BLUE value IS 73 (28.91% from 255) = 21.41%

R = 72.43%
G = 6.16%
B = 21.41%

CMYK

 C value IS 0

 M value IS 0.91

 Y value IS 0.70

 K value IS 0.03

RGB Variations

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

Color information

#F71549 (or 0xF71549) is known color: Torch Red. HEX triplet: F7, 15 and 49. RGB value is (247,21,73). Sum of RGB (Red+Green+Blue) = 247+21+73=341 (45% of max value = 765). Red value is 247 (96.88% from 255 or 72.43% from 341); Green value is 21 (8.59% from 255 or 6.16% from 341); Blue value is 73 (28.91% from 255 or 21.41% from 341); Max value from RGB is 247 - color contains mainly: red. Hex color #F71549 is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #F71549 is #08EAB6. Grayscale: #5E5E5E. Windows color (decimal): -584375 or 4789751. OLE color: 4789751.

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

Color convert

RGB 247 21 73 -
CMYK 0 0.91 0.70 0.03
HSL 346.19º 0.93% 0.53% -
HSV(B) 346.19º 0.91% 0.97% -
XYZ 39.83 20.79 8.22 -
YUV 94.5 115.87 236.77 -
System Red Green Blue C M Y K H S L
Decimal 247 21 73 0 0.91 0.70 0.03 346.19 0.93 0.53
Hex F7 15 49 0 5B 46 3 15A 5D 35
Octal 367 25 111 0 133 106 3 532 135 65
Binary 11110111 10101 1001001 0 1011011 1000110 11 101011010 1011101 110101

Color Harmonies of #F71549

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F71549

Black with #F71549

Text Example


Text Example

White with #F71549

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F71549; }

 p { color: rgb(247,21,73); }

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

background-color css

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

 a { background-color: rgb(247,21,73); }

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

border-color css

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

 span { border-color: rgb(247,21,73); }

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