Html Css Color HEX #F60546 Torch Red

📋 copy color: '#F60546'

red 246 ◦ green 5 ◦ blue 70

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

Shades of Torch Red #F60546

Tints of Torch Red #F60546

RGB

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

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

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

R = 76.64%
G = 1.56%
B = 21.81%

CMYK

 C value IS 0

 M value IS 0.98

 Y value IS 0.72

 K value IS 0.04

RGB Variations

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

Color information

#F60546 (or 0xF60546) is known color: Torch Red. HEX triplet: F6, 05 and 46. RGB value is (246,5,70). Sum of RGB (Red+Green+Blue) = 246+5+70=321 (42% of max value = 765). Red value is 246 (96.48% from 255 or 76.64% from 321); Green value is 5 (2.34% from 255 or 1.56% from 321); Blue value is 70 (27.73% from 255 or 21.81% from 321); Max value from RGB is 246 - color contains mainly: red. Hex color #F60546 is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #F60546 is #09FAB9. Grayscale: #545454. Windows color (decimal): -654010 or 4589046. OLE color: 4589046.

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

Color convert

RGB 246 5 70 -
CMYK 0 0.98 0.72 0.04
HSL 343.82º 0.96% 0.49% -
HSV(B) 343.82º 0.98% 0.96% -
XYZ 39.17 20.14 7.62 -
YUV 84.47 119.84 243.21 -
System Red Green Blue C M Y K H S L
Decimal 246 5 70 0 0.98 0.72 0.04 343.82 0.96 0.49
Hex F6 5 46 0 62 48 4 158 60 31
Octal 366 5 106 0 142 110 4 530 140 61
Binary 11110110 101 1000110 0 1100010 1001000 100 101011000 1100000 110001

Color Harmonies of #F60546

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F60546

Black with #F60546

Text Example


Text Example

White with #F60546

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F60546; }

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

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

background-color css

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

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

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

border-color css

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

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

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