Html Css Color HEX #F50440 Torch Red

📋 copy color: '#F50440'

red 245 ◦ green 4 ◦ blue 64

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

Shades of Torch Red #F50440

Tints of Torch Red #F50440

RGB

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

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

 BLUE value IS 64 (25.39% from 255) = 20.45%

R = 78.27%
G = 1.28%
B = 20.45%

CMYK

 C value IS 0

 M value IS 0.98

 Y value IS 0.74

 K value IS 0.04

RGB Variations

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

Color information

#F50440 (or 0xF50440) is known color: Torch Red. HEX triplet: F5, 04 and 40. RGB value is (245,4,64). Sum of RGB (Red+Green+Blue) = 245+4+64=313 (41% of max value = 765). Red value is 245 (96.09% from 255 or 78.27% from 313); Green value is 4 (1.95% from 255 or 1.28% from 313); Blue value is 64 (25.39% from 255 or 20.45% from 313); Max value from RGB is 245 - color contains mainly: red. Hex color #F50440 is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #F50440 is #0AFBBF. Grayscale: #525252. Windows color (decimal): -719808 or 4195573. OLE color: 4195573.

HSL color Cylindrical-coordinate representation of color #F50440: hue angle of 345.06º 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 #F50440 is Cyan = 0, Magento = 0.98, Yellow = 0.74 and Black (K on CMYK) = 0.04.

Color convert

RGB 245 4 64 -
CMYK 0 0.98 0.74 0.04
HSL 345.06º 0.97% 0.49% -
HSV(B) 345.06º 0.98% 0.96% -
XYZ 38.63 19.87 6.65 -
YUV 82.9 117.34 243.62 -
System Red Green Blue C M Y K H S L
Decimal 245 4 64 0 0.98 0.74 0.04 345.06 0.97 0.49
Hex F5 4 40 0 62 4A 4 159 61 31
Octal 365 4 100 0 142 112 4 531 141 61
Binary 11110101 100 1000000 0 1100010 1001010 100 101011001 1100001 110001

Color Harmonies of #F50440

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F50440

Black with #F50440

Text Example


Text Example

White with #F50440

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F50440; }

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

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

background-color css

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

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

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

border-color css

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

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

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