Html Css Color HEX #FA3743 Amaranth

📋 copy color: '#FA3743'

red 250 ◦ green 55 ◦ blue 67

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

Shades of Amaranth #FA3743

Tints of Amaranth #FA3743

RGB

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

 GREEN value IS 55 (21.88% from 255) = 14.78%

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

R = 67.2%
G = 14.78%
B = 18.01%

CMYK

 C value IS 0

 M value IS 0.78

 Y value IS 0.73

 K value IS 0.02

RGB Variations

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

Color information

#FA3743 (or 0xFA3743) is known color: Amaranth. HEX triplet: FA, 37 and 43. RGB value is (250,55,67). Sum of RGB (Red+Green+Blue) = 250+55+67=372 (49% of max value = 765). Red value is 250 (98.05% from 255 or 67.20% from 372); Green value is 55 (21.88% from 255 or 14.78% from 372); Blue value is 67 (26.56% from 255 or 18.01% from 372); Max value from RGB is 250 - color contains mainly: red. Hex color #FA3743 is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #FA3743 is #05C8BC. Grayscale: #727272. Windows color (decimal): -379069 or 4405242. OLE color: 4405242.

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

Color convert

RGB 250 55 67 -
CMYK 0 0.78 0.73 0.02
HSL 356.31º 0.95% 0.6% -
HSV(B) 356.31º 0.78% 0.98% -
XYZ 41.8 23.46 7.64 -
YUV 114.67 101.1 224.52 -
System Red Green Blue C M Y K H S L
Decimal 250 55 67 0 0.78 0.73 0.02 356.31 0.95 0.6
Hex FA 37 43 0 4E 49 2 164 5F 3C
Octal 372 67 103 0 116 111 2 544 137 74
Binary 11111010 110111 1000011 0 1001110 1001001 10 101100100 1011111 111100

Color Harmonies of #FA3743

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FA3743

Black with #FA3743

Text Example


Text Example

White with #FA3743

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FA3743; }

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

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

background-color css

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

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

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

border-color css

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

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

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