Html Css Color HEX #FA3042 Amaranth

📋 copy color: '#FA3042'

red 250 ◦ green 48 ◦ blue 66

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

Shades of Amaranth #FA3042

Tints of Amaranth #FA3042

RGB

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

 GREEN value IS 48 (19.14% from 255) = 13.19%

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

R = 68.68%
G = 13.19%
B = 18.13%

CMYK

 C value IS 0

 M value IS 0.81

 Y value IS 0.74

 K value IS 0.02

RGB Variations

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

Color information

#FA3042 (or 0xFA3042) is known color: Amaranth. HEX triplet: FA, 30 and 42. RGB value is (250,48,66). Sum of RGB (Red+Green+Blue) = 250+48+66=364 (48% of max value = 765). Red value is 250 (98.05% from 255 or 68.68% from 364); Green value is 48 (19.14% from 255 or 13.19% from 364); Blue value is 66 (26.17% from 255 or 18.13% from 364); Max value from RGB is 250 - color contains mainly: red. Hex color #FA3042 is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #FA3042 is #05CFBD. Grayscale: #6E6E6E. Windows color (decimal): -380862 or 4337914. OLE color: 4337914.

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

Color convert

RGB 250 48 66 -
CMYK 0 0.81 0.74 0.02
HSL 354.65º 0.95% 0.58% -
HSV(B) 354.65º 0.81% 0.98% -
XYZ 41.46 22.83 7.38 -
YUV 110.45 102.92 227.54 -
System Red Green Blue C M Y K H S L
Decimal 250 48 66 0 0.81 0.74 0.02 354.65 0.95 0.58
Hex FA 30 42 0 51 4A 2 163 5F 3A
Octal 372 60 102 0 121 112 2 543 137 72
Binary 11111010 110000 1000010 0 1010001 1001010 10 101100011 1011111 111010

Color Harmonies of #FA3042

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FA3042

Black with #FA3042

Text Example


Text Example

White with #FA3042

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FA3042; }

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

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

background-color css

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

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

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

border-color css

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

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

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