#F32A53

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

Shades of Amaranth #F32A53

Tints of Amaranth #F32A53

Color information

#F32A53 (or 0xF32A53) is unknown color: approx Amaranth. HEX triplet: F3, 2A and 53. RGB value is (243,42,83). Sum of RGB (Red+Green+Blue) = 243+42+83=368 (48% of max value = 765). Red value is 243 (95.31% from 255 or 66.03% from 368); Green value is 42 (16.80% from 255 or 11.41% from 368); Blue value is 83 (32.81% from 255 or 22.55% from 368); Max value from RGB is 243 - color contains mainly: red. Hex color #F32A53 is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #F32A53 is #0CD5AC. Grayscale: #6A6A6A. Windows color (decimal): -841133 or 5450483. OLE color: 5450483.

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

Color convert

RGB2434283-
CMYK00.830.660.05
HSL347.76º89.33%55.88%-
HSV(B)347.76º82.72%95.29%-
XYZ39.3521.3410.23-
YUV106.77114.59225.17-

RGB Variations

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

RGB

RED value IS 243 (95.31% from 255) = 66.03%
GREEN value IS 42 (16.80% from 255) = 11.41%
BLUE value IS 83 (32.81% from 255) = 22.55%
R=66.03%
G=11.41%
B=22.55%

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
Decimal243428300.830.660.05347.7689.3355.88
HexF32A5305342515c5938
Octal363521230123102553413170
Binary1111001110101010100110101001110000101011010111001011001111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F32A53

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F32A53; }

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

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

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

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

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

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

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

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