Html Css Color HEX #F63849 Amaranth

📋 copy color: '#F63849'

red 246 ◦ green 56 ◦ blue 73

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

Shades of Amaranth #F63849

Tints of Amaranth #F63849

RGB

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

 GREEN value IS 56 (22.27% from 255) = 14.93%

 BLUE value IS 73 (28.91% from 255) = 19.47%

R = 65.6%
G = 14.93%
B = 19.47%

CMYK

 C value IS 0

 M value IS 0.77

 Y value IS 0.70

 K value IS 0.04

RGB Variations

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

Color information

#F63849 (or 0xF63849) is known color: Amaranth. HEX triplet: F6, 38 and 49. RGB value is (246,56,73). Sum of RGB (Red+Green+Blue) = 246+56+73=375 (49% of max value = 765). Red value is 246 (96.48% from 255 or 65.6% from 375); Green value is 56 (22.27% from 255 or 14.93% from 375); Blue value is 73 (28.91% from 255 or 19.47% from 375); Max value from RGB is 246 - color contains mainly: red. Hex color #F63849 is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #F63849 is #09C7B6. Grayscale: #727272. Windows color (decimal): -640951 or 4798710. OLE color: 4798710.

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

Color convert

RGB 246 56 73 -
CMYK 0 0.77 0.70 0.04
HSL 354.63º 0.91% 0.59% -
HSV(B) 354.63º 0.77% 0.96% -
XYZ 40.62 22.9 8.58 -
YUV 114.75 104.45 221.62 -
System Red Green Blue C M Y K H S L
Decimal 246 56 73 0 0.77 0.70 0.04 354.63 0.91 0.59
Hex F6 38 49 0 4D 46 4 163 5B 3B
Octal 366 70 111 0 115 106 4 543 133 73
Binary 11110110 111000 1001001 0 1001101 1000110 100 101100011 1011011 111011

Color Harmonies of #F63849

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F63849

Black with #F63849

Text Example


Text Example

White with #F63849

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F63849; }

 p { color: rgb(246,56,73); }

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

background-color css

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

 a { background-color: rgb(246,56,73); }

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

border-color css

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

 span { border-color: rgb(246,56,73); }

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