#F52056

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

Shades of Amaranth #F52056

Tints of Amaranth #F52056

Color information

#F52056 (or 0xF52056) is unknown color: approx Amaranth. HEX triplet: F5, 20 and 56. RGB value is (245,32,86). Sum of RGB (Red+Green+Blue) = 245+32+86=363 (48% of max value = 765). Red value is 245 (96.09% from 255 or 67.49% from 363); Green value is 32 (12.89% from 255 or 8.82% from 363); Blue value is 86 (33.98% from 255 or 23.69% from 363); Max value from RGB is 245 - color contains mainly: red. Hex color #F52056 is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #F52056 is #0ADFA9. Grayscale: #656565. Windows color (decimal): -712618 or 5644533. OLE color: 5644533.

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

Color convert

RGB2453286-
CMYK00.870.650.04
HSL344.79º91.42%54.31%-
HSV(B)344.79º86.94%96.08%-
XYZ39.8521.1210.78-
YUV101.84119.07230.11-

RGB Variations

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

RGB

RED value IS 245 (96.09% from 255) = 67.49%
GREEN value IS 32 (12.89% from 255) = 8.82%
BLUE value IS 86 (33.98% from 255) = 23.69%
R=67.49%
G=8.82%
B=23.69%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.87
Y (Yellow) values IS 0.65
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal245328600.870.650.04344.7991.4254.31
HexF520560574141595b36
Octal365401260127101453113366
Binary1111010110000010101100101011110000011001010110011011011110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F52056

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F52056; }

 p { color: rgb(245,32,86); }

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

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

 a { background-color: rgb(245,32,86); }

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

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

 span { border-color: rgb(245,32,86); }

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