Html Css Color HEX #FA3242 Amaranth

📋 copy color: '#FA3242'

red 250 ◦ green 50 ◦ blue 66

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

Shades of Amaranth #FA3242

Tints of Amaranth #FA3242

RGB

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

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

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

R = 68.31%
G = 13.66%
B = 18.03%

CMYK

 C value IS 0

 M value IS 0.8

 Y value IS 0.74

 K value IS 0.02

RGB Variations

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

Color information

#FA3242 (or 0xFA3242) is known color: Amaranth. HEX triplet: FA, 32 and 42. RGB value is (250,50,66). Sum of RGB (Red+Green+Blue) = 250+50+66=366 (48% of max value = 765). Red value is 250 (98.05% from 255 or 68.31% from 366); Green value is 50 (19.92% from 255 or 13.66% from 366); Blue value is 66 (26.17% from 255 or 18.03% from 366); Max value from RGB is 250 - color contains mainly: red. Hex color #FA3242 is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #FA3242 is #05CDBD. Grayscale: #6F6F6F. Windows color (decimal): -380350 or 4338426. OLE color: 4338426.

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

Color convert

RGB 250 50 66 -
CMYK 0 0.8 0.74 0.02
HSL 355.2º 0.95% 0.59% -
HSV(B) 355.2º 0.8% 0.98% -
XYZ 41.55 23 7.4 -
YUV 111.62 102.26 226.7 -
System Red Green Blue C M Y K H S L
Decimal 250 50 66 0 0.8 0.74 0.02 355.2 0.95 0.59
Hex FA 32 42 0 50 4A 2 163 5F 3B
Octal 372 62 102 0 120 112 2 543 137 73
Binary 11111010 110010 1000010 0 1010000 1001010 10 101100011 1011111 111011

Color Harmonies of #FA3242

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FA3242

Black with #FA3242

Text Example


Text Example

White with #FA3242

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FA3242; }

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

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

background-color css

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

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

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

border-color css

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

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

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