Html Css Color HEX #F60547 Torch Red

📋 copy color: '#F60547'

red 246 ◦ green 5 ◦ blue 71

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

Shades of Torch Red #F60547

Tints of Torch Red #F60547

RGB

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

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

 BLUE value IS 71 (28.13% from 255) = 22.05%

R = 76.4%
G = 1.55%
B = 22.05%

CMYK

 C value IS 0

 M value IS 0.98

 Y value IS 0.71

 K value IS 0.04

RGB Variations

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

Color information

#F60547 (or 0xF60547) is known color: Torch Red. HEX triplet: F6, 05 and 47. RGB value is (246,5,71). Sum of RGB (Red+Green+Blue) = 246+5+71=322 (42% of max value = 765). Red value is 246 (96.48% from 255 or 76.40% from 322); Green value is 5 (2.34% from 255 or 1.55% from 322); Blue value is 71 (28.12% from 255 or 22.05% from 322); Max value from RGB is 246 - color contains mainly: red. Hex color #F60547 is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #F60547 is #09FAB8. Grayscale: #545454. Windows color (decimal): -654009 or 4654582. OLE color: 4654582.

HSL color Cylindrical-coordinate representation of color #F60547: hue angle of 343.57º 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 #F60547 is Cyan = 0, Magento = 0.98, Yellow = 0.71 and Black (K on CMYK) = 0.04.

Color convert

RGB 246 5 71 -
CMYK 0 0.98 0.71 0.04
HSL 343.57º 0.96% 0.49% -
HSV(B) 343.57º 0.98% 0.96% -
XYZ 39.2 20.16 7.79 -
YUV 84.58 120.34 243.13 -
System Red Green Blue C M Y K H S L
Decimal 246 5 71 0 0.98 0.71 0.04 343.57 0.96 0.49
Hex F6 5 47 0 62 47 4 158 60 31
Octal 366 5 107 0 142 107 4 530 140 61
Binary 11110110 101 1000111 0 1100010 1000111 100 101011000 1100000 110001

Color Harmonies of #F60547

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F60547

Black with #F60547

Text Example


Text Example

White with #F60547

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F60547; }

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

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

background-color css

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

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

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

border-color css

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

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

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