#F52155

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

Shades of Amaranth #F52155

Tints of Amaranth #F52155

Color information

#F52155 (or 0xF52155) is unknown color: approx Amaranth. HEX triplet: F5, 21 and 55. RGB value is (245,33,85). Sum of RGB (Red+Green+Blue) = 245+33+85=363 (48% of max value = 765). Red value is 245 (96.09% from 255 or 67.49% from 363); Green value is 33 (13.28% from 255 or 9.09% from 363); Blue value is 85 (33.59% from 255 or 23.42% from 363); Max value from RGB is 245 - color contains mainly: red. Hex color #F52155 is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #F52155 is #0ADEAA. Grayscale: #666666. Windows color (decimal): -712363 or 5579253. OLE color: 5579253.

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

Color convert

RGB2453385-
CMYK00.870.650.04
HSL345.28º91.38%54.51%-
HSV(B)345.28º86.53%96.08%-
XYZ39.8421.1610.58-
YUV102.32118.24229.77-

RGB Variations

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

RGB

RED value IS 245 (96.09% from 255) = 67.49%
GREEN value IS 33 (13.28% from 255) = 9.09%
BLUE value IS 85 (33.59% from 255) = 23.42%
R=67.49%
G=9.09%
B=23.42%

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
Decimal245338500.870.650.04345.2891.3854.51
HexF521550574141595b37
Octal365411250127101453113367
Binary1111010110000110101010101011110000011001010110011011011110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F52155

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F52155; }

 p { color: rgb(245,33,85); }

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

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

 a { background-color: rgb(245,33,85); }

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

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

 span { border-color: rgb(245,33,85); }

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