Html Css Color HEX #F5123F Torch Red

📋 copy color: '#F5123F'

red 245 ◦ green 18 ◦ blue 63

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

Shades of Torch Red #F5123F

Tints of Torch Red #F5123F

RGB

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

 GREEN value IS 18 (7.42% from 255) = 5.52%

 BLUE value IS 63 (25% from 255) = 19.33%

R = 75.15%
G = 5.52%
B = 19.33%

CMYK

 C value IS 0

 M value IS 0.93

 Y value IS 0.74

 K value IS 0.04

RGB Variations

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

Color information

#F5123F (or 0xF5123F) is known color: Torch Red. HEX triplet: F5, 12 and 3F. RGB value is (245,18,63). Sum of RGB (Red+Green+Blue) = 245+18+63=326 (43% of max value = 765). Red value is 245 (96.09% from 255 or 75.15% from 326); Green value is 18 (7.42% from 255 or 5.52% from 326); Blue value is 63 (25% from 255 or 19.33% from 326); Max value from RGB is 245 - color contains mainly: red. Hex color #F5123F is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #F5123F is #0AEDC0. Grayscale: #5B5B5B. Windows color (decimal): -716225 or 4133621. OLE color: 4133621.

HSL color Cylindrical-coordinate representation of color #F5123F: hue angle of 348.11º degrees, saturation: 0.92, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #F5123F is Cyan = 0, Magento = 0.93, Yellow = 0.74 and Black (K on CMYK) = 0.04.

Color convert

RGB 245 18 63 -
CMYK 0 0.93 0.74 0.04
HSL 348.11º 0.92% 0.52% -
HSV(B) 348.11º 0.93% 0.96% -
XYZ 38.77 20.2 6.56 -
YUV 91 112.21 237.84 -
System Red Green Blue C M Y K H S L
Decimal 245 18 63 0 0.93 0.74 0.04 348.11 0.92 0.52
Hex F5 12 3F 0 5D 4A 4 15C 5C 34
Octal 365 22 77 0 135 112 4 534 134 64
Binary 11110101 10010 111111 0 1011101 1001010 100 101011100 1011100 110100

Color Harmonies of #F5123F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F5123F

Black with #F5123F

Text Example


Text Example

White with #F5123F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F5123F; }

 p { color: rgb(245,18,63); }

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

background-color css

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

 a { background-color: rgb(245,18,63); }

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

border-color css

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

 span { border-color: rgb(245,18,63); }

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