Html Css Color HEX #FA2048 Amaranth

📋 copy color: '#FA2048'

red 250 ◦ green 32 ◦ blue 72

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

Shades of Amaranth #FA2048

Tints of Amaranth #FA2048

RGB

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

 GREEN value IS 32 (12.89% from 255) = 9.04%

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

R = 70.62%
G = 9.04%
B = 20.34%

CMYK

 C value IS 0

 M value IS 0.87

 Y value IS 0.71

 K value IS 0.02

RGB Variations

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

Color information

#FA2048 (or 0xFA2048) is known color: Amaranth. HEX triplet: FA, 20 and 48. RGB value is (250,32,72). Sum of RGB (Red+Green+Blue) = 250+32+72=354 (46% of max value = 765). Red value is 250 (98.05% from 255 or 70.62% from 354); Green value is 32 (12.89% from 255 or 9.04% from 354); Blue value is 72 (28.52% from 255 or 20.34% from 354); Max value from RGB is 250 - color contains mainly: red. Hex color #FA2048 is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #FA2048 is #05DFB7. Grayscale: #656565. Windows color (decimal): -384952 or 4727034. OLE color: 4727034.

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

Color convert

RGB 250 32 72 -
CMYK 0 0.87 0.71 0.02
HSL 348.99º 0.96% 0.55% -
HSV(B) 348.99º 0.87% 0.98% -
XYZ 41.11 21.82 8.18 -
YUV 101.74 111.22 233.75 -
System Red Green Blue C M Y K H S L
Decimal 250 32 72 0 0.87 0.71 0.02 348.99 0.96 0.55
Hex FA 20 48 0 57 47 2 15D 60 37
Octal 372 40 110 0 127 107 2 535 140 67
Binary 11111010 100000 1001000 0 1010111 1000111 10 101011101 1100000 110111

Color Harmonies of #FA2048

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FA2048

Black with #FA2048

Text Example


Text Example

White with #FA2048

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FA2048; }

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

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

background-color css

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

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

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

border-color css

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

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

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