Html Css Color HEX #FC2647 Amaranth

📋 copy color: '#FC2647'

red 252 ◦ green 38 ◦ blue 71

#FC2647
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Amaranth #FC2647

Tints of Amaranth #FC2647

RGB

 RED value IS 252 (98.83% from 255) = 69.81%

 GREEN value IS 38 (15.23% from 255) = 10.53%

 BLUE value IS 71 (28.13% from 255) = 19.67%

R = 69.81%
G = 10.53%
B = 19.67%

CMYK

 C value IS 0

 M value IS 0.85

 Y value IS 0.72

 K value IS 0.01

RGB Variations

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

Color information

#FC2647 (or 0xFC2647) is known color: Amaranth. HEX triplet: FC, 26 and 47. RGB value is (252,38,71). Sum of RGB (Red+Green+Blue) = 252+38+71=361 (47% of max value = 765). Red value is 252 (98.83% from 255 or 69.81% from 361); Green value is 38 (15.23% from 255 or 10.53% from 361); Blue value is 71 (28.12% from 255 or 19.67% from 361); Max value from RGB is 252 - color contains mainly: red. Hex color #FC2647 is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #FC2647 is #03D9B8. Grayscale: #696969. Windows color (decimal): -252345 or 4663036. OLE color: 4663036.

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

Color convert

RGB 252 38 71 -
CMYK 0 0.85 0.72 0.01
HSL 350.75º 0.97% 0.57% -
HSV(B) 350.75º 0.85% 0.99% -
XYZ 41.98 22.54 8.1 -
YUV 105.75 108.4 232.32 -
System Red Green Blue C M Y K H S L
Decimal 252 38 71 0 0.85 0.72 0.01 350.75 0.97 0.57
Hex FC 26 47 0 55 48 1 15F 61 39
Octal 374 46 107 0 125 110 1 537 141 71
Binary 11111100 100110 1000111 0 1010101 1001000 1 101011111 1100001 111001

Color Harmonies of #FC2647

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FC2647

Black with #FC2647

Text Example


Text Example

White with #FC2647

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FC2647; }

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

 H1.HeaderClassName
 {
   color: #FC2647;
 }
 .AnyTagClassName
 {
   color: #FC2647;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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