#F04048

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

Shades of Amaranth #F04048

Tints of Amaranth #F04048

Color information

#F04048 (or 0xF04048) is unknown color: approx Amaranth. HEX triplet: F0, 40 and 48. RGB value is (240,64,72). Sum of RGB (Red+Green+Blue) = 240+64+72=376 (49% of max value = 765). Red value is 240 (94.14% from 255 or 63.83% from 376); Green value is 64 (25.39% from 255 or 17.02% from 376); Blue value is 72 (28.52% from 255 or 19.15% from 376); Max value from RGB is 240 - color contains mainly: red. Hex color #F04048 is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #F04048 is #0FBFB7. Grayscale: #757575. Windows color (decimal): -1032120 or 4735216. OLE color: 4735216.

HSL color Cylindrical-coordinate representation of color #F04048: hue angle of 357.27º 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 #F04048 is Cyan = 0, Magento = 0.73, Yellow = 0.7 and Black (K on CMYK) = 0.06.

Color convert

RGB2406472-
CMYK00.730.70.06
HSL357.27º85.44%59.61%-
HSV(B)357.27º73.33%94.12%-
XYZ38.9422.668.45-
YUV117.54102.31215.35-

RGB Variations

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

RGB

RED value IS 240 (94.14% from 255) = 63.83%
GREEN value IS 64 (25.39% from 255) = 17.02%
BLUE value IS 72 (28.52% from 255) = 19.15%
R=63.83%
G=17.02%
B=19.15%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.73
Y (Yellow) values IS 0.7
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal240647200.730.70.06357.2785.4459.61
HexF04048049466165553c
Octal3601001100111106654512574
Binary11110000100000010010000100100110001101101011001011010101111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F04048

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F04048; }

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

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

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

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

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

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

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

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