#F03642

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

Shades of Amaranth #F03642

Tints of Amaranth #F03642

Color information

#F03642 (or 0xF03642) is unknown color: approx Amaranth. HEX triplet: F0, 36 and 42. RGB value is (240,54,66). Sum of RGB (Red+Green+Blue) = 240+54+66=360 (47% of max value = 765). Red value is 240 (94.14% from 255 or 66.67% from 360); Green value is 54 (21.48% from 255 or 15% from 360); Blue value is 66 (26.17% from 255 or 18.33% from 360); Max value from RGB is 240 - color contains mainly: red. Hex color #F03642 is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #F03642 is #0FC9BD. Grayscale: #6F6F6F. Windows color (decimal): -1034686 or 4339440. OLE color: 4339440.

HSL color Cylindrical-coordinate representation of color #F03642: hue angle of 356.13º degrees, saturation: 0.86, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #F03642 is Cyan = 0, Magento = 0.78, Yellow = 0.72 and Black (K on CMYK) = 0.06.

Color convert

RGB2405466-
CMYK00.780.720.06
HSL356.13º86.11%57.65%-
HSV(B)356.13º77.5%94.12%-
XYZ38.2421.567.3-
YUV110.98102.62220.02-

RGB Variations

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

RGB

RED value IS 240 (94.14% from 255) = 66.67%
GREEN value IS 54 (21.48% from 255) = 15%
BLUE value IS 66 (26.17% from 255) = 18.33%
R=66.67%
G=15%
B=18.33%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.78
Y (Yellow) values IS 0.72
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal240546600.780.720.06356.1386.1157.65
HexF0364204E486164563a
Octal360661020116110654412672
Binary1111000011011010000100100111010010001101011001001010110111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F03642

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F03642; }

 p { color: rgb(240,54,66); }

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

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

 a { background-color: rgb(240,54,66); }

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

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

 span { border-color: rgb(240,54,66); }

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