Html Css Color HEX #F40746 Torch Red

📋 copy color: '#F40746'

red 244 ◦ green 7 ◦ blue 70

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

Shades of Torch Red #F40746

Tints of Torch Red #F40746

RGB

 RED value IS 244 (95.7% from 255) = 76.01%

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

 BLUE value IS 70 (27.73% from 255) = 21.81%

R = 76.01%
G = 2.18%
B = 21.81%

CMYK

 C value IS 0

 M value IS 0.97

 Y value IS 0.71

 K value IS 0.04

RGB Variations

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

Color information

#F40746 (or 0xF40746) is known color: Torch Red. HEX triplet: F4, 07 and 46. RGB value is (244,7,70). Sum of RGB (Red+Green+Blue) = 244+7+70=321 (42% of max value = 765). Red value is 244 (95.70% from 255 or 76.01% from 321); Green value is 7 (3.12% from 255 or 2.18% from 321); Blue value is 70 (27.73% from 255 or 21.81% from 321); Max value from RGB is 244 - color contains mainly: red. Hex color #F40746 is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #F40746 is #0BF8B9. Grayscale: #555555. Windows color (decimal): -784570 or 4589556. OLE color: 4589556.

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

Color convert

RGB 244 7 70 -
CMYK 0 0.97 0.71 0.04
HSL 344.05º 0.94% 0.49% -
HSV(B) 344.05º 0.97% 0.96% -
XYZ 38.49 19.83 7.59 -
YUV 85.05 119.52 241.38 -
System Red Green Blue C M Y K H S L
Decimal 244 7 70 0 0.97 0.71 0.04 344.05 0.94 0.49
Hex F4 7 46 0 61 47 4 158 5E 31
Octal 364 7 106 0 141 107 4 530 136 61
Binary 11110100 111 1000110 0 1100001 1000111 100 101011000 1011110 110001

Color Harmonies of #F40746

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F40746

Black with #F40746

Text Example


Text Example

White with #F40746

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F40746; }

 p { color: rgb(244,7,70); }

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

background-color css

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

 a { background-color: rgb(244,7,70); }

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

border-color css

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

 span { border-color: rgb(244,7,70); }

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