#F33046

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

Shades of Amaranth #F33046

Tints of Amaranth #F33046

Color information

#F33046 (or 0xF33046) is unknown color: approx Amaranth. HEX triplet: F3, 30 and 46. RGB value is (243,48,70). Sum of RGB (Red+Green+Blue) = 243+48+70=361 (47% of max value = 765). Red value is 243 (95.31% from 255 or 67.31% from 361); Green value is 48 (19.14% from 255 or 13.30% from 361); Blue value is 70 (27.73% from 255 or 19.39% from 361); Max value from RGB is 243 - color contains mainly: red. Hex color #F33046 is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #F33046 is #0CCFB9. Grayscale: #6C6C6C. Windows color (decimal): -839610 or 4600051. OLE color: 4600051.

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

Color convert

RGB2434870-
CMYK00.800.710.05
HSL353.23º89.04%57.06%-
HSV(B)353.23º80.25%95.29%-
XYZ39.1221.617.9-
YUV108.81106.1223.71-

RGB Variations

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

RGB

RED value IS 243 (95.31% from 255) = 67.31%
GREEN value IS 48 (19.14% from 255) = 13.30%
BLUE value IS 70 (27.73% from 255) = 19.39%
R=67.31%
G=13.30%
B=19.39%

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
Decimal243487000.800.710.05353.2389.0457.06
HexF330460504751615939
Octal363601060120107554113171
Binary1111001111000010001100101000010001111011011000011011001111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F33046

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F33046; }

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

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

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

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

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

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

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

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