Html Css Color HEX #FA2C48 Amaranth

📋 copy color: '#FA2C48'

red 250 ◦ green 44 ◦ blue 72

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

Shades of Amaranth #FA2C48

Tints of Amaranth #FA2C48

RGB

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

 GREEN value IS 44 (17.58% from 255) = 12.02%

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

R = 68.31%
G = 12.02%
B = 19.67%

CMYK

 C value IS 0

 M value IS 0.82

 Y value IS 0.71

 K value IS 0.02

RGB Variations

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

Color information

#FA2C48 (or 0xFA2C48) is known color: Amaranth. HEX triplet: FA, 2C and 48. RGB value is (250,44,72). Sum of RGB (Red+Green+Blue) = 250+44+72=366 (48% of max value = 765). Red value is 250 (98.05% from 255 or 68.31% from 366); Green value is 44 (17.58% from 255 or 12.02% from 366); Blue value is 72 (28.52% from 255 or 19.67% from 366); Max value from RGB is 250 - color contains mainly: red. Hex color #FA2C48 is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #FA2C48 is #05D3B7. Grayscale: #6C6C6C. Windows color (decimal): -381880 or 4730106. OLE color: 4730106.

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

Color convert

RGB 250 44 72 -
CMYK 0 0.82 0.71 0.02
HSL 351.84º 0.95% 0.58% -
HSV(B) 351.84º 0.82% 0.98% -
XYZ 41.49 22.59 8.3 -
YUV 108.79 107.25 228.72 -
System Red Green Blue C M Y K H S L
Decimal 250 44 72 0 0.82 0.71 0.02 351.84 0.95 0.58
Hex FA 2C 48 0 52 47 2 160 5F 3A
Octal 372 54 110 0 122 107 2 540 137 72
Binary 11111010 101100 1001000 0 1010010 1000111 10 101100000 1011111 111010

Color Harmonies of #FA2C48

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FA2C48

Black with #FA2C48

Text Example


Text Example

White with #FA2C48

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FA2C48; }

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

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

background-color css

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

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

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

border-color css

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

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

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