#F32C43

Color #F32C43 Amaranth (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Amaranth #F32C43

Tints of Amaranth #F32C43

Color information

#F32C43 (or 0xF32C43) is unknown color: approx Amaranth. HEX triplet: F3, 2C and 43. RGB value is (243,44,67). Sum of RGB (Red+Green+Blue) = 243+44+67=354 (46% of max value = 765). Red value is 243 (95.31% from 255 or 68.64% from 354); Green value is 44 (17.58% from 255 or 12.43% from 354); Blue value is 67 (26.56% from 255 or 18.93% from 354); Max value from RGB is 243 - color contains mainly: red. Hex color #F32C43 is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #F32C43 is #0CD3BC. Grayscale: #6A6A6A. Windows color (decimal): -840637 or 4402419. OLE color: 4402419.

HSL color Cylindrical-coordinate representation of color #F32C43: hue angle of 353.07º 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 #F32C43 is Cyan = 0, Magento = 0.82, Yellow = 0.72 and Black (K on CMYK) = 0.05.

Color convert

RGB2434467-
CMYK00.820.720.05
HSL353.07º89.24%56.27%-
HSV(B)353.07º81.89%95.29%-
XYZ38.8821.267.37-
YUV106.12105.93225.63-

RGB Variations

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

RGB

RED value IS 243 (95.31% from 255) = 68.64%
GREEN value IS 44 (17.58% from 255) = 12.43%
BLUE value IS 67 (26.56% from 255) = 18.93%
R=68.64%
G=12.43%
B=18.93%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.82
Y (Yellow) values IS 0.72
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal243446700.820.720.05353.0789.2456.27
HexF32C430524851615938
Octal363541030122110554113170
Binary1111001110110010000110101001010010001011011000011011001111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F32C43

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F32C43; }

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

 H1.HeaderClassName
 {
   color: #F32C43;
 }
 .AnyTagClassName
 {
   color: #F32C43;
 }
</style>
background-color css

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

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

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

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

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

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