Html Css Color HEX #FC2646 Amaranth

📋 copy color: '#FC2646'

red 252 ◦ green 38 ◦ blue 70

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

Shades of Amaranth #FC2646

Tints of Amaranth #FC2646

RGB

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

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

 BLUE value IS 70 (27.73% from 255) = 19.44%

R = 70%
G = 10.56%
B = 19.44%

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

#FC2646 (or 0xFC2646) is known color: Amaranth. HEX triplet: FC, 26 and 46. RGB value is (252,38,70). Sum of RGB (Red+Green+Blue) = 252+38+70=360 (47% of max value = 765). Red value is 252 (98.83% from 255 or 70% from 360); Green value is 38 (15.23% from 255 or 10.56% from 360); Blue value is 70 (27.73% from 255 or 19.44% from 360); Max value from RGB is 252 - color contains mainly: red. Hex color #FC2646 is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #FC2646 is #03D9B9. Grayscale: #696969. Windows color (decimal): -252346 or 4597500. OLE color: 4597500.

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

Color convert

RGB 252 38 70 -
CMYK 0 0.85 0.72 0.01
HSL 351.03º 0.97% 0.57% -
HSV(B) 351.03º 0.85% 0.99% -
XYZ 41.94 22.52 7.93 -
YUV 105.63 107.9 232.4 -
System Red Green Blue C M Y K H S L
Decimal 252 38 70 0 0.85 0.72 0.01 351.03 0.97 0.57
Hex FC 26 46 0 55 48 1 15F 61 39
Octal 374 46 106 0 125 110 1 537 141 71
Binary 11111100 100110 1000110 0 1010101 1001000 1 101011111 1100001 111001

Color Harmonies of #FC2646

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FC2646

Black with #FC2646

Text Example


Text Example

White with #FC2646

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FC2646; }

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

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

background-color css

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

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

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

border-color css

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

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

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