Html Css Color HEX #F72040 Torch Red

📋 copy color: '#F72040'

red 247 ◦ green 32 ◦ blue 64

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

Shades of Torch Red #F72040

Tints of Torch Red #F72040

RGB

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

 GREEN value IS 32 (12.89% from 255) = 9.33%

 BLUE value IS 64 (25.39% from 255) = 18.66%

R = 72.01%
G = 9.33%
B = 18.66%

CMYK

 C value IS 0

 M value IS 0.87

 Y value IS 0.74

 K value IS 0.03

RGB Variations

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

Color information

#F72040 (or 0xF72040) is known color: Torch Red. HEX triplet: F7, 20 and 40. RGB value is (247,32,64). Sum of RGB (Red+Green+Blue) = 247+32+64=343 (45% of max value = 765). Red value is 247 (96.88% from 255 or 72.01% from 343); Green value is 32 (12.89% from 255 or 9.33% from 343); Blue value is 64 (25.39% from 255 or 18.66% from 343); Max value from RGB is 247 - color contains mainly: red. Hex color #F72040 is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #F72040 is #08DFBF. Grayscale: #646464. Windows color (decimal): -581568 or 4202743. OLE color: 4202743.

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

Color convert

RGB 247 32 64 -
CMYK 0 0.87 0.74 0.03
HSL 351.07º 0.93% 0.55% -
HSV(B) 351.07º 0.87% 0.97% -
XYZ 39.8 21.18 6.84 -
YUV 99.93 107.73 232.9 -
System Red Green Blue C M Y K H S L
Decimal 247 32 64 0 0.87 0.74 0.03 351.07 0.93 0.55
Hex F7 20 40 0 57 4A 3 15F 5D 37
Octal 367 40 100 0 127 112 3 537 135 67
Binary 11110111 100000 1000000 0 1010111 1001010 11 101011111 1011101 110111

Color Harmonies of #F72040

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F72040

Black with #F72040

Text Example


Text Example

White with #F72040

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F72040; }

 p { color: rgb(247,32,64); }

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

background-color css

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

 a { background-color: rgb(247,32,64); }

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

border-color css

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

 span { border-color: rgb(247,32,64); }

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