Html Css Color HEX #F50341 Torch Red

📋 copy color: '#F50341'

red 245 ◦ green 3 ◦ blue 65

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

Shades of Torch Red #F50341

Tints of Torch Red #F50341

RGB

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

 GREEN value IS 3 (1.56% from 255) = 0.96%

 BLUE value IS 65 (25.78% from 255) = 20.77%

R = 78.27%
G = 0.96%
B = 20.77%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.73

 K value IS 0.04

RGB Variations

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

Color information

#F50341 (or 0xF50341) is known color: Torch Red. HEX triplet: F5, 03 and 41. RGB value is (245,3,65). Sum of RGB (Red+Green+Blue) = 245+3+65=313 (41% of max value = 765). Red value is 245 (96.09% from 255 or 78.27% from 313); Green value is 3 (1.56% from 255 or 0.96% from 313); Blue value is 65 (25.78% from 255 or 20.77% from 313); Max value from RGB is 245 - color contains mainly: red. Hex color #F50341 is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #F50341 is #0AFCBE. Grayscale: #525252. Windows color (decimal): -720063 or 4260853. OLE color: 4260853.

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

Color convert

RGB 245 3 65 -
CMYK 0 0.99 0.73 0.04
HSL 344.63º 0.98% 0.49% -
HSV(B) 344.63º 0.99% 0.96% -
XYZ 38.64 19.86 6.8 -
YUV 82.43 118.17 243.96 -
System Red Green Blue C M Y K H S L
Decimal 245 3 65 0 0.99 0.73 0.04 344.63 0.98 0.49
Hex F5 3 41 0 63 49 4 159 62 31
Octal 365 3 101 0 143 111 4 531 142 61
Binary 11110101 11 1000001 0 1100011 1001001 100 101011001 1100010 110001

Color Harmonies of #F50341

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F50341

Black with #F50341

Text Example


Text Example

White with #F50341

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F50341; }

 p { color: rgb(245,3,65); }

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

background-color css

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

 a { background-color: rgb(245,3,65); }

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

border-color css

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

 span { border-color: rgb(245,3,65); }

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