Html Css Color HEX #FA3343 Amaranth

📋 copy color: '#FA3343'

red 250 ◦ green 51 ◦ blue 67

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

Shades of Amaranth #FA3343

Tints of Amaranth #FA3343

RGB

 RED value IS 250 (98.05% from 255) = 67.93%

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

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

R = 67.93%
G = 13.86%
B = 18.21%

CMYK

 C value IS 0

 M value IS 0.80

 Y value IS 0.73

 K value IS 0.02

RGB Variations

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

Color information

#FA3343 (or 0xFA3343) is known color: Amaranth. HEX triplet: FA, 33 and 43. RGB value is (250,51,67). Sum of RGB (Red+Green+Blue) = 250+51+67=368 (48% of max value = 765). Red value is 250 (98.05% from 255 or 67.93% from 368); Green value is 51 (20.31% from 255 or 13.86% from 368); Blue value is 67 (26.56% from 255 or 18.21% from 368); Max value from RGB is 250 - color contains mainly: red. Hex color #FA3343 is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #FA3343 is #05CCBC. Grayscale: #707070. Windows color (decimal): -380093 or 4404218. OLE color: 4404218.

HSL color Cylindrical-coordinate representation of color #FA3343: hue angle of 355.18º degrees, saturation: 0.95, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #FA3343 is Cyan = 0, Magento = 0.80, Yellow = 0.73 and Black (K on CMYK) = 0.02.

Color convert

RGB 250 51 67 -
CMYK 0 0.80 0.73 0.02
HSL 355.18º 0.95% 0.59% -
HSV(B) 355.18º 0.8% 0.98% -
XYZ 41.62 23.1 7.57 -
YUV 112.33 102.43 226.2 -
System Red Green Blue C M Y K H S L
Decimal 250 51 67 0 0.80 0.73 0.02 355.18 0.95 0.59
Hex FA 33 43 0 50 49 2 163 5F 3B
Octal 372 63 103 0 120 111 2 543 137 73
Binary 11111010 110011 1000011 0 1010000 1001001 10 101100011 1011111 111011

Color Harmonies of #FA3343

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FA3343

Black with #FA3343

Text Example


Text Example

White with #FA3343

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FA3343; }

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

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

background-color css

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

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

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

border-color css

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

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

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