Html Css Color HEX #FA3642 Amaranth

📋 copy color: '#FA3642'

red 250 ◦ green 54 ◦ blue 66

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

Shades of Amaranth #FA3642

Tints of Amaranth #FA3642

RGB

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

 GREEN value IS 54 (21.48% from 255) = 14.59%

 BLUE value IS 66 (26.17% from 255) = 17.84%

R = 67.57%
G = 14.59%
B = 17.84%

CMYK

 C value IS 0

 M value IS 0.78

 Y value IS 0.74

 K value IS 0.02

RGB Variations

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

Color information

#FA3642 (or 0xFA3642) is known color: Amaranth. HEX triplet: FA, 36 and 42. RGB value is (250,54,66). Sum of RGB (Red+Green+Blue) = 250+54+66=370 (49% of max value = 765). Red value is 250 (98.05% from 255 or 67.57% from 370); Green value is 54 (21.48% from 255 or 14.59% from 370); Blue value is 66 (26.17% from 255 or 17.84% from 370); Max value from RGB is 250 - color contains mainly: red. Hex color #FA3642 is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #FA3642 is #05C9BD. Grayscale: #727272. Windows color (decimal): -379326 or 4339450. OLE color: 4339450.

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

Color convert

RGB 250 54 66 -
CMYK 0 0.78 0.74 0.02
HSL 356.33º 0.95% 0.6% -
HSV(B) 356.33º 0.78% 0.98% -
XYZ 41.73 23.36 7.46 -
YUV 113.97 100.93 225.02 -
System Red Green Blue C M Y K H S L
Decimal 250 54 66 0 0.78 0.74 0.02 356.33 0.95 0.6
Hex FA 36 42 0 4E 4A 2 164 5F 3C
Octal 372 66 102 0 116 112 2 544 137 74
Binary 11111010 110110 1000010 0 1001110 1001010 10 101100100 1011111 111100

Color Harmonies of #FA3642

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FA3642

Black with #FA3642

Text Example


Text Example

White with #FA3642

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FA3642; }

 p { color: rgb(250,54,66); }

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

background-color css

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

 a { background-color: rgb(250,54,66); }

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

border-color css

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

 span { border-color: rgb(250,54,66); }

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