Html Css Color HEX #FA3047 Amaranth

📋 copy color: '#FA3047'

red 250 ◦ green 48 ◦ blue 71

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

Shades of Amaranth #FA3047

Tints of Amaranth #FA3047

RGB

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

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

 BLUE value IS 71 (28.13% from 255) = 19.24%

R = 67.75%
G = 13.01%
B = 19.24%

CMYK

 C value IS 0

 M value IS 0.81

 Y value IS 0.72

 K value IS 0.02

RGB Variations

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

Color information

#FA3047 (or 0xFA3047) is known color: Amaranth. HEX triplet: FA, 30 and 47. RGB value is (250,48,71). Sum of RGB (Red+Green+Blue) = 250+48+71=369 (48% of max value = 765). Red value is 250 (98.05% from 255 or 67.75% from 369); Green value is 48 (19.14% from 255 or 13.01% from 369); Blue value is 71 (28.12% from 255 or 19.24% from 369); Max value from RGB is 250 - color contains mainly: red. Hex color #FA3047 is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #FA3047 is #05CFB8. Grayscale: #6F6F6F. Windows color (decimal): -380857 or 4665594. OLE color: 4665594.

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

Color convert

RGB 250 48 71 -
CMYK 0 0.81 0.72 0.02
HSL 353.17º 0.95% 0.58% -
HSV(B) 353.17º 0.81% 0.98% -
XYZ 41.62 22.89 8.19 -
YUV 111.02 105.42 227.13 -
System Red Green Blue C M Y K H S L
Decimal 250 48 71 0 0.81 0.72 0.02 353.17 0.95 0.58
Hex FA 30 47 0 51 48 2 161 5F 3A
Octal 372 60 107 0 121 110 2 541 137 72
Binary 11111010 110000 1000111 0 1010001 1001000 10 101100001 1011111 111010

Color Harmonies of #FA3047

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FA3047

Black with #FA3047

Text Example


Text Example

White with #FA3047

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FA3047; }

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

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

background-color css

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

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

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

border-color css

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

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

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