#FC2648

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

Shades of Amaranth #FC2648

Tints of Amaranth #FC2648

Color information

#FC2648 (or 0xFC2648) is unknown color: approx Amaranth. HEX triplet: FC, 26 and 48. RGB value is (252,38,72). Sum of RGB (Red+Green+Blue) = 252+38+72=362 (47% of max value = 765). Red value is 252 (98.83% from 255 or 69.61% from 362); Green value is 38 (15.23% from 255 or 10.50% from 362); Blue value is 72 (28.52% from 255 or 19.89% from 362); Max value from RGB is 252 - color contains mainly: red. Hex color #FC2648 is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #FC2648 is #03D9B7. Grayscale: #696969. Windows color (decimal): -252344 or 4728572. OLE color: 4728572.

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

Color convert

RGB2523872-
CMYK00.850.710.01
HSL350.47º97.27%56.86%-
HSV(B)350.47º84.92%98.82%-
XYZ42.0122.558.27-
YUV105.86108.9232.24-

RGB Variations

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

RGB

RED value IS 252 (98.83% from 255) = 69.61%
GREEN value IS 38 (15.23% from 255) = 10.50%
BLUE value IS 72 (28.52% from 255) = 19.89%
R=69.61%
G=10.50%
B=19.89%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.85
Y (Yellow) values IS 0.71
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal252387200.850.710.01350.4797.2756.86
HexFC264805547115e6139
Octal374461100125107153614171
Binary11111100100110100100001010101100011111010111101100001111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FC2648

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FC2648; }

 p { color: rgb(252,38,72); }

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

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

 a { background-color: rgb(252,38,72); }

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

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

 span { border-color: rgb(252,38,72); }

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