Html Css Color HEX #F30740 Torch Red

📋 copy color: '#F30740'

red 243 ◦ green 7 ◦ blue 64

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

Shades of Torch Red #F30740

Tints of Torch Red #F30740

RGB

 RED value IS 243 (95.31% from 255) = 77.39%

 GREEN value IS 7 (3.13% from 255) = 2.23%

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

R = 77.39%
G = 2.23%
B = 20.38%

CMYK

 C value IS 0

 M value IS 0.97

 Y value IS 0.74

 K value IS 0.05

RGB Variations

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

Color information

#F30740 (or 0xF30740) is known color: Torch Red. HEX triplet: F3, 07 and 40. RGB value is (243,7,64). Sum of RGB (Red+Green+Blue) = 243+7+64=314 (41% of max value = 765). Red value is 243 (95.31% from 255 or 77.39% from 314); Green value is 7 (3.12% from 255 or 2.23% from 314); Blue value is 64 (25.39% from 255 or 20.38% from 314); Max value from RGB is 243 - color contains mainly: red. Hex color #F30740 is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #F30740 is #0CF8BF. Grayscale: #545454. Windows color (decimal): -850112 or 4196339. OLE color: 4196339.

HSL color Cylindrical-coordinate representation of color #F30740: hue angle of 345.51º degrees, saturation: 0.94, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #F30740 is Cyan = 0, Magento = 0.97, Yellow = 0.74 and Black (K on CMYK) = 0.05.

Color convert

RGB 243 7 64 -
CMYK 0 0.97 0.74 0.05
HSL 345.51º 0.94% 0.49% -
HSV(B) 345.51º 0.97% 0.95% -
XYZ 37.96 19.58 6.63 -
YUV 84.06 116.69 241.37 -
System Red Green Blue C M Y K H S L
Decimal 243 7 64 0 0.97 0.74 0.05 345.51 0.94 0.49
Hex F3 7 40 0 61 4A 5 15A 5E 31
Octal 363 7 100 0 141 112 5 532 136 61
Binary 11110011 111 1000000 0 1100001 1001010 101 101011010 1011110 110001

Color Harmonies of #F30740

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F30740

Black with #F30740

Text Example


Text Example

White with #F30740

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F30740; }

 p { color: rgb(243,7,64); }

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

background-color css

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

 a { background-color: rgb(243,7,64); }

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

border-color css

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

 span { border-color: rgb(243,7,64); }

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