#F34145

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

Shades of Amaranth #F34145

Tints of Amaranth #F34145

Color information

#F34145 (or 0xF34145) is unknown color: approx Amaranth. HEX triplet: F3, 41 and 45. RGB value is (243,65,69). Sum of RGB (Red+Green+Blue) = 243+65+69=377 (49% of max value = 765). Red value is 243 (95.31% from 255 or 64.46% from 377); Green value is 65 (25.78% from 255 or 17.24% from 377); Blue value is 69 (27.34% from 255 or 18.30% from 377); Max value from RGB is 243 - color contains mainly: red. Hex color #F34145 is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #F34145 is #0CBEBA. Grayscale: #767676. Windows color (decimal): -835259 or 4538867. OLE color: 4538867.

HSL color Cylindrical-coordinate representation of color #F34145: hue angle of 358.65º degrees, saturation: 0.88, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #F34145 is Cyan = 0, Magento = 0.73, Yellow = 0.72 and Black (K on CMYK) = 0.05.

Color convert

RGB2436569-
CMYK00.730.720.05
HSL358.65º88.12%60.39%-
HSV(B)358.65º73.25%95.29%-
XYZ39.9323.268.02-
YUV118.6899.97216.67-

RGB Variations

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

RGB

RED value IS 243 (95.31% from 255) = 64.46%
GREEN value IS 65 (25.78% from 255) = 17.24%
BLUE value IS 69 (27.34% from 255) = 18.30%
R=64.46%
G=17.24%
B=18.30%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.73
Y (Yellow) values IS 0.72
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal243656900.730.720.05358.6588.1260.39
HexF34145049485167583c
Octal3631011050111110554713074
Binary11110011100000110001010100100110010001011011001111011000111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F34145

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F34145; }

 p { color: rgb(243,65,69); }

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

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

 a { background-color: rgb(243,65,69); }

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

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

 span { border-color: rgb(243,65,69); }

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