Html Css Color HEX #FA2845 Amaranth

📋 copy color: '#FA2845'

red 250 ◦ green 40 ◦ blue 69

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

Shades of Amaranth #FA2845

Tints of Amaranth #FA2845

RGB

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

 GREEN value IS 40 (16.02% from 255) = 11.14%

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

R = 69.64%
G = 11.14%
B = 19.22%

CMYK

 C value IS 0

 M value IS 0.84

 Y value IS 0.72

 K value IS 0.02

RGB Variations

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

Color information

#FA2845 (or 0xFA2845) is known color: Amaranth. HEX triplet: FA, 28 and 45. RGB value is (250,40,69). Sum of RGB (Red+Green+Blue) = 250+40+69=359 (47% of max value = 765). Red value is 250 (98.05% from 255 or 69.64% from 359); Green value is 40 (16.02% from 255 or 11.14% from 359); Blue value is 69 (27.34% from 255 or 19.22% from 359); Max value from RGB is 250 - color contains mainly: red. Hex color #FA2845 is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #FA2845 is #05D7BA. Grayscale: #6A6A6A. Windows color (decimal): -382907 or 4532474. OLE color: 4532474.

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

Color convert

RGB 250 40 69 -
CMYK 0 0.84 0.72 0.02
HSL 351.71º 0.95% 0.57% -
HSV(B) 351.71º 0.84% 0.98% -
XYZ 41.26 22.27 7.75 -
YUV 106.1 107.07 230.64 -
System Red Green Blue C M Y K H S L
Decimal 250 40 69 0 0.84 0.72 0.02 351.71 0.95 0.57
Hex FA 28 45 0 54 48 2 160 5F 39
Octal 372 50 105 0 124 110 2 540 137 71
Binary 11111010 101000 1000101 0 1010100 1001000 10 101100000 1011111 111001

Color Harmonies of #FA2845

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FA2845

Black with #FA2845

Text Example


Text Example

White with #FA2845

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FA2845; }

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

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

background-color css

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

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

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

border-color css

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

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

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