#F3354C

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

Shades of Amaranth #F3354C

Tints of Amaranth #F3354C

Color information

#F3354C (or 0xF3354C) is unknown color: approx Amaranth. HEX triplet: F3, 35 and 4C. RGB value is (243,53,76). Sum of RGB (Red+Green+Blue) = 243+53+76=372 (49% of max value = 765). Red value is 243 (95.31% from 255 or 65.32% from 372); Green value is 53 (21.09% from 255 or 14.25% from 372); Blue value is 76 (30.08% from 255 or 20.43% from 372); Max value from RGB is 243 - color contains mainly: red. Hex color #F3354C is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #F3354C is #0CCAB3. Grayscale: #707070. Windows color (decimal): -838324 or 4994547. OLE color: 4994547.

HSL color Cylindrical-coordinate representation of color #F3354C: hue angle of 352.74º 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 #F3354C is Cyan = 0, Magento = 0.78, Yellow = 0.69 and Black (K on CMYK) = 0.05.

Color convert

RGB2435376-
CMYK00.780.690.05
HSL352.74º88.79%58.04%-
HSV(B)352.74º78.19%95.29%-
XYZ39.5422.129.02-
YUV112.43107.45221.13-

RGB Variations

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

RGB

RED value IS 243 (95.31% from 255) = 65.32%
GREEN value IS 53 (21.09% from 255) = 14.25%
BLUE value IS 76 (30.08% from 255) = 20.43%
R=65.32%
G=14.25%
B=20.43%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.78
Y (Yellow) values IS 0.69
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal243537600.780.690.05352.7488.7958.04
HexF3354C04E455161593a
Octal363651140116105554113172
Binary1111001111010110011000100111010001011011011000011011001111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F3354C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F3354C; }

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

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

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

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

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

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

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

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