Html Css Color HEX #FA2848 Amaranth

📋 copy color: '#FA2848'

red 250 ◦ green 40 ◦ blue 72

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

Shades of Amaranth #FA2848

Tints of Amaranth #FA2848

RGB

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

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

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

R = 69.06%
G = 11.05%
B = 19.89%

CMYK

 C value IS 0

 M value IS 0.84

 Y value IS 0.71

 K value IS 0.02

RGB Variations

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

Color information

#FA2848 (or 0xFA2848) is known color: Amaranth. HEX triplet: FA, 28 and 48. RGB value is (250,40,72). Sum of RGB (Red+Green+Blue) = 250+40+72=362 (47% of max value = 765). Red value is 250 (98.05% from 255 or 69.06% from 362); Green value is 40 (16.02% from 255 or 11.05% from 362); Blue value is 72 (28.52% from 255 or 19.89% from 362); Max value from RGB is 250 - color contains mainly: red. Hex color #FA2848 is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #FA2848 is #05D7B7. Grayscale: #6A6A6A. Windows color (decimal): -382904 or 4729082. OLE color: 4729082.

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

Color convert

RGB 250 40 72 -
CMYK 0 0.84 0.71 0.02
HSL 350.86º 0.95% 0.57% -
HSV(B) 350.86º 0.84% 0.98% -
XYZ 41.35 22.31 8.26 -
YUV 106.44 108.57 230.4 -
System Red Green Blue C M Y K H S L
Decimal 250 40 72 0 0.84 0.71 0.02 350.86 0.95 0.57
Hex FA 28 48 0 54 47 2 15F 5F 39
Octal 372 50 110 0 124 107 2 537 137 71
Binary 11111010 101000 1001000 0 1010100 1000111 10 101011111 1011111 111001

Color Harmonies of #FA2848

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FA2848

Black with #FA2848

Text Example


Text Example

White with #FA2848

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FA2848; }

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

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

background-color css

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

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

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

border-color css

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

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

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