#F62257

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

Shades of Amaranth #F62257

Tints of Amaranth #F62257

Color information

#F62257 (or 0xF62257) is unknown color: approx Amaranth. HEX triplet: F6, 22 and 57. RGB value is (246,34,87). Sum of RGB (Red+Green+Blue) = 246+34+87=367 (48% of max value = 765). Red value is 246 (96.48% from 255 or 67.03% from 367); Green value is 34 (13.67% from 255 or 9.26% from 367); Blue value is 87 (34.38% from 255 or 23.71% from 367); Max value from RGB is 246 - color contains mainly: red. Hex color #F62257 is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #F62257 is #09DDA8. Grayscale: #676767. Windows color (decimal): -646569 or 5710582. OLE color: 5710582.

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

Color convert

RGB2463487-
CMYK00.860.650.04
HSL345º92.17%54.9%-
HSV(B)345º86.18%96.47%-
XYZ40.321.4311.03-
YUV103.43118.74229.69-

RGB Variations

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

RGB

RED value IS 246 (96.48% from 255) = 67.03%
GREEN value IS 34 (13.67% from 255) = 9.26%
BLUE value IS 87 (34.38% from 255) = 23.71%
R=67.03%
G=9.26%
B=23.71%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.86
Y (Yellow) values IS 0.65
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal246348700.860.650.0434592.1754.9
HexF622570564141595c37
Octal366421270126101453113467
Binary1111011010001010101110101011010000011001010110011011100110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F62257

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F62257; }

 p { color: rgb(246,34,87); }

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

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

 a { background-color: rgb(246,34,87); }

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

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

 span { border-color: rgb(246,34,87); }

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