Html Css Color HEX #FA2D44 Amaranth

📋 copy color: '#FA2D44'

red 250 ◦ green 45 ◦ blue 68

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

Shades of Amaranth #FA2D44

Tints of Amaranth #FA2D44

RGB

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

 GREEN value IS 45 (17.97% from 255) = 12.4%

 BLUE value IS 68 (26.95% from 255) = 18.73%

R = 68.87%
G = 12.4%
B = 18.73%

CMYK

 C value IS 0

 M value IS 0.82

 Y value IS 0.73

 K value IS 0.02

RGB Variations

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

Color information

#FA2D44 (or 0xFA2D44) is known color: Amaranth. HEX triplet: FA, 2D and 44. RGB value is (250,45,68). Sum of RGB (Red+Green+Blue) = 250+45+68=363 (48% of max value = 765). Red value is 250 (98.05% from 255 or 68.87% from 363); Green value is 45 (17.97% from 255 or 12.40% from 363); Blue value is 68 (26.95% from 255 or 18.73% from 363); Max value from RGB is 250 - color contains mainly: red. Hex color #FA2D44 is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #FA2D44 is #05D2BB. Grayscale: #6D6D6D. Windows color (decimal): -381628 or 4468218. OLE color: 4468218.

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

Color convert

RGB 250 45 68 -
CMYK 0 0.82 0.73 0.02
HSL 353.27º 0.95% 0.58% -
HSV(B) 353.27º 0.82% 0.98% -
XYZ 41.41 22.62 7.65 -
YUV 108.92 104.92 228.63 -
System Red Green Blue C M Y K H S L
Decimal 250 45 68 0 0.82 0.73 0.02 353.27 0.95 0.58
Hex FA 2D 44 0 52 49 2 161 5F 3A
Octal 372 55 104 0 122 111 2 541 137 72
Binary 11111010 101101 1000100 0 1010010 1001001 10 101100001 1011111 111010

Color Harmonies of #FA2D44

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FA2D44

Black with #FA2D44

Text Example


Text Example

White with #FA2D44

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FA2D44; }

 p { color: rgb(250,45,68); }

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

background-color css

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

 a { background-color: rgb(250,45,68); }

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

border-color css

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

 span { border-color: rgb(250,45,68); }

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