Html Css Color HEX #FA3444 Amaranth

📋 copy color: '#FA3444'

red 250 ◦ green 52 ◦ blue 68

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

Shades of Amaranth #FA3444

Tints of Amaranth #FA3444

RGB

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

 GREEN value IS 52 (20.7% from 255) = 14.05%

 BLUE value IS 68 (26.95% from 255) = 18.38%

R = 67.57%
G = 14.05%
B = 18.38%

CMYK

 C value IS 0

 M value IS 0.79

 Y value IS 0.73

 K value IS 0.02

RGB Variations

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

Color information

#FA3444 (or 0xFA3444) is known color: Amaranth. HEX triplet: FA, 34 and 44. RGB value is (250,52,68). Sum of RGB (Red+Green+Blue) = 250+52+68=370 (49% of max value = 765). Red value is 250 (98.05% from 255 or 67.57% from 370); Green value is 52 (20.70% from 255 or 14.05% from 370); Blue value is 68 (26.95% from 255 or 18.38% from 370); Max value from RGB is 250 - color contains mainly: red. Hex color #FA3444 is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #FA3444 is #05CBBB. Grayscale: #717171. Windows color (decimal): -379836 or 4470010. OLE color: 4470010.

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

Color convert

RGB 250 52 68 -
CMYK 0 0.79 0.73 0.02
HSL 355.15º 0.95% 0.59% -
HSV(B) 355.15º 0.79% 0.98% -
XYZ 41.7 23.2 7.75 -
YUV 113.03 102.6 225.7 -
System Red Green Blue C M Y K H S L
Decimal 250 52 68 0 0.79 0.73 0.02 355.15 0.95 0.59
Hex FA 34 44 0 4F 49 2 163 5F 3B
Octal 372 64 104 0 117 111 2 543 137 73
Binary 11111010 110100 1000100 0 1001111 1001001 10 101100011 1011111 111011

Color Harmonies of #FA3444

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FA3444

Black with #FA3444

Text Example


Text Example

White with #FA3444

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FA3444; }

 p { color: rgb(250,52,68); }

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

background-color css

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

 a { background-color: rgb(250,52,68); }

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

border-color css

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

 span { border-color: rgb(250,52,68); }

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