Html Css Color HEX #F7014A Torch Red

📋 copy color: '#F7014A'

red 247 ◦ green 1 ◦ blue 74

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

Shades of Torch Red #F7014A

Tints of Torch Red #F7014A

RGB

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

 GREEN value IS 1 (0.78% from 255) = 0.31%

 BLUE value IS 74 (29.3% from 255) = 22.98%

R = 76.71%
G = 0.31%
B = 22.98%

CMYK

 C value IS 0

 M value IS 1.00

 Y value IS 0.70

 K value IS 0.03

RGB Variations

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

Color information

#F7014A (or 0xF7014A) is known color: Torch Red. HEX triplet: F7, 01 and 4A. RGB value is (247,1,74). Sum of RGB (Red+Green+Blue) = 247+1+74=322 (42% of max value = 765). Red value is 247 (96.88% from 255 or 76.71% from 322); Green value is 1 (0.78% from 255 or 0.31% from 322); Blue value is 74 (29.30% from 255 or 22.98% from 322); Max value from RGB is 247 - color contains mainly: red. Hex color #F7014A is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #F7014A is #08FEB5. Grayscale: #525252. Windows color (decimal): -589494 or 4850167. OLE color: 4850167.

HSL color Cylindrical-coordinate representation of color #F7014A: hue angle of 342.2º degrees, saturation: 0.99, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 1%. Process color model (Four color, CMYK) of #F7014A is Cyan = 0, Magento = 1.00, Yellow = 0.70 and Black (K on CMYK) = 0.03.

Color convert

RGB 247 1 74 -
CMYK 0 1.00 0.70 0.03
HSL 342.2º 0.99% 0.49% -
HSV(B) 342.2º 1% 0.97% -
XYZ 39.6 20.29 8.31 -
YUV 82.88 123 245.06 -
System Red Green Blue C M Y K H S L
Decimal 247 1 74 0 1.00 0.70 0.03 342.2 0.99 0.49
Hex F7 1 4A 0 64 46 3 156 63 31
Octal 367 1 112 0 144 106 3 526 143 61
Binary 11110111 1 1001010 0 1100100 1000110 11 101010110 1100011 110001

Color Harmonies of #F7014A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F7014A

Black with #F7014A

Text Example


Text Example

White with #F7014A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F7014A; }

 p { color: rgb(247,1,74); }

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

background-color css

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

 a { background-color: rgb(247,1,74); }

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

border-color css

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

 span { border-color: rgb(247,1,74); }

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