Html Css Color HEX #F5164C Torch Red

📋 copy color: '#F5164C'

red 245 ◦ green 22 ◦ blue 76

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

Shades of Torch Red #F5164C

Tints of Torch Red #F5164C

RGB

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

 GREEN value IS 22 (8.98% from 255) = 6.41%

 BLUE value IS 76 (30.08% from 255) = 22.16%

R = 71.43%
G = 6.41%
B = 22.16%

CMYK

 C value IS 0

 M value IS 0.91

 Y value IS 0.69

 K value IS 0.04

RGB Variations

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

Color information

#F5164C (or 0xF5164C) is known color: Torch Red. HEX triplet: F5, 16 and 4C. RGB value is (245,22,76). Sum of RGB (Red+Green+Blue) = 245+22+76=343 (45% of max value = 765). Red value is 245 (96.09% from 255 or 71.43% from 343); Green value is 22 (8.98% from 255 or 6.41% from 343); Blue value is 76 (30.08% from 255 or 22.16% from 343); Max value from RGB is 245 - color contains mainly: red. Hex color #F5164C is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #F5164C is #0AE9B3. Grayscale: #5E5E5E. Windows color (decimal): -715188 or 4986613. OLE color: 4986613.

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

Color convert

RGB 245 22 76 -
CMYK 0 0.91 0.69 0.04
HSL 345.47º 0.92% 0.52% -
HSV(B) 345.47º 0.91% 0.96% -
XYZ 39.25 20.51 8.73 -
YUV 94.83 117.38 235.11 -
System Red Green Blue C M Y K H S L
Decimal 245 22 76 0 0.91 0.69 0.04 345.47 0.92 0.52
Hex F5 16 4C 0 5B 45 4 159 5C 34
Octal 365 26 114 0 133 105 4 531 134 64
Binary 11110101 10110 1001100 0 1011011 1000101 100 101011001 1011100 110100

Color Harmonies of #F5164C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F5164C

Black with #F5164C

Text Example


Text Example

White with #F5164C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F5164C; }

 p { color: rgb(245,22,76); }

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

background-color css

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

 a { background-color: rgb(245,22,76); }

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

border-color css

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

 span { border-color: rgb(245,22,76); }

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