Html Css Color HEX #F5044A Torch Red

📋 copy color: '#F5044A'

red 245 ◦ green 4 ◦ blue 74

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

Shades of Torch Red #F5044A

Tints of Torch Red #F5044A

RGB

 RED value IS 245 (96.09% from 255) = 75.85%

 GREEN value IS 4 (1.95% from 255) = 1.24%

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

R = 75.85%
G = 1.24%
B = 22.91%

CMYK

 C value IS 0

 M value IS 0.98

 Y value IS 0.70

 K value IS 0.04

RGB Variations

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

Color information

#F5044A (or 0xF5044A) is known color: Torch Red. HEX triplet: F5, 04 and 4A. RGB value is (245,4,74). Sum of RGB (Red+Green+Blue) = 245+4+74=323 (42% of max value = 765). Red value is 245 (96.09% from 255 or 75.85% from 323); Green value is 4 (1.95% from 255 or 1.24% from 323); Blue value is 74 (29.30% from 255 or 22.91% from 323); Max value from RGB is 245 - color contains mainly: red. Hex color #F5044A is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #F5044A is #0AFBB5. Grayscale: #545454. Windows color (decimal): -719798 or 4850933. OLE color: 4850933.

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

Color convert

RGB 245 4 74 -
CMYK 0 0.98 0.70 0.04
HSL 342.57º 0.97% 0.49% -
HSV(B) 342.57º 0.98% 0.96% -
XYZ 38.94 19.99 8.29 -
YUV 84.04 122.34 242.81 -
System Red Green Blue C M Y K H S L
Decimal 245 4 74 0 0.98 0.70 0.04 342.57 0.97 0.49
Hex F5 4 4A 0 62 46 4 157 61 31
Octal 365 4 112 0 142 106 4 527 141 61
Binary 11110101 100 1001010 0 1100010 1000110 100 101010111 1100001 110001

Color Harmonies of #F5044A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F5044A

Black with #F5044A

Text Example


Text Example

White with #F5044A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F5044A; }

 p { color: rgb(245,4,74); }

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

background-color css

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

 a { background-color: rgb(245,4,74); }

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

border-color css

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

 span { border-color: rgb(245,4,74); }

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