#F3354D

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

Shades of Amaranth #F3354D

Tints of Amaranth #F3354D

Color information

#F3354D (or 0xF3354D) is unknown color: approx Amaranth. HEX triplet: F3, 35 and 4D. RGB value is (243,53,77). Sum of RGB (Red+Green+Blue) = 243+53+77=373 (49% of max value = 765). Red value is 243 (95.31% from 255 or 65.15% from 373); Green value is 53 (21.09% from 255 or 14.21% from 373); Blue value is 77 (30.47% from 255 or 20.64% from 373); Max value from RGB is 243 - color contains mainly: red. Hex color #F3354D is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #F3354D is #0CCAB2. Grayscale: #707070. Windows color (decimal): -838323 or 5060083. OLE color: 5060083.

HSL color Cylindrical-coordinate representation of color #F3354D: hue angle of 352.42º degrees, saturation: 0.89, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #F3354D is Cyan = 0, Magento = 0.78, Yellow = 0.68 and Black (K on CMYK) = 0.05.

Color convert

RGB2435377-
CMYK00.780.680.05
HSL352.42º88.79%58.04%-
HSV(B)352.42º78.19%95.29%-
XYZ39.5722.149.21-
YUV112.55107.95221.05-

RGB Variations

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

RGB

RED value IS 243 (95.31% from 255) = 65.15%
GREEN value IS 53 (21.09% from 255) = 14.21%
BLUE value IS 77 (30.47% from 255) = 20.64%
R=65.15%
G=14.21%
B=20.64%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.78
Y (Yellow) values IS 0.68
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal243537700.780.680.05352.4288.7958.04
HexF3354D04E445160593a
Octal363651150116104554013172
Binary1111001111010110011010100111010001001011011000001011001111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F3354D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F3354D; }

 p { color: rgb(243,53,77); }

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

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

 a { background-color: rgb(243,53,77); }

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

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

 span { border-color: rgb(243,53,77); }

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