Html Css Color HEX #F50841 Torch Red

📋 copy color: '#F50841'

red 245 ◦ green 8 ◦ blue 65

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

Shades of Torch Red #F50841

Tints of Torch Red #F50841

RGB

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

 GREEN value IS 8 (3.52% from 255) = 2.52%

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

R = 77.04%
G = 2.52%
B = 20.44%

CMYK

 C value IS 0

 M value IS 0.97

 Y value IS 0.73

 K value IS 0.04

RGB Variations

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

Color information

#F50841 (or 0xF50841) is known color: Torch Red. HEX triplet: F5, 08 and 41. RGB value is (245,8,65). Sum of RGB (Red+Green+Blue) = 245+8+65=318 (42% of max value = 765). Red value is 245 (96.09% from 255 or 77.04% from 318); Green value is 8 (3.52% from 255 or 2.52% from 318); Blue value is 65 (25.78% from 255 or 20.44% from 318); Max value from RGB is 245 - color contains mainly: red. Hex color #F50841 is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #F50841 is #0AF7BE. Grayscale: #555555. Windows color (decimal): -718783 or 4262133. OLE color: 4262133.

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

Color convert

RGB 245 8 65 -
CMYK 0 0.97 0.73 0.04
HSL 345.57º 0.94% 0.5% -
HSV(B) 345.57º 0.97% 0.96% -
XYZ 38.7 19.97 6.82 -
YUV 85.36 116.52 241.87 -
System Red Green Blue C M Y K H S L
Decimal 245 8 65 0 0.97 0.73 0.04 345.57 0.94 0.5
Hex F5 8 41 0 61 49 4 15A 5E 32
Octal 365 10 101 0 141 111 4 532 136 62
Binary 11110101 1000 1000001 0 1100001 1001001 100 101011010 1011110 110010

Color Harmonies of #F50841

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F50841

Black with #F50841

Text Example


Text Example

White with #F50841

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F50841; }

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

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

background-color css

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

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

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

border-color css

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

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

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