Html Css Color HEX #F63945 Amaranth

📋 copy color: '#F63945'

red 246 ◦ green 57 ◦ blue 69

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

Shades of Amaranth #F63945

Tints of Amaranth #F63945

RGB

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

 GREEN value IS 57 (22.66% from 255) = 15.32%

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

R = 66.13%
G = 15.32%
B = 18.55%

CMYK

 C value IS 0

 M value IS 0.77

 Y value IS 0.72

 K value IS 0.04

RGB Variations

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

Color information

#F63945 (or 0xF63945) is known color: Amaranth. HEX triplet: F6, 39 and 45. RGB value is (246,57,69). Sum of RGB (Red+Green+Blue) = 246+57+69=372 (49% of max value = 765). Red value is 246 (96.48% from 255 or 66.13% from 372); Green value is 57 (22.66% from 255 or 15.32% from 372); Blue value is 69 (27.34% from 255 or 18.55% from 372); Max value from RGB is 246 - color contains mainly: red. Hex color #F63945 is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #F63945 is #09C6BA. Grayscale: #737373. Windows color (decimal): -640699 or 4536822. OLE color: 4536822.

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

Color convert

RGB 246 57 69 -
CMYK 0 0.77 0.72 0.04
HSL 356.19º 0.91% 0.59% -
HSV(B) 356.19º 0.77% 0.96% -
XYZ 40.54 22.95 7.92 -
YUV 114.88 102.12 221.52 -
System Red Green Blue C M Y K H S L
Decimal 246 57 69 0 0.77 0.72 0.04 356.19 0.91 0.59
Hex F6 39 45 0 4D 48 4 164 5B 3B
Octal 366 71 105 0 115 110 4 544 133 73
Binary 11110110 111001 1000101 0 1001101 1001000 100 101100100 1011011 111011

Color Harmonies of #F63945

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F63945

Black with #F63945

Text Example


Text Example

White with #F63945

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F63945; }

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

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

background-color css

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

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

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

border-color css

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

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

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