Html Css Color HEX #FA2645 Amaranth

📋 copy color: '#FA2645'

red 250 ◦ green 38 ◦ blue 69

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

Shades of Amaranth #FA2645

Tints of Amaranth #FA2645

RGB

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

 GREEN value IS 38 (15.23% from 255) = 10.64%

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

R = 70.03%
G = 10.64%
B = 19.33%

CMYK

 C value IS 0

 M value IS 0.85

 Y value IS 0.72

 K value IS 0.02

RGB Variations

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

Color information

#FA2645 (or 0xFA2645) is known color: Amaranth. HEX triplet: FA, 26 and 45. RGB value is (250,38,69). Sum of RGB (Red+Green+Blue) = 250+38+69=357 (47% of max value = 765). Red value is 250 (98.05% from 255 or 70.03% from 357); Green value is 38 (15.23% from 255 or 10.64% from 357); Blue value is 69 (27.34% from 255 or 19.33% from 357); Max value from RGB is 250 - color contains mainly: red. Hex color #FA2645 is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #FA2645 is #05D9BA. Grayscale: #696969. Windows color (decimal): -383419 or 4531962. OLE color: 4531962.

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

Color convert

RGB 250 38 69 -
CMYK 0 0.85 0.72 0.02
HSL 351.23º 0.95% 0.56% -
HSV(B) 351.23º 0.85% 0.98% -
XYZ 41.19 22.14 7.73 -
YUV 104.92 107.74 231.48 -
System Red Green Blue C M Y K H S L
Decimal 250 38 69 0 0.85 0.72 0.02 351.23 0.95 0.56
Hex FA 26 45 0 55 48 2 15F 5F 38
Octal 372 46 105 0 125 110 2 537 137 70
Binary 11111010 100110 1000101 0 1010101 1001000 10 101011111 1011111 111000

Color Harmonies of #FA2645

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FA2645

Black with #FA2645

Text Example


Text Example

White with #FA2645

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FA2645; }

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

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

background-color css

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

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

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

border-color css

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

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

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