#F03D4C

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

Shades of Amaranth #F03D4C

Tints of Amaranth #F03D4C

Color information

#F03D4C (or 0xF03D4C) is unknown color: approx Amaranth. HEX triplet: F0, 3D and 4C. RGB value is (240,61,76). Sum of RGB (Red+Green+Blue) = 240+61+76=377 (49% of max value = 765). Red value is 240 (94.14% from 255 or 63.66% from 377); Green value is 61 (24.22% from 255 or 16.18% from 377); Blue value is 76 (30.08% from 255 or 20.16% from 377); Max value from RGB is 240 - color contains mainly: red. Hex color #F03D4C is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #F03D4C is #0FC2B3. Grayscale: #747474. Windows color (decimal): -1032884 or 4996592. OLE color: 4996592.

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

Color convert

RGB2406176-
CMYK00.750.680.06
HSL354.97º85.65%59.02%-
HSV(B)354.97º74.58%94.12%-
XYZ38.9122.389.11-
YUV116.23105.3216.28-

RGB Variations

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

RGB

RED value IS 240 (94.14% from 255) = 63.66%
GREEN value IS 61 (24.22% from 255) = 16.18%
BLUE value IS 76 (30.08% from 255) = 20.16%
R=63.66%
G=16.18%
B=20.16%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.75
Y (Yellow) values IS 0.68
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal240617600.750.680.06354.9785.6559.02
HexF03D4C04B446163563b
Octal360751140113104654312673
Binary1111000011110110011000100101110001001101011000111010110111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F03D4C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F03D4C; }

 p { color: rgb(240,61,76); }

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

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

 a { background-color: rgb(240,61,76); }

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

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

 span { border-color: rgb(240,61,76); }

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