#FC2F44

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

Shades of Amaranth #FC2F44

Tints of Amaranth #FC2F44

Color information

#FC2F44 (or 0xFC2F44) is unknown color: approx Amaranth. HEX triplet: FC, 2F and 44. RGB value is (252,47,68). Sum of RGB (Red+Green+Blue) = 252+47+68=367 (48% of max value = 765). Red value is 252 (98.83% from 255 or 68.66% from 367); Green value is 47 (18.75% from 255 or 12.81% from 367); Blue value is 68 (26.95% from 255 or 18.53% from 367); Max value from RGB is 252 - color contains mainly: red. Hex color #FC2F44 is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #FC2F44 is #03D0BB. Grayscale: #6E6E6E. Windows color (decimal): -250044 or 4468732. OLE color: 4468732.

HSL color Cylindrical-coordinate representation of color #FC2F44: hue angle of 353.85º 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 #FC2F44 is Cyan = 0, Magento = 0.81, Yellow = 0.73 and Black (K on CMYK) = 0.01.

Color convert

RGB2524768-
CMYK00.810.730.01
HSL353.85º97.16%58.63%-
HSV(B)353.85º81.35%98.82%-
XYZ42.223.157.71-
YUV110.69103.92228.79-

RGB Variations

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

RGB

RED value IS 252 (98.83% from 255) = 68.66%
GREEN value IS 47 (18.75% from 255) = 12.81%
BLUE value IS 68 (26.95% from 255) = 18.53%
R=68.66%
G=12.81%
B=18.53%

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
Decimal252476800.810.730.01353.8597.1658.63
HexFC2F44051491162613b
Octal374571040121111154214173
Binary11111100101111100010001010001100100111011000101100001111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FC2F44

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FC2F44; }

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

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

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

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

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

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

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

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