Html Css Color HEX #F71249 Torch Red

📋 copy color: '#F71249'

red 247 ◦ green 18 ◦ blue 73

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

Shades of Torch Red #F71249

Tints of Torch Red #F71249

RGB

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

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

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

R = 73.08%
G = 5.33%
B = 21.6%

CMYK

 C value IS 0

 M value IS 0.93

 Y value IS 0.70

 K value IS 0.03

RGB Variations

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

Color information

#F71249 (or 0xF71249) is known color: Torch Red. HEX triplet: F7, 12 and 49. RGB value is (247,18,73). Sum of RGB (Red+Green+Blue) = 247+18+73=338 (44% of max value = 765). Red value is 247 (96.88% from 255 or 73.08% from 338); Green value is 18 (7.42% from 255 or 5.33% from 338); Blue value is 73 (28.91% from 255 or 21.60% from 338); Max value from RGB is 247 - color contains mainly: red. Hex color #F71249 is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #F71249 is #08EDB6. Grayscale: #5C5C5C. Windows color (decimal): -585143 or 4788983. OLE color: 4788983.

HSL color Cylindrical-coordinate representation of color #F71249: hue angle of 345.59º 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 #F71249 is Cyan = 0, Magento = 0.93, Yellow = 0.70 and Black (K on CMYK) = 0.03.

Color convert

RGB 247 18 73 -
CMYK 0 0.93 0.70 0.03
HSL 345.59º 0.93% 0.52% -
HSV(B) 345.59º 0.93% 0.97% -
XYZ 39.78 20.69 8.2 -
YUV 92.74 116.87 238.03 -
System Red Green Blue C M Y K H S L
Decimal 247 18 73 0 0.93 0.70 0.03 345.59 0.93 0.52
Hex F7 12 49 0 5D 46 3 15A 5D 34
Octal 367 22 111 0 135 106 3 532 135 64
Binary 11110111 10010 1001001 0 1011101 1000110 11 101011010 1011101 110100

Color Harmonies of #F71249

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F71249

Black with #F71249

Text Example


Text Example

White with #F71249

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F71249; }

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

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

background-color css

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

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

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

border-color css

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

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

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