Html Css Color HEX #FA3244 Amaranth

📋 copy color: '#FA3244'

red 250 ◦ green 50 ◦ blue 68

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

Shades of Amaranth #FA3244

Tints of Amaranth #FA3244

RGB

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

 GREEN value IS 50 (19.92% from 255) = 13.59%

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

R = 67.93%
G = 13.59%
B = 18.48%

CMYK

 C value IS 0

 M value IS 0.8

 Y value IS 0.73

 K value IS 0.02

RGB Variations

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

Color information

#FA3244 (or 0xFA3244) is known color: Amaranth. HEX triplet: FA, 32 and 44. RGB value is (250,50,68). Sum of RGB (Red+Green+Blue) = 250+50+68=368 (48% of max value = 765). Red value is 250 (98.05% from 255 or 67.93% from 368); Green value is 50 (19.92% from 255 or 13.59% from 368); Blue value is 68 (26.95% from 255 or 18.48% from 368); Max value from RGB is 250 - color contains mainly: red. Hex color #FA3244 is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #FA3244 is #05CDBB. Grayscale: #6F6F6F. Windows color (decimal): -380348 or 4469498. OLE color: 4469498.

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

Color convert

RGB 250 50 68 -
CMYK 0 0.8 0.73 0.02
HSL 354.6º 0.95% 0.59% -
HSV(B) 354.6º 0.8% 0.98% -
XYZ 41.61 23.02 7.72 -
YUV 111.85 103.26 226.54 -
System Red Green Blue C M Y K H S L
Decimal 250 50 68 0 0.8 0.73 0.02 354.6 0.95 0.59
Hex FA 32 44 0 50 49 2 163 5F 3B
Octal 372 62 104 0 120 111 2 543 137 73
Binary 11111010 110010 1000100 0 1010000 1001001 10 101100011 1011111 111011

Color Harmonies of #FA3244

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FA3244

Black with #FA3244

Text Example


Text Example

White with #FA3244

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FA3244; }

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

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

background-color css

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

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

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

border-color css

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

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

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