Html Css Color HEX #F63146 Amaranth

📋 copy color: '#F63146'

red 246 ◦ green 49 ◦ blue 70

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

Shades of Amaranth #F63146

Tints of Amaranth #F63146

RGB

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

 GREEN value IS 49 (19.53% from 255) = 13.42%

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

R = 67.4%
G = 13.42%
B = 19.18%

CMYK

 C value IS 0

 M value IS 0.80

 Y value IS 0.72

 K value IS 0.04

RGB Variations

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

Color information

#F63146 (or 0xF63146) is known color: Amaranth. HEX triplet: F6, 31 and 46. RGB value is (246,49,70). Sum of RGB (Red+Green+Blue) = 246+49+70=365 (48% of max value = 765). Red value is 246 (96.48% from 255 or 67.40% from 365); Green value is 49 (19.53% from 255 or 13.42% from 365); Blue value is 70 (27.73% from 255 or 19.18% from 365); Max value from RGB is 246 - color contains mainly: red. Hex color #F63146 is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #F63146 is #09CEB9. Grayscale: #6E6E6E. Windows color (decimal): -642746 or 4600310. OLE color: 4600310.

HSL color Cylindrical-coordinate representation of color #F63146: hue angle of 353.6º degrees, saturation: 0.92, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #F63146 is Cyan = 0, Magento = 0.80, Yellow = 0.72 and Black (K on CMYK) = 0.04.

Color convert

RGB 246 49 70 -
CMYK 0 0.80 0.72 0.04
HSL 353.6º 0.92% 0.58% -
HSV(B) 353.6º 0.8% 0.96% -
XYZ 40.21 22.23 7.97 -
YUV 110.3 105.27 224.79 -
System Red Green Blue C M Y K H S L
Decimal 246 49 70 0 0.80 0.72 0.04 353.6 0.92 0.58
Hex F6 31 46 0 50 48 4 162 5C 3A
Octal 366 61 106 0 120 110 4 542 134 72
Binary 11110110 110001 1000110 0 1010000 1001000 100 101100010 1011100 111010

Color Harmonies of #F63146

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F63146

Black with #F63146

Text Example


Text Example

White with #F63146

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F63146; }

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

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

background-color css

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

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

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

border-color css

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

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

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