Html Css Color HEX #FA3345 Amaranth

📋 copy color: '#FA3345'

red 250 ◦ green 51 ◦ blue 69

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

Shades of Amaranth #FA3345

Tints of Amaranth #FA3345

RGB

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

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

 BLUE value IS 69 (27.34% from 255) = 18.65%

R = 67.57%
G = 13.78%
B = 18.65%

CMYK

 C value IS 0

 M value IS 0.80

 Y value IS 0.72

 K value IS 0.02

RGB Variations

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

Color information

#FA3345 (or 0xFA3345) is known color: Amaranth. HEX triplet: FA, 33 and 45. RGB value is (250,51,69). Sum of RGB (Red+Green+Blue) = 250+51+69=370 (49% of max value = 765). Red value is 250 (98.05% from 255 or 67.57% from 370); Green value is 51 (20.31% from 255 or 13.78% from 370); Blue value is 69 (27.34% from 255 or 18.65% from 370); Max value from RGB is 250 - color contains mainly: red. Hex color #FA3345 is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #FA3345 is #05CCBA. Grayscale: #707070. Windows color (decimal): -380091 or 4535290. OLE color: 4535290.

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

Color convert

RGB 250 51 69 -
CMYK 0 0.80 0.72 0.02
HSL 354.57º 0.95% 0.59% -
HSV(B) 354.57º 0.8% 0.98% -
XYZ 41.68 23.12 7.9 -
YUV 112.55 103.43 226.04 -
System Red Green Blue C M Y K H S L
Decimal 250 51 69 0 0.80 0.72 0.02 354.57 0.95 0.59
Hex FA 33 45 0 50 48 2 163 5F 3B
Octal 372 63 105 0 120 110 2 543 137 73
Binary 11111010 110011 1000101 0 1010000 1001000 10 101100011 1011111 111011

Color Harmonies of #FA3345

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FA3345

Black with #FA3345

Text Example


Text Example

White with #FA3345

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FA3345; }

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

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

background-color css

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

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

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

border-color css

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

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

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