Html Css Color HEX #F63548 Amaranth

📋 copy color: '#F63548'

red 246 ◦ green 53 ◦ blue 72

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

Shades of Amaranth #F63548

Tints of Amaranth #F63548

RGB

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

 GREEN value IS 53 (21.09% from 255) = 14.29%

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

R = 66.31%
G = 14.29%
B = 19.41%

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

#F63548 (or 0xF63548) is known color: Amaranth. HEX triplet: F6, 35 and 48. RGB value is (246,53,72). Sum of RGB (Red+Green+Blue) = 246+53+72=371 (49% of max value = 765). Red value is 246 (96.48% from 255 or 66.31% from 371); Green value is 53 (21.09% from 255 or 14.29% from 371); Blue value is 72 (28.52% from 255 or 19.41% from 371); Max value from RGB is 246 - color contains mainly: red. Hex color #F63548 is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #F63548 is #09CAB7. Grayscale: #707070. Windows color (decimal): -641720 or 4732406. OLE color: 4732406.

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

Color convert

RGB 246 53 72 -
CMYK 0 0.78 0.71 0.04
HSL 354.09º 0.91% 0.59% -
HSV(B) 354.09º 0.78% 0.96% -
XYZ 40.45 22.61 8.36 -
YUV 112.87 104.94 222.96 -
System Red Green Blue C M Y K H S L
Decimal 246 53 72 0 0.78 0.71 0.04 354.09 0.91 0.59
Hex F6 35 48 0 4E 47 4 162 5B 3B
Octal 366 65 110 0 116 107 4 542 133 73
Binary 11110110 110101 1001000 0 1001110 1000111 100 101100010 1011011 111011

Color Harmonies of #F63548

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F63548

Black with #F63548

Text Example


Text Example

White with #F63548

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F63548; }

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

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

background-color css

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

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

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

border-color css

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

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

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