#FC2F45

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

Shades of Amaranth #FC2F45

Tints of Amaranth #FC2F45

Color information

#FC2F45 (or 0xFC2F45) is unknown color: approx Amaranth. HEX triplet: FC, 2F and 45. RGB value is (252,47,69). Sum of RGB (Red+Green+Blue) = 252+47+69=368 (48% of max value = 765). Red value is 252 (98.83% from 255 or 68.48% from 368); Green value is 47 (18.75% from 255 or 12.77% from 368); Blue value is 69 (27.34% from 255 or 18.75% from 368); Max value from RGB is 252 - color contains mainly: red. Hex color #FC2F45 is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #FC2F45 is #03D0BA. Grayscale: #6E6E6E. Windows color (decimal): -250043 or 4534268. OLE color: 4534268.

HSL color Cylindrical-coordinate representation of color #FC2F45: hue angle of 353.56º degrees, saturation: 0.97, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #FC2F45 is Cyan = 0, Magento = 0.81, Yellow = 0.73 and Black (K on CMYK) = 0.01.

Color convert

RGB2524769-
CMYK00.810.730.01
HSL353.56º97.16%58.63%-
HSV(B)353.56º81.35%98.82%-
XYZ42.2423.167.87-
YUV110.8104.42228.71-

RGB Variations

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

RGB

RED value IS 252 (98.83% from 255) = 68.48%
GREEN value IS 47 (18.75% from 255) = 12.77%
BLUE value IS 69 (27.34% from 255) = 18.75%
R=68.48%
G=12.77%
B=18.75%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.81
Y (Yellow) values IS 0.73
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal252476900.810.730.01353.5697.1658.63
HexFC2F45051491162613b
Octal374571050121111154214173
Binary11111100101111100010101010001100100111011000101100001111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FC2F45

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FC2F45; }

 p { color: rgb(252,47,69); }

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

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

 a { background-color: rgb(252,47,69); }

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

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

 span { border-color: rgb(252,47,69); }

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