Html Css Color HEX #F63C47 Amaranth

📋 copy color: '#F63C47'

red 246 ◦ green 60 ◦ blue 71

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

Shades of Amaranth #F63C47

Tints of Amaranth #F63C47

RGB

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

 GREEN value IS 60 (23.83% from 255) = 15.92%

 BLUE value IS 71 (28.13% from 255) = 18.83%

R = 65.25%
G = 15.92%
B = 18.83%

CMYK

 C value IS 0

 M value IS 0.76

 Y value IS 0.71

 K value IS 0.04

RGB Variations

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

Color information

#F63C47 (or 0xF63C47) is known color: Amaranth. HEX triplet: F6, 3C and 47. RGB value is (246,60,71). Sum of RGB (Red+Green+Blue) = 246+60+71=377 (49% of max value = 765). Red value is 246 (96.48% from 255 or 65.25% from 377); Green value is 60 (23.83% from 255 or 15.92% from 377); Blue value is 71 (28.12% from 255 or 18.83% from 377); Max value from RGB is 246 - color contains mainly: red. Hex color #F63C47 is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #F63C47 is #09C3B8. Grayscale: #757575. Windows color (decimal): -639929 or 4668662. OLE color: 4668662.

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

Color convert

RGB 246 60 71 -
CMYK 0 0.76 0.71 0.04
HSL 356.45º 0.91% 0.6% -
HSV(B) 356.45º 0.76% 0.96% -
XYZ 40.76 23.28 8.31 -
YUV 116.87 102.12 220.11 -
System Red Green Blue C M Y K H S L
Decimal 246 60 71 0 0.76 0.71 0.04 356.45 0.91 0.6
Hex F6 3C 47 0 4C 47 4 164 5B 3C
Octal 366 74 107 0 114 107 4 544 133 74
Binary 11110110 111100 1000111 0 1001100 1000111 100 101100100 1011011 111100

Color Harmonies of #F63C47

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F63C47

Black with #F63C47

Text Example


Text Example

White with #F63C47

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F63C47; }

 p { color: rgb(246,60,71); }

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

background-color css

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

 a { background-color: rgb(246,60,71); }

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

border-color css

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

 span { border-color: rgb(246,60,71); }

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