Html Css Color HEX #F32C4D Amaranth

📋 copy color: '#F32C4D'

red 243 ◦ green 44 ◦ blue 77

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

Shades of Amaranth #F32C4D

Tints of Amaranth #F32C4D

RGB

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

 GREEN value IS 44 (17.58% from 255) = 12.09%

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

R = 66.76%
G = 12.09%
B = 21.15%

CMYK

 C value IS 0

 M value IS 0.82

 Y value IS 0.68

 K value IS 0.05

RGB Variations

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

Color information

#F32C4D (or 0xF32C4D) is known color: Amaranth. HEX triplet: F3, 2C and 4D. RGB value is (243,44,77). Sum of RGB (Red+Green+Blue) = 243+44+77=364 (48% of max value = 765). Red value is 243 (95.31% from 255 or 66.76% from 364); Green value is 44 (17.58% from 255 or 12.09% from 364); Blue value is 77 (30.47% from 255 or 21.15% from 364); Max value from RGB is 243 - color contains mainly: red. Hex color #F32C4D is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #F32C4D is #0CD3B2. Grayscale: #6B6B6B. Windows color (decimal): -840627 or 5057779. OLE color: 5057779.

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

Color convert

RGB 243 44 77 -
CMYK 0 0.82 0.68 0.05
HSL 350.05º 0.89% 0.56% -
HSV(B) 350.05º 0.82% 0.95% -
XYZ 39.2 21.39 9.08 -
YUV 107.26 110.93 224.82 -
System Red Green Blue C M Y K H S L
Decimal 243 44 77 0 0.82 0.68 0.05 350.05 0.89 0.56
Hex F3 2C 4D 0 52 44 5 15E 59 38
Octal 363 54 115 0 122 104 5 536 131 70
Binary 11110011 101100 1001101 0 1010010 1000100 101 101011110 1011001 111000

Color Harmonies of #F32C4D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F32C4D

Black with #F32C4D

Text Example


Text Example

White with #F32C4D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F32C4D; }

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

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

background-color css

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

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

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

border-color css

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

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

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