Html Css Color HEX #F7004A Torch Red

📋 copy color: '#F7004A'

red 247 ◦ green 0 ◦ blue 74

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

Shades of Torch Red #F7004A

Tints of Torch Red #F7004A

RGB

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

 GREEN value IS 0 (0.39% from 255) = 0%

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

R = 76.95%
G = 0%
B = 23.05%

CMYK

 C value IS 0

 M value IS 1

 Y value IS 0.70

 K value IS 0.03

RGB Variations

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

Color information

#F7004A (or 0xF7004A) is known color: Torch Red. HEX triplet: F7, 00 and 4A. RGB value is (247,0,74). Sum of RGB (Red+Green+Blue) = 247+0+74=321 (42% of max value = 765). Red value is 247 (96.88% from 255 or 76.95% from 321); Green value is 0 (0.39% from 255 or 0% from 321); Blue value is 74 (29.30% from 255 or 23.05% from 321); Max value from RGB is 247 - color contains mainly: red. Hex color #F7004A is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #F7004A is #08FFB5. Grayscale: #525252. Windows color (decimal): -589750 or 4849911. OLE color: 4849911.

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

Color convert

RGB 247 0 74 -
CMYK 0 1 0.70 0.03
HSL 342.02º 1% 0.48% -
HSV(B) 342.02º 1% 0.97% -
XYZ 39.59 20.27 8.3 -
YUV 82.29 123.33 245.48 -
System Red Green Blue C M Y K H S L
Decimal 247 0 74 0 1 0.70 0.03 342.02 1 0.48
Hex F7 0 4A 0 64 46 3 156 64 30
Octal 367 0 112 0 144 106 3 526 144 60
Binary 11110111 0 1001010 0 1100100 1000110 11 101010110 1100100 110000

Color Harmonies of #F7004A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F7004A

Black with #F7004A

Text Example


Text Example

White with #F7004A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F7004A; }

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

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

background-color css

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

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

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

border-color css

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

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

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