Html Css Color HEX #FA3442 Amaranth

📋 copy color: '#FA3442'

red 250 ◦ green 52 ◦ blue 66

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

Shades of Amaranth #FA3442

Tints of Amaranth #FA3442

RGB

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

 GREEN value IS 52 (20.7% from 255) = 14.13%

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

R = 67.93%
G = 14.13%
B = 17.93%

CMYK

 C value IS 0

 M value IS 0.79

 Y value IS 0.74

 K value IS 0.02

RGB Variations

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

Color information

#FA3442 (or 0xFA3442) is known color: Amaranth. HEX triplet: FA, 34 and 42. RGB value is (250,52,66). Sum of RGB (Red+Green+Blue) = 250+52+66=368 (48% of max value = 765). Red value is 250 (98.05% from 255 or 67.93% from 368); Green value is 52 (20.70% from 255 or 14.13% from 368); Blue value is 66 (26.17% from 255 or 17.93% from 368); Max value from RGB is 250 - color contains mainly: red. Hex color #FA3442 is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #FA3442 is #05CBBD. Grayscale: #707070. Windows color (decimal): -379838 or 4338938. OLE color: 4338938.

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

Color convert

RGB 250 52 66 -
CMYK 0 0.79 0.74 0.02
HSL 355.76º 0.95% 0.59% -
HSV(B) 355.76º 0.79% 0.98% -
XYZ 41.64 23.17 7.43 -
YUV 112.8 101.6 225.86 -
System Red Green Blue C M Y K H S L
Decimal 250 52 66 0 0.79 0.74 0.02 355.76 0.95 0.59
Hex FA 34 42 0 4F 4A 2 164 5F 3B
Octal 372 64 102 0 117 112 2 544 137 73
Binary 11111010 110100 1000010 0 1001111 1001010 10 101100100 1011111 111011

Color Harmonies of #FA3442

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FA3442

Black with #FA3442

Text Example


Text Example

White with #FA3442

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FA3442; }

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

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

background-color css

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

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

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

border-color css

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

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

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