#F32D51

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

Shades of Amaranth #F32D51

Tints of Amaranth #F32D51

Color information

#F32D51 (or 0xF32D51) is unknown color: approx Amaranth. HEX triplet: F3, 2D and 51. RGB value is (243,45,81). Sum of RGB (Red+Green+Blue) = 243+45+81=369 (48% of max value = 765). Red value is 243 (95.31% from 255 or 65.85% from 369); Green value is 45 (17.97% from 255 or 12.20% from 369); Blue value is 81 (32.03% from 255 or 21.95% from 369); Max value from RGB is 243 - color contains mainly: red. Hex color #F32D51 is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #F32D51 is #0CD2AE. Grayscale: #6C6C6C. Windows color (decimal): -840367 or 5320179. OLE color: 5320179.

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

Color convert

RGB2434581-
CMYK00.810.670.05
HSL349.09º89.19%56.47%-
HSV(B)349.09º81.48%95.29%-
XYZ39.3921.539.86-
YUV108.31112.6224.07-

RGB Variations

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

RGB

RED value IS 243 (95.31% from 255) = 65.85%
GREEN value IS 45 (17.97% from 255) = 12.20%
BLUE value IS 81 (32.03% from 255) = 21.95%
R=65.85%
G=12.20%
B=21.95%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.81
Y (Yellow) values IS 0.67
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal243458100.810.670.05349.0989.1956.47
HexF32D5105143515d5938
Octal363551210121103553513170
Binary1111001110110110100010101000110000111011010111011011001111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F32D51

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F32D51; }

 p { color: rgb(243,45,81); }

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

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

 a { background-color: rgb(243,45,81); }

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

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

 span { border-color: rgb(243,45,81); }

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