Html Css Color HEX #F60549 Torch Red

📋 copy color: '#F60549'

red 246 ◦ green 5 ◦ blue 73

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

Shades of Torch Red #F60549

Tints of Torch Red #F60549

RGB

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

 GREEN value IS 5 (2.34% from 255) = 1.54%

 BLUE value IS 73 (28.91% from 255) = 22.53%

R = 75.93%
G = 1.54%
B = 22.53%

CMYK

 C value IS 0

 M value IS 0.98

 Y value IS 0.70

 K value IS 0.04

RGB Variations

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

Color information

#F60549 (or 0xF60549) is known color: Torch Red. HEX triplet: F6, 05 and 49. RGB value is (246,5,73). Sum of RGB (Red+Green+Blue) = 246+5+73=324 (42% of max value = 765). Red value is 246 (96.48% from 255 or 75.93% from 324); Green value is 5 (2.34% from 255 or 1.54% from 324); Blue value is 73 (28.91% from 255 or 22.53% from 324); Max value from RGB is 246 - color contains mainly: red. Hex color #F60549 is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #F60549 is #09FAB6. Grayscale: #545454. Windows color (decimal): -654007 or 4785654. OLE color: 4785654.

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

Color convert

RGB 246 5 73 -
CMYK 0 0.98 0.70 0.04
HSL 343.07º 0.96% 0.49% -
HSV(B) 343.07º 0.98% 0.96% -
XYZ 39.26 20.18 8.13 -
YUV 84.81 121.34 242.97 -
System Red Green Blue C M Y K H S L
Decimal 246 5 73 0 0.98 0.70 0.04 343.07 0.96 0.49
Hex F6 5 49 0 62 46 4 157 60 31
Octal 366 5 111 0 142 106 4 527 140 61
Binary 11110110 101 1001001 0 1100010 1000110 100 101010111 1100000 110001

Color Harmonies of #F60549

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F60549

Black with #F60549

Text Example


Text Example

White with #F60549

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F60549; }

 p { color: rgb(246,5,73); }

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

background-color css

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

 a { background-color: rgb(246,5,73); }

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

border-color css

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

 span { border-color: rgb(246,5,73); }

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