Html Css Color HEX #F51146 Torch Red

📋 copy color: '#F51146'

red 245 ◦ green 17 ◦ blue 70

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

Shades of Torch Red #F51146

Tints of Torch Red #F51146

RGB

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

 GREEN value IS 17 (7.03% from 255) = 5.12%

 BLUE value IS 70 (27.73% from 255) = 21.08%

R = 73.8%
G = 5.12%
B = 21.08%

CMYK

 C value IS 0

 M value IS 0.93

 Y value IS 0.71

 K value IS 0.04

RGB Variations

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

Color information

#F51146 (or 0xF51146) is known color: Torch Red. HEX triplet: F5, 11 and 46. RGB value is (245,17,70). Sum of RGB (Red+Green+Blue) = 245+17+70=332 (43% of max value = 765). Red value is 245 (96.09% from 255 or 73.80% from 332); Green value is 17 (7.03% from 255 or 5.12% from 332); Blue value is 70 (27.73% from 255 or 21.08% from 332); Max value from RGB is 245 - color contains mainly: red. Hex color #F51146 is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #F51146 is #0AEEB9. Grayscale: #5B5B5B. Windows color (decimal): -716474 or 4592117. OLE color: 4592117.

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

Color convert

RGB 245 17 70 -
CMYK 0 0.93 0.71 0.04
HSL 346.05º 0.92% 0.51% -
HSV(B) 346.05º 0.93% 0.96% -
XYZ 38.96 20.26 7.65 -
YUV 91.21 116.04 237.69 -
System Red Green Blue C M Y K H S L
Decimal 245 17 70 0 0.93 0.71 0.04 346.05 0.92 0.51
Hex F5 11 46 0 5D 47 4 15A 5C 33
Octal 365 21 106 0 135 107 4 532 134 63
Binary 11110101 10001 1000110 0 1011101 1000111 100 101011010 1011100 110011

Color Harmonies of #F51146

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F51146

Black with #F51146

Text Example


Text Example

White with #F51146

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F51146; }

 p { color: rgb(245,17,70); }

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

background-color css

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

 a { background-color: rgb(245,17,70); }

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

border-color css

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

 span { border-color: rgb(245,17,70); }

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