Html Css Color HEX #F60646 Torch Red

📋 copy color: '#F60646'

red 246 ◦ green 6 ◦ blue 70

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

Shades of Torch Red #F60646

Tints of Torch Red #F60646

RGB

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

 GREEN value IS 6 (2.73% from 255) = 1.86%

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

R = 76.4%
G = 1.86%
B = 21.74%

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

#F60646 (or 0xF60646) is known color: Torch Red. HEX triplet: F6, 06 and 46. RGB value is (246,6,70). Sum of RGB (Red+Green+Blue) = 246+6+70=322 (42% of max value = 765). Red value is 246 (96.48% from 255 or 76.40% from 322); Green value is 6 (2.73% from 255 or 1.86% from 322); Blue value is 70 (27.73% from 255 or 21.74% from 322); Max value from RGB is 246 - color contains mainly: red. Hex color #F60646 is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #F60646 is #09F9B9. Grayscale: #555555. Windows color (decimal): -653754 or 4589302. OLE color: 4589302.

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

Color convert

RGB 246 6 70 -
CMYK 0 0.98 0.72 0.04
HSL 344º 0.95% 0.49% -
HSV(B) 344º 0.98% 0.96% -
XYZ 39.18 20.17 7.62 -
YUV 85.06 119.51 242.8 -
System Red Green Blue C M Y K H S L
Decimal 246 6 70 0 0.98 0.72 0.04 344 0.95 0.49
Hex F6 6 46 0 62 48 4 158 5F 31
Octal 366 6 106 0 142 110 4 530 137 61
Binary 11110110 110 1000110 0 1100010 1001000 100 101011000 1011111 110001

Color Harmonies of #F60646

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F60646

Black with #F60646

Text Example


Text Example

White with #F60646

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F60646; }

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

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

background-color css

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

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

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

border-color css

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

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

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