#F04047

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

Shades of Amaranth #F04047

Tints of Amaranth #F04047

Color information

#F04047 (or 0xF04047) is unknown color: approx Amaranth. HEX triplet: F0, 40 and 47. RGB value is (240,64,71). Sum of RGB (Red+Green+Blue) = 240+64+71=375 (49% of max value = 765). Red value is 240 (94.14% from 255 or 64% from 375); Green value is 64 (25.39% from 255 or 17.07% from 375); Blue value is 71 (28.12% from 255 or 18.93% from 375); Max value from RGB is 240 - color contains mainly: red. Hex color #F04047 is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #F04047 is #0FBFB8. Grayscale: #757575. Windows color (decimal): -1032121 or 4669680. OLE color: 4669680.

HSL color Cylindrical-coordinate representation of color #F04047: hue angle of 357.61º degrees, saturation: 0.85, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #F04047 is Cyan = 0, Magento = 0.73, Yellow = 0.70 and Black (K on CMYK) = 0.06.

Color convert

RGB2406471-
CMYK00.730.700.06
HSL357.61º85.44%59.61%-
HSV(B)357.61º73.33%94.12%-
XYZ38.9122.658.28-
YUV117.42101.81215.43-

RGB Variations

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

RGB

RED value IS 240 (94.14% from 255) = 64%
GREEN value IS 64 (25.39% from 255) = 17.07%
BLUE value IS 71 (28.12% from 255) = 18.93%
R=64%
G=17.07%
B=18.93%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.73
Y (Yellow) values IS 0.70
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal240647100.730.700.06357.6185.4459.61
HexF04047049466166553c
Octal3601001070111106654612574
Binary11110000100000010001110100100110001101101011001101010101111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F04047

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F04047; }

 p { color: rgb(240,64,71); }

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

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

 a { background-color: rgb(240,64,71); }

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

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

 span { border-color: rgb(240,64,71); }

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