Html Css Color HEX #F63343 Amaranth

📋 copy color: '#F63343'

red 246 ◦ green 51 ◦ blue 67

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

Shades of Amaranth #F63343

Tints of Amaranth #F63343

RGB

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

 GREEN value IS 51 (20.31% from 255) = 14.01%

 BLUE value IS 67 (26.56% from 255) = 18.41%

R = 67.58%
G = 14.01%
B = 18.41%

CMYK

 C value IS 0

 M value IS 0.79

 Y value IS 0.73

 K value IS 0.04

RGB Variations

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

Color information

#F63343 (or 0xF63343) is known color: Amaranth. HEX triplet: F6, 33 and 43. RGB value is (246,51,67). Sum of RGB (Red+Green+Blue) = 246+51+67=364 (48% of max value = 765). Red value is 246 (96.48% from 255 or 67.58% from 364); Green value is 51 (20.31% from 255 or 14.01% from 364); Blue value is 67 (26.56% from 255 or 18.41% from 364); Max value from RGB is 246 - color contains mainly: red. Hex color #F63343 is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #F63343 is #09CCBC. Grayscale: #6F6F6F. Windows color (decimal): -642237 or 4404214. OLE color: 4404214.

HSL color Cylindrical-coordinate representation of color #F63343: hue angle of 355.08º degrees, saturation: 0.92, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #F63343 is Cyan = 0, Magento = 0.79, Yellow = 0.73 and Black (K on CMYK) = 0.04.

Color convert

RGB 246 51 67 -
CMYK 0 0.79 0.73 0.04
HSL 355.08º 0.92% 0.58% -
HSV(B) 355.08º 0.79% 0.96% -
XYZ 40.2 22.37 7.51 -
YUV 111.13 103.1 224.2 -
System Red Green Blue C M Y K H S L
Decimal 246 51 67 0 0.79 0.73 0.04 355.08 0.92 0.58
Hex F6 33 43 0 4F 49 4 163 5C 3A
Octal 366 63 103 0 117 111 4 543 134 72
Binary 11110110 110011 1000011 0 1001111 1001001 100 101100011 1011100 111010

Color Harmonies of #F63343

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F63343

Black with #F63343

Text Example


Text Example

White with #F63343

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F63343; }

 p { color: rgb(246,51,67); }

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

background-color css

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

 a { background-color: rgb(246,51,67); }

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

border-color css

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

 span { border-color: rgb(246,51,67); }

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