Html Css Color HEX #F63A44 Amaranth

📋 copy color: '#F63A44'

red 246 ◦ green 58 ◦ blue 68

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

Shades of Amaranth #F63A44

Tints of Amaranth #F63A44

RGB

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

 GREEN value IS 58 (23.05% from 255) = 15.59%

 BLUE value IS 68 (26.95% from 255) = 18.28%

R = 66.13%
G = 15.59%
B = 18.28%

CMYK

 C value IS 0

 M value IS 0.76

 Y value IS 0.72

 K value IS 0.04

RGB Variations

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

Color information

#F63A44 (or 0xF63A44) is known color: Amaranth. HEX triplet: F6, 3A and 44. RGB value is (246,58,68). Sum of RGB (Red+Green+Blue) = 246+58+68=372 (49% of max value = 765). Red value is 246 (96.48% from 255 or 66.13% from 372); Green value is 58 (23.05% from 255 or 15.59% from 372); Blue value is 68 (26.95% from 255 or 18.28% from 372); Max value from RGB is 246 - color contains mainly: red. Hex color #F63A44 is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #F63A44 is #09C5BB. Grayscale: #737373. Windows color (decimal): -640444 or 4471542. OLE color: 4471542.

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

Color convert

RGB 246 58 68 -
CMYK 0 0.76 0.72 0.04
HSL 356.81º 0.91% 0.6% -
HSV(B) 356.81º 0.76% 0.96% -
XYZ 40.56 23.04 7.78 -
YUV 115.35 101.28 221.19 -
System Red Green Blue C M Y K H S L
Decimal 246 58 68 0 0.76 0.72 0.04 356.81 0.91 0.6
Hex F6 3A 44 0 4C 48 4 165 5B 3C
Octal 366 72 104 0 114 110 4 545 133 74
Binary 11110110 111010 1000100 0 1001100 1001000 100 101100101 1011011 111100

Color Harmonies of #F63A44

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F63A44

Black with #F63A44

Text Example


Text Example

White with #F63A44

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F63A44; }

 p { color: rgb(246,58,68); }

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

background-color css

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

 a { background-color: rgb(246,58,68); }

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

border-color css

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

 span { border-color: rgb(246,58,68); }

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