Html Css Color HEX #F5083E Torch Red

📋 copy color: '#F5083E'

red 245 ◦ green 8 ◦ blue 62

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

Shades of Torch Red #F5083E

Tints of Torch Red #F5083E

RGB

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

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

 BLUE value IS 62 (24.61% from 255) = 19.68%

R = 77.78%
G = 2.54%
B = 19.68%

CMYK

 C value IS 0

 M value IS 0.97

 Y value IS 0.75

 K value IS 0.04

RGB Variations

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

Color information

#F5083E (or 0xF5083E) is known color: Torch Red. HEX triplet: F5, 08 and 3E. RGB value is (245,8,62). Sum of RGB (Red+Green+Blue) = 245+8+62=315 (41% of max value = 765). Red value is 245 (96.09% from 255 or 77.78% from 315); Green value is 8 (3.52% from 255 or 2.54% from 315); Blue value is 62 (24.61% from 255 or 19.68% from 315); Max value from RGB is 245 - color contains mainly: red. Hex color #F5083E is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #F5083E is #0AF7C1. Grayscale: #555555. Windows color (decimal): -718786 or 4065525. OLE color: 4065525.

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

Color convert

RGB 245 8 62 -
CMYK 0 0.97 0.75 0.04
HSL 346.33º 0.94% 0.5% -
HSV(B) 346.33º 0.97% 0.96% -
XYZ 38.61 19.93 6.37 -
YUV 85.02 115.02 242.11 -
System Red Green Blue C M Y K H S L
Decimal 245 8 62 0 0.97 0.75 0.04 346.33 0.94 0.5
Hex F5 8 3E 0 61 4B 4 15A 5E 32
Octal 365 10 76 0 141 113 4 532 136 62
Binary 11110101 1000 111110 0 1100001 1001011 100 101011010 1011110 110010

Color Harmonies of #F5083E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F5083E

Black with #F5083E

Text Example


Text Example

White with #F5083E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F5083E; }

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

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

background-color css

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

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

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

border-color css

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

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

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