#F33146

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

Shades of Amaranth #F33146

Tints of Amaranth #F33146

Color information

#F33146 (or 0xF33146) is unknown color: approx Amaranth. HEX triplet: F3, 31 and 46. RGB value is (243,49,70). Sum of RGB (Red+Green+Blue) = 243+49+70=362 (47% of max value = 765). Red value is 243 (95.31% from 255 or 67.13% from 362); Green value is 49 (19.53% from 255 or 13.54% from 362); Blue value is 70 (27.73% from 255 or 19.34% from 362); Max value from RGB is 243 - color contains mainly: red. Hex color #F33146 is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #F33146 is #0CCEB9. Grayscale: #6D6D6D. Windows color (decimal): -839354 or 4600307. OLE color: 4600307.

HSL color Cylindrical-coordinate representation of color #F33146: hue angle of 353.51º degrees, saturation: 0.89, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #F33146 is Cyan = 0, Magento = 0.80, Yellow = 0.71 and Black (K on CMYK) = 0.05.

Color convert

RGB2434970-
CMYK00.800.710.05
HSL353.51º88.99%57.25%-
HSV(B)353.51º79.84%95.29%-
XYZ39.1721.697.92-
YUV109.4105.77223.29-

RGB Variations

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

RGB

RED value IS 243 (95.31% from 255) = 67.13%
GREEN value IS 49 (19.53% from 255) = 13.54%
BLUE value IS 70 (27.73% from 255) = 19.34%
R=67.13%
G=13.54%
B=19.34%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.80
Y (Yellow) values IS 0.71
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal243497000.800.710.05353.5188.9957.25
HexF331460504751625939
Octal363611060120107554213171
Binary1111001111000110001100101000010001111011011000101011001111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F33146

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F33146; }

 p { color: rgb(243,49,70); }

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

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

 a { background-color: rgb(243,49,70); }

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

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

 span { border-color: rgb(243,49,70); }

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