Html Css Color HEX #F63545 Amaranth

📋 copy color: '#F63545'

red 246 ◦ green 53 ◦ blue 69

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

Shades of Amaranth #F63545

Tints of Amaranth #F63545

RGB

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

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

 BLUE value IS 69 (27.34% from 255) = 18.75%

R = 66.85%
G = 14.4%
B = 18.75%

CMYK

 C value IS 0

 M value IS 0.78

 Y value IS 0.72

 K value IS 0.04

RGB Variations

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

Color information

#F63545 (or 0xF63545) is known color: Amaranth. HEX triplet: F6, 35 and 45. RGB value is (246,53,69). Sum of RGB (Red+Green+Blue) = 246+53+69=368 (48% of max value = 765). Red value is 246 (96.48% from 255 or 66.85% from 368); Green value is 53 (21.09% from 255 or 14.40% from 368); Blue value is 69 (27.34% from 255 or 18.75% from 368); Max value from RGB is 246 - color contains mainly: red. Hex color #F63545 is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #F63545 is #09CABA. Grayscale: #707070. Windows color (decimal): -641723 or 4535798. OLE color: 4535798.

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

Color convert

RGB 246 53 69 -
CMYK 0 0.78 0.72 0.04
HSL 355.03º 0.91% 0.59% -
HSV(B) 355.03º 0.78% 0.96% -
XYZ 40.35 22.57 7.86 -
YUV 112.53 103.44 223.2 -
System Red Green Blue C M Y K H S L
Decimal 246 53 69 0 0.78 0.72 0.04 355.03 0.91 0.59
Hex F6 35 45 0 4E 48 4 163 5B 3B
Octal 366 65 105 0 116 110 4 543 133 73
Binary 11110110 110101 1000101 0 1001110 1001000 100 101100011 1011011 111011

Color Harmonies of #F63545

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F63545

Black with #F63545

Text Example


Text Example

White with #F63545

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F63545; }

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

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

background-color css

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

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

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

border-color css

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

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

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