Html Css Color HEX #FA2548 Amaranth

📋 copy color: '#FA2548'

red 250 ◦ green 37 ◦ blue 72

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

Shades of Amaranth #FA2548

Tints of Amaranth #FA2548

RGB

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

 GREEN value IS 37 (14.84% from 255) = 10.31%

 BLUE value IS 72 (28.52% from 255) = 20.06%

R = 69.64%
G = 10.31%
B = 20.06%

CMYK

 C value IS 0

 M value IS 0.85

 Y value IS 0.71

 K value IS 0.02

RGB Variations

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

Color information

#FA2548 (or 0xFA2548) is known color: Amaranth. HEX triplet: FA, 25 and 48. RGB value is (250,37,72). Sum of RGB (Red+Green+Blue) = 250+37+72=359 (47% of max value = 765). Red value is 250 (98.05% from 255 or 69.64% from 359); Green value is 37 (14.84% from 255 or 10.31% from 359); Blue value is 72 (28.52% from 255 or 20.06% from 359); Max value from RGB is 250 - color contains mainly: red. Hex color #FA2548 is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #FA2548 is #05DAB7. Grayscale: #686868. Windows color (decimal): -383672 or 4728314. OLE color: 4728314.

HSL color Cylindrical-coordinate representation of color #FA2548: hue angle of 350.14º degrees, saturation: 0.96, 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 #FA2548 is Cyan = 0, Magento = 0.85, Yellow = 0.71 and Black (K on CMYK) = 0.02.

Color convert

RGB 250 37 72 -
CMYK 0 0.85 0.71 0.02
HSL 350.14º 0.96% 0.56% -
HSV(B) 350.14º 0.85% 0.98% -
XYZ 41.26 22.12 8.23 -
YUV 104.68 109.57 231.65 -
System Red Green Blue C M Y K H S L
Decimal 250 37 72 0 0.85 0.71 0.02 350.14 0.96 0.56
Hex FA 25 48 0 55 47 2 15E 60 38
Octal 372 45 110 0 125 107 2 536 140 70
Binary 11111010 100101 1001000 0 1010101 1000111 10 101011110 1100000 111000

Color Harmonies of #FA2548

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FA2548

Black with #FA2548

Text Example


Text Example

White with #FA2548

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FA2548; }

 p { color: rgb(250,37,72); }

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

background-color css

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

 a { background-color: rgb(250,37,72); }

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

border-color css

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

 span { border-color: rgb(250,37,72); }

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