#F61955

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

Shades of Amaranth #F61955

Tints of Amaranth #F61955

Color information

#F61955 (or 0xF61955) is unknown color: approx Amaranth. HEX triplet: F6, 19 and 55. RGB value is (246,25,85). Sum of RGB (Red+Green+Blue) = 246+25+85=356 (47% of max value = 765). Red value is 246 (96.48% from 255 or 69.10% from 356); Green value is 25 (10.16% from 255 or 7.02% from 356); Blue value is 85 (33.59% from 255 or 23.88% from 356); Max value from RGB is 246 - color contains mainly: red. Hex color #F61955 is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #F61955 is #09E6AA. Grayscale: #616161. Windows color (decimal): -648875 or 5577206. OLE color: 5577206.

HSL color Cylindrical-coordinate representation of color #F61955: hue angle of 343.71º degrees, saturation: 0.92, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #F61955 is Cyan = 0, Magento = 0.90, Yellow = 0.65 and Black (K on CMYK) = 0.04.

Color convert

RGB2462585-
CMYK00.900.650.04
HSL343.71º92.47%53.14%-
HSV(B)343.71º89.84%96.47%-
XYZ39.9920.9410.53-
YUV97.92120.72233.62-

RGB Variations

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

RGB

RED value IS 246 (96.48% from 255) = 69.10%
GREEN value IS 25 (10.16% from 255) = 7.02%
BLUE value IS 85 (33.59% from 255) = 23.88%
R=69.10%
G=7.02%
B=23.88%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.90
Y (Yellow) values IS 0.65
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal246258500.900.650.04343.7192.4753.14
HexF6195505A4141585c35
Octal366311250132101453013465
Binary111101101100110101010101101010000011001010110001011100110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F61955

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F61955; }

 p { color: rgb(246,25,85); }

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

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

 a { background-color: rgb(246,25,85); }

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

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

 span { border-color: rgb(246,25,85); }

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