#F33549

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

Shades of Amaranth #F33549

Tints of Amaranth #F33549

Color information

#F33549 (or 0xF33549) is unknown color: approx Amaranth. HEX triplet: F3, 35 and 49. RGB value is (243,53,73). Sum of RGB (Red+Green+Blue) = 243+53+73=369 (48% of max value = 765). Red value is 243 (95.31% from 255 or 65.85% from 369); Green value is 53 (21.09% from 255 or 14.36% from 369); Blue value is 73 (28.91% from 255 or 19.78% from 369); Max value from RGB is 243 - color contains mainly: red. Hex color #F33549 is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #F33549 is #0CCAB6. Grayscale: #707070. Windows color (decimal): -838327 or 4797939. OLE color: 4797939.

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

Color convert

RGB2435373-
CMYK00.780.700.05
HSL353.68º88.79%58.04%-
HSV(B)353.68º78.19%95.29%-
XYZ39.4422.088.49-
YUV112.09105.95221.37-

RGB Variations

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

RGB

RED value IS 243 (95.31% from 255) = 65.85%
GREEN value IS 53 (21.09% from 255) = 14.36%
BLUE value IS 73 (28.91% from 255) = 19.78%
R=65.85%
G=14.36%
B=19.78%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.78
Y (Yellow) values IS 0.70
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal243537300.780.700.05353.6888.7958.04
HexF3354904E465162593a
Octal363651110116106554213172
Binary1111001111010110010010100111010001101011011000101011001111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F33549

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F33549; }

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

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

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

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

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

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

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

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