Html Css Color HEX #F32E4D Amaranth

📋 copy color: '#F32E4D'

red 243 ◦ green 46 ◦ blue 77

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

Shades of Amaranth #F32E4D

Tints of Amaranth #F32E4D

RGB

 RED value IS 243 (95.31% from 255) = 66.39%

 GREEN value IS 46 (18.36% from 255) = 12.57%

 BLUE value IS 77 (30.47% from 255) = 21.04%

R = 66.39%
G = 12.57%
B = 21.04%

CMYK

 C value IS 0

 M value IS 0.81

 Y value IS 0.68

 K value IS 0.05

RGB Variations

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

Color information

#F32E4D (or 0xF32E4D) is known color: Amaranth. HEX triplet: F3, 2E and 4D. RGB value is (243,46,77). Sum of RGB (Red+Green+Blue) = 243+46+77=366 (48% of max value = 765). Red value is 243 (95.31% from 255 or 66.39% from 366); Green value is 46 (18.36% from 255 or 12.57% from 366); Blue value is 77 (30.47% from 255 or 21.04% from 366); Max value from RGB is 243 - color contains mainly: red. Hex color #F32E4D is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #F32E4D is #0CD1B2. Grayscale: #6C6C6C. Windows color (decimal): -840115 or 5058291. OLE color: 5058291.

HSL color Cylindrical-coordinate representation of color #F32E4D: hue angle of 350.56º degrees, saturation: 0.89, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #F32E4D is Cyan = 0, Magento = 0.81, Yellow = 0.68 and Black (K on CMYK) = 0.05.

Color convert

RGB 243 46 77 -
CMYK 0 0.81 0.68 0.05
HSL 350.56º 0.89% 0.57% -
HSV(B) 350.56º 0.81% 0.95% -
XYZ 39.28 21.54 9.11 -
YUV 108.44 110.27 223.98 -
System Red Green Blue C M Y K H S L
Decimal 243 46 77 0 0.81 0.68 0.05 350.56 0.89 0.57
Hex F3 2E 4D 0 51 44 5 15F 59 39
Octal 363 56 115 0 121 104 5 537 131 71
Binary 11110011 101110 1001101 0 1010001 1000100 101 101011111 1011001 111001

Color Harmonies of #F32E4D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F32E4D

Black with #F32E4D

Text Example


Text Example

White with #F32E4D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F32E4D; }

 p { color: rgb(243,46,77); }

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

background-color css

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

 a { background-color: rgb(243,46,77); }

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

border-color css

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

 span { border-color: rgb(243,46,77); }

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