Html Css Color HEX #F5144D Torch Red

📋 copy color: '#F5144D'

red 245 ◦ green 20 ◦ blue 77

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

Shades of Torch Red #F5144D

Tints of Torch Red #F5144D

RGB

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

 GREEN value IS 20 (8.2% from 255) = 5.85%

 BLUE value IS 77 (30.47% from 255) = 22.51%

R = 71.64%
G = 5.85%
B = 22.51%

CMYK

 C value IS 0

 M value IS 0.92

 Y value IS 0.69

 K value IS 0.04

RGB Variations

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

Color information

#F5144D (or 0xF5144D) is known color: Torch Red. HEX triplet: F5, 14 and 4D. RGB value is (245,20,77). Sum of RGB (Red+Green+Blue) = 245+20+77=342 (45% of max value = 765). Red value is 245 (96.09% from 255 or 71.64% from 342); Green value is 20 (8.20% from 255 or 5.85% from 342); Blue value is 77 (30.47% from 255 or 22.51% from 342); Max value from RGB is 245 - color contains mainly: red. Hex color #F5144D is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #F5144D is #0AEBB2. Grayscale: #5D5D5D. Windows color (decimal): -715699 or 5051637. OLE color: 5051637.

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

Color convert

RGB 245 20 77 -
CMYK 0 0.92 0.69 0.04
HSL 344.8º 0.92% 0.52% -
HSV(B) 344.8º 0.92% 0.96% -
XYZ 39.25 20.45 8.9 -
YUV 93.77 118.54 235.87 -
System Red Green Blue C M Y K H S L
Decimal 245 20 77 0 0.92 0.69 0.04 344.8 0.92 0.52
Hex F5 14 4D 0 5C 45 4 159 5C 34
Octal 365 24 115 0 134 105 4 531 134 64
Binary 11110101 10100 1001101 0 1011100 1000101 100 101011001 1011100 110100

Color Harmonies of #F5144D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F5144D

Black with #F5144D

Text Example


Text Example

White with #F5144D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F5144D; }

 p { color: rgb(245,20,77); }

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

background-color css

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

 a { background-color: rgb(245,20,77); }

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

border-color css

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

 span { border-color: rgb(245,20,77); }

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