Html Css Color HEX #FA3142 Amaranth

📋 copy color: '#FA3142'

red 250 ◦ green 49 ◦ blue 66

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

Shades of Amaranth #FA3142

Tints of Amaranth #FA3142

RGB

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

 GREEN value IS 49 (19.53% from 255) = 13.42%

 BLUE value IS 66 (26.17% from 255) = 18.08%

R = 68.49%
G = 13.42%
B = 18.08%

CMYK

 C value IS 0

 M value IS 0.80

 Y value IS 0.74

 K value IS 0.02

RGB Variations

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

Color information

#FA3142 (or 0xFA3142) is known color: Amaranth. HEX triplet: FA, 31 and 42. RGB value is (250,49,66). Sum of RGB (Red+Green+Blue) = 250+49+66=365 (48% of max value = 765). Red value is 250 (98.05% from 255 or 68.49% from 365); Green value is 49 (19.53% from 255 or 13.42% from 365); Blue value is 66 (26.17% from 255 or 18.08% from 365); Max value from RGB is 250 - color contains mainly: red. Hex color #FA3142 is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #FA3142 is #05CEBD. Grayscale: #6F6F6F. Windows color (decimal): -380606 or 4338170. OLE color: 4338170.

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

Color convert

RGB 250 49 66 -
CMYK 0 0.80 0.74 0.02
HSL 354.93º 0.95% 0.59% -
HSV(B) 354.93º 0.8% 0.98% -
XYZ 41.51 22.91 7.39 -
YUV 111.04 102.59 227.12 -
System Red Green Blue C M Y K H S L
Decimal 250 49 66 0 0.80 0.74 0.02 354.93 0.95 0.59
Hex FA 31 42 0 50 4A 2 163 5F 3B
Octal 372 61 102 0 120 112 2 543 137 73
Binary 11111010 110001 1000010 0 1010000 1001010 10 101100011 1011111 111011

Color Harmonies of #FA3142

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FA3142

Black with #FA3142

Text Example


Text Example

White with #FA3142

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FA3142; }

 p { color: rgb(250,49,66); }

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

background-color css

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

 a { background-color: rgb(250,49,66); }

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

border-color css

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

 span { border-color: rgb(250,49,66); }

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