#F0324D

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

Shades of Amaranth #F0324D

Tints of Amaranth #F0324D

Color information

#F0324D (or 0xF0324D) is unknown color: approx Amaranth. HEX triplet: F0, 32 and 4D. RGB value is (240,50,77). Sum of RGB (Red+Green+Blue) = 240+50+77=367 (48% of max value = 765). Red value is 240 (94.14% from 255 or 65.40% from 367); Green value is 50 (19.92% from 255 or 13.62% from 367); Blue value is 77 (30.47% from 255 or 20.98% from 367); Max value from RGB is 240 - color contains mainly: red. Hex color #F0324D is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #F0324D is #0FCDB2. Grayscale: #6D6D6D. Windows color (decimal): -1035699 or 5059312. OLE color: 5059312.

HSL color Cylindrical-coordinate representation of color #F0324D: hue angle of 351.47º degrees, saturation: 0.86, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #F0324D is Cyan = 0, Magento = 0.79, Yellow = 0.68 and Black (K on CMYK) = 0.06.

Color convert

RGB2405077-
CMYK00.790.680.06
HSL351.47º86.36%56.86%-
HSV(B)351.47º79.17%94.12%-
XYZ38.4221.349.12-
YUV109.89109.45220.8-

RGB Variations

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

RGB

RED value IS 240 (94.14% from 255) = 65.40%
GREEN value IS 50 (19.92% from 255) = 13.62%
BLUE value IS 77 (30.47% from 255) = 20.98%
R=65.40%
G=13.62%
B=20.98%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.79
Y (Yellow) values IS 0.68
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal240507700.790.680.06351.4786.3656.86
HexF0324D04F44615f5639
Octal360621150117104653712671
Binary1111000011001010011010100111110001001101010111111010110111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F0324D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F0324D; }

 p { color: rgb(240,50,77); }

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

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

 a { background-color: rgb(240,50,77); }

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

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

 span { border-color: rgb(240,50,77); }

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