Html Css Color HEX #F50241 Torch Red

📋 copy color: '#F50241'

red 245 ◦ green 2 ◦ blue 65

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

Shades of Torch Red #F50241

Tints of Torch Red #F50241

RGB

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

 GREEN value IS 2 (1.17% from 255) = 0.64%

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

R = 78.53%
G = 0.64%
B = 20.83%

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

#F50241 (or 0xF50241) is known color: Torch Red. HEX triplet: F5, 02 and 41. RGB value is (245,2,65). Sum of RGB (Red+Green+Blue) = 245+2+65=312 (41% of max value = 765). Red value is 245 (96.09% from 255 or 78.53% from 312); Green value is 2 (1.17% from 255 or 0.64% from 312); Blue value is 65 (25.78% from 255 or 20.83% from 312); Max value from RGB is 245 - color contains mainly: red. Hex color #F50241 is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #F50241 is #0AFDBE. Grayscale: #515151. Windows color (decimal): -720319 or 4260597. OLE color: 4260597.

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

Color convert

RGB 245 2 65 -
CMYK 0 0.99 0.73 0.04
HSL 344.44º 0.98% 0.48% -
HSV(B) 344.44º 0.99% 0.96% -
XYZ 38.63 19.84 6.79 -
YUV 81.84 118.51 244.38 -
System Red Green Blue C M Y K H S L
Decimal 245 2 65 0 0.99 0.73 0.04 344.44 0.98 0.48
Hex F5 2 41 0 63 49 4 158 62 30
Octal 365 2 101 0 143 111 4 530 142 60
Binary 11110101 10 1000001 0 1100011 1001001 100 101011000 1100010 110000

Color Harmonies of #F50241

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F50241

Black with #F50241

Text Example


Text Example

White with #F50241

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F50241; }

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

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

background-color css

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

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

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

border-color css

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

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

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