Html Css Color HEX #FA3246 Amaranth

📋 copy color: '#FA3246'

red 250 ◦ green 50 ◦ blue 70

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

Shades of Amaranth #FA3246

Tints of Amaranth #FA3246

RGB

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

 GREEN value IS 50 (19.92% from 255) = 13.51%

 BLUE value IS 70 (27.73% from 255) = 18.92%

R = 67.57%
G = 13.51%
B = 18.92%

CMYK

 C value IS 0

 M value IS 0.8

 Y value IS 0.72

 K value IS 0.02

RGB Variations

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

Color information

#FA3246 (or 0xFA3246) is known color: Amaranth. HEX triplet: FA, 32 and 46. RGB value is (250,50,70). Sum of RGB (Red+Green+Blue) = 250+50+70=370 (49% of max value = 765). Red value is 250 (98.05% from 255 or 67.57% from 370); Green value is 50 (19.92% from 255 or 13.51% from 370); Blue value is 70 (27.73% from 255 or 18.92% from 370); Max value from RGB is 250 - color contains mainly: red. Hex color #FA3246 is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #FA3246 is #05CDB9. Grayscale: #707070. Windows color (decimal): -380346 or 4600570. OLE color: 4600570.

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

Color convert

RGB 250 50 70 -
CMYK 0 0.8 0.72 0.02
HSL 354º 0.95% 0.59% -
HSV(B) 354º 0.8% 0.98% -
XYZ 41.67 23.05 8.05 -
YUV 112.08 104.26 226.37 -
System Red Green Blue C M Y K H S L
Decimal 250 50 70 0 0.8 0.72 0.02 354 0.95 0.59
Hex FA 32 46 0 50 48 2 162 5F 3B
Octal 372 62 106 0 120 110 2 542 137 73
Binary 11111010 110010 1000110 0 1010000 1001000 10 101100010 1011111 111011

Color Harmonies of #FA3246

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FA3246

Black with #FA3246

Text Example


Text Example

White with #FA3246

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FA3246; }

 p { color: rgb(250,50,70); }

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

background-color css

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

 a { background-color: rgb(250,50,70); }

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

border-color css

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

 span { border-color: rgb(250,50,70); }

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