Html Css Color HEX #FA2C45 Amaranth

📋 copy color: '#FA2C45'

red 250 ◦ green 44 ◦ blue 69

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

Shades of Amaranth #FA2C45

Tints of Amaranth #FA2C45

RGB

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

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

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

R = 68.87%
G = 12.12%
B = 19.01%

CMYK

 C value IS 0

 M value IS 0.82

 Y value IS 0.72

 K value IS 0.02

RGB Variations

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

Color information

#FA2C45 (or 0xFA2C45) is known color: Amaranth. HEX triplet: FA, 2C and 45. RGB value is (250,44,69). Sum of RGB (Red+Green+Blue) = 250+44+69=363 (48% of max value = 765). Red value is 250 (98.05% from 255 or 68.87% from 363); Green value is 44 (17.58% from 255 or 12.12% from 363); Blue value is 69 (27.34% from 255 or 19.01% from 363); Max value from RGB is 250 - color contains mainly: red. Hex color #FA2C45 is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #FA2C45 is #05D3BA. Grayscale: #6C6C6C. Windows color (decimal): -381883 or 4533498. OLE color: 4533498.

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

Color convert

RGB 250 44 69 -
CMYK 0 0.82 0.72 0.02
HSL 352.72º 0.95% 0.58% -
HSV(B) 352.72º 0.82% 0.98% -
XYZ 41.4 22.56 7.8 -
YUV 108.44 105.75 228.97 -
System Red Green Blue C M Y K H S L
Decimal 250 44 69 0 0.82 0.72 0.02 352.72 0.95 0.58
Hex FA 2C 45 0 52 48 2 161 5F 3A
Octal 372 54 105 0 122 110 2 541 137 72
Binary 11111010 101100 1000101 0 1010010 1001000 10 101100001 1011111 111010

Color Harmonies of #FA2C45

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FA2C45

Black with #FA2C45

Text Example


Text Example

White with #FA2C45

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FA2C45; }

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

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

background-color css

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

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

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

border-color css

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

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

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