#F32249

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

Shades of Amaranth #F32249

Tints of Amaranth #F32249

Color information

#F32249 (or 0xF32249) is unknown color: approx Amaranth. HEX triplet: F3, 22 and 49. RGB value is (243,34,73). Sum of RGB (Red+Green+Blue) = 243+34+73=350 (46% of max value = 765). Red value is 243 (95.31% from 255 or 69.43% from 350); Green value is 34 (13.67% from 255 or 9.71% from 350); Blue value is 73 (28.91% from 255 or 20.86% from 350); Max value from RGB is 243 - color contains mainly: red. Hex color #F32249 is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #F32249 is #0CDDB6. Grayscale: #646464. Windows color (decimal): -843191 or 4793075. OLE color: 4793075.

HSL color Cylindrical-coordinate representation of color #F32249: hue angle of 348.8º degrees, saturation: 0.9, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #F32249 is Cyan = 0, Magento = 0.86, Yellow = 0.70 and Black (K on CMYK) = 0.05.

Color convert

RGB2433473-
CMYK00.860.700.05
HSL348.8º89.7%54.31%-
HSV(B)348.8º86.01%95.29%-
XYZ38.7420.688.25-
YUV100.94112.24229.33-

RGB Variations

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

RGB

RED value IS 243 (95.31% from 255) = 69.43%
GREEN value IS 34 (13.67% from 255) = 9.71%
BLUE value IS 73 (28.91% from 255) = 20.86%
R=69.43%
G=9.71%
B=20.86%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.86
Y (Yellow) values IS 0.70
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal243347300.860.700.05348.889.754.31
HexF3224905646515d5a36
Octal363421110126106553513266
Binary1111001110001010010010101011010001101011010111011011010110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F32249

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F32249; }

 p { color: rgb(243,34,73); }

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

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

 a { background-color: rgb(243,34,73); }

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

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

 span { border-color: rgb(243,34,73); }

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