Html Css Color HEX #F50438 Torch Red

📋 copy color: '#F50438'

red 245 ◦ green 4 ◦ blue 56

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

Shades of Torch Red #F50438

Tints of Torch Red #F50438

RGB

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

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

 BLUE value IS 56 (22.27% from 255) = 18.36%

R = 80.33%
G = 1.31%
B = 18.36%

CMYK

 C value IS 0

 M value IS 0.98

 Y value IS 0.77

 K value IS 0.04

RGB Variations

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

Color information

#F50438 (or 0xF50438) is known color: Torch Red. HEX triplet: F5, 04 and 38. RGB value is (245,4,56). Sum of RGB (Red+Green+Blue) = 245+4+56=305 (40% of max value = 765). Red value is 245 (96.09% from 255 or 80.33% from 305); Green value is 4 (1.95% from 255 or 1.31% from 305); Blue value is 56 (22.27% from 255 or 18.36% from 305); Max value from RGB is 245 - color contains mainly: red. Hex color #F50438 is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #F50438 is #0AFBC7. Grayscale: #525252. Windows color (decimal): -719816 or 3671285. OLE color: 3671285.

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

Color convert

RGB 245 4 56 -
CMYK 0 0.98 0.77 0.04
HSL 347.05º 0.97% 0.49% -
HSV(B) 347.05º 0.98% 0.96% -
XYZ 38.41 19.78 5.54 -
YUV 81.99 113.34 244.27 -
System Red Green Blue C M Y K H S L
Decimal 245 4 56 0 0.98 0.77 0.04 347.05 0.97 0.49
Hex F5 4 38 0 62 4D 4 15B 61 31
Octal 365 4 70 0 142 115 4 533 141 61
Binary 11110101 100 111000 0 1100010 1001101 100 101011011 1100001 110001

Color Harmonies of #F50438

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F50438

Black with #F50438

Text Example


Text Example

White with #F50438

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F50438; }

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

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

background-color css

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

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

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

border-color css

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

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

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