#F6334B

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

Shades of Amaranth #F6334B

Tints of Amaranth #F6334B

Color information

#F6334B (or 0xF6334B) is unknown color: approx Amaranth. HEX triplet: F6, 33 and 4B. RGB value is (246,51,75). Sum of RGB (Red+Green+Blue) = 246+51+75=372 (49% of max value = 765). Red value is 246 (96.48% from 255 or 66.13% from 372); Green value is 51 (20.31% from 255 or 13.71% from 372); Blue value is 75 (29.69% from 255 or 20.16% from 372); Max value from RGB is 246 - color contains mainly: red. Hex color #F6334B is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #F6334B is #09CCB4. Grayscale: #707070. Windows color (decimal): -642229 or 4928502. OLE color: 4928502.

HSL color Cylindrical-coordinate representation of color #F6334B: hue angle of 352.62º degrees, saturation: 0.92, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #F6334B is Cyan = 0, Magento = 0.79, Yellow = 0.70 and Black (K on CMYK) = 0.04.

Color convert

RGB2465175-
CMYK00.790.700.04
HSL352.62º91.55%58.24%-
HSV(B)352.62º79.27%96.47%-
XYZ40.4622.478.86-
YUV112.04107.1223.55-

RGB Variations

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

RGB

RED value IS 246 (96.48% from 255) = 66.13%
GREEN value IS 51 (20.31% from 255) = 13.71%
BLUE value IS 75 (29.69% from 255) = 20.16%
R=66.13%
G=13.71%
B=20.16%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.79
Y (Yellow) values IS 0.70
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal246517500.790.700.04352.6291.5558.24
HexF6334B04F4641615c3a
Octal366631130117106454113472
Binary1111011011001110010110100111110001101001011000011011100111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F6334B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F6334B; }

 p { color: rgb(246,51,75); }

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

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

 a { background-color: rgb(246,51,75); }

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

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

 span { border-color: rgb(246,51,75); }

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