Html Css Color HEX #F60F48 Torch Red

📋 copy color: '#F60F48'

red 246 ◦ green 15 ◦ blue 72

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

Shades of Torch Red #F60F48

Tints of Torch Red #F60F48

RGB

 RED value IS 246 (96.48% from 255) = 73.87%

 GREEN value IS 15 (6.25% from 255) = 4.5%

 BLUE value IS 72 (28.52% from 255) = 21.62%

R = 73.87%
G = 4.5%
B = 21.62%

CMYK

 C value IS 0

 M value IS 0.94

 Y value IS 0.71

 K value IS 0.04

RGB Variations

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

Color information

#F60F48 (or 0xF60F48) is known color: Torch Red. HEX triplet: F6, 0F and 48. RGB value is (246,15,72). Sum of RGB (Red+Green+Blue) = 246+15+72=333 (44% of max value = 765). Red value is 246 (96.48% from 255 or 73.87% from 333); Green value is 15 (6.25% from 255 or 4.50% from 333); Blue value is 72 (28.52% from 255 or 21.62% from 333); Max value from RGB is 246 - color contains mainly: red. Hex color #F60F48 is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #F60F48 is #09F0B7. Grayscale: #5A5A5A. Windows color (decimal): -651448 or 4722678. OLE color: 4722678.

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

Color convert

RGB 246 15 72 -
CMYK 0 0.94 0.71 0.04
HSL 345.19º 0.93% 0.51% -
HSV(B) 345.19º 0.94% 0.96% -
XYZ 39.35 20.4 8 -
YUV 90.57 117.53 238.87 -
System Red Green Blue C M Y K H S L
Decimal 246 15 72 0 0.94 0.71 0.04 345.19 0.93 0.51
Hex F6 F 48 0 5E 47 4 159 5D 33
Octal 366 17 110 0 136 107 4 531 135 63
Binary 11110110 1111 1001000 0 1011110 1000111 100 101011001 1011101 110011

Color Harmonies of #F60F48

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F60F48

Black with #F60F48

Text Example


Text Example

White with #F60F48

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F60F48; }

 p { color: rgb(246,15,72); }

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

background-color css

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

 a { background-color: rgb(246,15,72); }

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

border-color css

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

 span { border-color: rgb(246,15,72); }

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