Html Css Color HEX #F63648 Amaranth

📋 copy color: '#F63648'

red 246 ◦ green 54 ◦ blue 72

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

Shades of Amaranth #F63648

Tints of Amaranth #F63648

RGB

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

 GREEN value IS 54 (21.48% from 255) = 14.52%

 BLUE value IS 72 (28.52% from 255) = 19.35%

R = 66.13%
G = 14.52%
B = 19.35%

CMYK

 C value IS 0

 M value IS 0.78

 Y value IS 0.71

 K value IS 0.04

RGB Variations

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

Color information

#F63648 (or 0xF63648) is known color: Amaranth. HEX triplet: F6, 36 and 48. RGB value is (246,54,72). Sum of RGB (Red+Green+Blue) = 246+54+72=372 (49% of max value = 765). Red value is 246 (96.48% from 255 or 66.13% from 372); Green value is 54 (21.48% from 255 or 14.52% from 372); Blue value is 72 (28.52% from 255 or 19.35% from 372); Max value from RGB is 246 - color contains mainly: red. Hex color #F63648 is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #F63648 is #09C9B7. Grayscale: #717171. Windows color (decimal): -641464 or 4732662. OLE color: 4732662.

HSL color Cylindrical-coordinate representation of color #F63648: hue angle of 354.38º degrees, saturation: 0.91, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #F63648 is Cyan = 0, Magento = 0.78, Yellow = 0.71 and Black (K on CMYK) = 0.04.

Color convert

RGB 246 54 72 -
CMYK 0 0.78 0.71 0.04
HSL 354.38º 0.91% 0.59% -
HSV(B) 354.38º 0.78% 0.96% -
XYZ 40.49 22.7 8.38 -
YUV 113.46 104.61 222.54 -
System Red Green Blue C M Y K H S L
Decimal 246 54 72 0 0.78 0.71 0.04 354.38 0.91 0.59
Hex F6 36 48 0 4E 47 4 162 5B 3B
Octal 366 66 110 0 116 107 4 542 133 73
Binary 11110110 110110 1001000 0 1001110 1000111 100 101100010 1011011 111011

Color Harmonies of #F63648

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F63648

Black with #F63648

Text Example


Text Example

White with #F63648

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F63648; }

 p { color: rgb(246,54,72); }

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

background-color css

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

 a { background-color: rgb(246,54,72); }

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

border-color css

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

 span { border-color: rgb(246,54,72); }

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