#F32A52

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

Shades of Amaranth #F32A52

Tints of Amaranth #F32A52

Color information

#F32A52 (or 0xF32A52) is unknown color: approx Amaranth. HEX triplet: F3, 2A and 52. RGB value is (243,42,82). Sum of RGB (Red+Green+Blue) = 243+42+82=367 (48% of max value = 765). Red value is 243 (95.31% from 255 or 66.21% from 367); Green value is 42 (16.80% from 255 or 11.44% from 367); Blue value is 82 (32.42% from 255 or 22.34% from 367); Max value from RGB is 243 - color contains mainly: red. Hex color #F32A52 is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #F32A52 is #0CD5AD. Grayscale: #6A6A6A. Windows color (decimal): -841134 or 5384947. OLE color: 5384947.

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

Color convert

RGB2434282-
CMYK00.830.660.05
HSL348.06º89.33%55.88%-
HSV(B)348.06º82.72%95.29%-
XYZ39.3121.3210.03-
YUV106.66114.09225.25-

RGB Variations

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

RGB

RED value IS 243 (95.31% from 255) = 66.21%
GREEN value IS 42 (16.80% from 255) = 11.44%
BLUE value IS 82 (32.42% from 255) = 22.34%
R=66.21%
G=11.44%
B=22.34%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.83
Y (Yellow) values IS 0.66
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal243428200.830.660.05348.0689.3355.88
HexF32A5205342515c5938
Octal363521220123102553413170
Binary1111001110101010100100101001110000101011010111001011001111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F32A52

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F32A52; }

 p { color: rgb(243,42,82); }

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

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

 a { background-color: rgb(243,42,82); }

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

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

 span { border-color: rgb(243,42,82); }

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