#F61C4C

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

Shades of Amaranth #F61C4C

Tints of Amaranth #F61C4C

Color information

#F61C4C (or 0xF61C4C) is unknown color: approx Amaranth. HEX triplet: F6, 1C and 4C. RGB value is (246,28,76). Sum of RGB (Red+Green+Blue) = 246+28+76=350 (46% of max value = 765). Red value is 246 (96.48% from 255 or 70.29% from 350); Green value is 28 (11.33% from 255 or 8% from 350); Blue value is 76 (30.08% from 255 or 21.71% from 350); Max value from RGB is 246 - color contains mainly: red. Hex color #F61C4C is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #F61C4C is #09E3B3. Grayscale: #626262. Windows color (decimal): -648116 or 4988150. OLE color: 4988150.

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

Color convert

RGB2462876-
CMYK00.890.690.04
HSL346.79º92.37%53.73%-
HSV(B)346.79º88.62%96.47%-
XYZ39.7320.958.79-
YUV98.65115.22233.1-

RGB Variations

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

RGB

RED value IS 246 (96.48% from 255) = 70.29%
GREEN value IS 28 (11.33% from 255) = 8%
BLUE value IS 76 (30.08% from 255) = 21.71%
R=70.29%
G=8%
B=21.71%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.89
Y (Yellow) values IS 0.69
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal246287600.890.690.04346.7992.3753.73
HexF61C4C05945415b5c36
Octal366341140131105453313466
Binary111101101110010011000101100110001011001010110111011100110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F61C4C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F61C4C; }

 p { color: rgb(246,28,76); }

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

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

 a { background-color: rgb(246,28,76); }

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

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

 span { border-color: rgb(246,28,76); }

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