#F33645

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

Shades of Amaranth #F33645

Tints of Amaranth #F33645

Color information

#F33645 (or 0xF33645) is unknown color: approx Amaranth. HEX triplet: F3, 36 and 45. RGB value is (243,54,69). Sum of RGB (Red+Green+Blue) = 243+54+69=366 (48% of max value = 765). Red value is 243 (95.31% from 255 or 66.39% from 366); Green value is 54 (21.48% from 255 or 14.75% from 366); Blue value is 69 (27.34% from 255 or 18.85% from 366); Max value from RGB is 243 - color contains mainly: red. Hex color #F33645 is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #F33645 is #0CC9BA. Grayscale: #707070. Windows color (decimal): -838075 or 4536051. OLE color: 4536051.

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

Color convert

RGB2435469-
CMYK00.780.720.05
HSL355.24º88.73%58.24%-
HSV(B)355.24º77.78%95.29%-
XYZ39.3622.127.83-
YUV112.22103.62221.28-

RGB Variations

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

RGB

RED value IS 243 (95.31% from 255) = 66.39%
GREEN value IS 54 (21.48% from 255) = 14.75%
BLUE value IS 69 (27.34% from 255) = 18.85%
R=66.39%
G=14.75%
B=18.85%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.78
Y (Yellow) values IS 0.72
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal243546900.780.720.05355.2488.7358.24
HexF3364504E485163593a
Octal363661050116110554313172
Binary1111001111011010001010100111010010001011011000111011001111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F33645

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F33645; }

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

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

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

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

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

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

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

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