Html Css Color HEX #F72042 Torch Red

📋 copy color: '#F72042'

red 247 ◦ green 32 ◦ blue 66

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

Shades of Torch Red #F72042

Tints of Torch Red #F72042

RGB

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

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

 BLUE value IS 66 (26.17% from 255) = 19.13%

R = 71.59%
G = 9.28%
B = 19.13%

CMYK

 C value IS 0

 M value IS 0.87

 Y value IS 0.73

 K value IS 0.03

RGB Variations

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

Color information

#F72042 (or 0xF72042) is known color: Torch Red. HEX triplet: F7, 20 and 42. RGB value is (247,32,66). Sum of RGB (Red+Green+Blue) = 247+32+66=345 (45% of max value = 765). Red value is 247 (96.88% from 255 or 71.59% from 345); Green value is 32 (12.89% from 255 or 9.28% from 345); Blue value is 66 (26.17% from 255 or 19.13% from 345); Max value from RGB is 247 - color contains mainly: red. Hex color #F72042 is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #F72042 is #08DFBD. Grayscale: #646464. Windows color (decimal): -581566 or 4333815. OLE color: 4333815.

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

Color convert

RGB 247 32 66 -
CMYK 0 0.87 0.73 0.03
HSL 350.51º 0.93% 0.55% -
HSV(B) 350.51º 0.87% 0.97% -
XYZ 39.86 21.2 7.15 -
YUV 100.16 108.73 232.74 -
System Red Green Blue C M Y K H S L
Decimal 247 32 66 0 0.87 0.73 0.03 350.51 0.93 0.55
Hex F7 20 42 0 57 49 3 15F 5D 37
Octal 367 40 102 0 127 111 3 537 135 67
Binary 11110111 100000 1000010 0 1010111 1001001 11 101011111 1011101 110111

Color Harmonies of #F72042

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F72042

Black with #F72042

Text Example


Text Example

White with #F72042

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F72042; }

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

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

background-color css

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

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

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

border-color css

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

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

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