Html Css Color HEX #F7094C Torch Red

📋 copy color: '#F7094C'

red 247 ◦ green 9 ◦ blue 76

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

Shades of Torch Red #F7094C

Tints of Torch Red #F7094C

RGB

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

 GREEN value IS 9 (3.91% from 255) = 2.71%

 BLUE value IS 76 (30.08% from 255) = 22.89%

R = 74.4%
G = 2.71%
B = 22.89%

CMYK

 C value IS 0

 M value IS 0.96

 Y value IS 0.69

 K value IS 0.03

RGB Variations

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

Color information

#F7094C (or 0xF7094C) is known color: Torch Red. HEX triplet: F7, 09 and 4C. RGB value is (247,9,76). Sum of RGB (Red+Green+Blue) = 247+9+76=332 (43% of max value = 765). Red value is 247 (96.88% from 255 or 74.40% from 332); Green value is 9 (3.91% from 255 or 2.71% from 332); Blue value is 76 (30.08% from 255 or 22.89% from 332); Max value from RGB is 247 - color contains mainly: red. Hex color #F7094C is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #F7094C is #08F6B3. Grayscale: #575757. Windows color (decimal): -587444 or 4983287. OLE color: 4983287.

HSL color Cylindrical-coordinate representation of color #F7094C: hue angle of 343.11º degrees, saturation: 0.94, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #F7094C is Cyan = 0, Magento = 0.96, Yellow = 0.69 and Black (K on CMYK) = 0.03.

Color convert

RGB 247 9 76 -
CMYK 0 0.96 0.69 0.03
HSL 343.11º 0.94% 0.5% -
HSV(B) 343.11º 0.96% 0.97% -
XYZ 39.76 20.49 8.7 -
YUV 87.8 121.35 241.55 -
System Red Green Blue C M Y K H S L
Decimal 247 9 76 0 0.96 0.69 0.03 343.11 0.94 0.5
Hex F7 9 4C 0 60 45 3 157 5E 32
Octal 367 11 114 0 140 105 3 527 136 62
Binary 11110111 1001 1001100 0 1100000 1000101 11 101010111 1011110 110010

Color Harmonies of #F7094C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F7094C

Black with #F7094C

Text Example


Text Example

White with #F7094C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F7094C; }

 p { color: rgb(247,9,76); }

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

background-color css

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

 a { background-color: rgb(247,9,76); }

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

border-color css

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

 span { border-color: rgb(247,9,76); }

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