Html Css Color HEX #FC2846 Amaranth

📋 copy color: '#FC2846'

red 252 ◦ green 40 ◦ blue 70

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

Shades of Amaranth #FC2846

Tints of Amaranth #FC2846

RGB

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

 GREEN value IS 40 (16.02% from 255) = 11.05%

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

R = 69.61%
G = 11.05%
B = 19.34%

CMYK

 C value IS 0

 M value IS 0.84

 Y value IS 0.72

 K value IS 0.01

RGB Variations

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

Color information

#FC2846 (or 0xFC2846) is known color: Amaranth. HEX triplet: FC, 28 and 46. RGB value is (252,40,70). Sum of RGB (Red+Green+Blue) = 252+40+70=362 (47% of max value = 765). Red value is 252 (98.83% from 255 or 69.61% from 362); Green value is 40 (16.02% from 255 or 11.05% from 362); Blue value is 70 (27.73% from 255 or 19.34% from 362); Max value from RGB is 252 - color contains mainly: red. Hex color #FC2846 is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #FC2846 is #03D7B9. Grayscale: #6A6A6A. Windows color (decimal): -251834 or 4598012. OLE color: 4598012.

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

Color convert

RGB 252 40 70 -
CMYK 0 0.84 0.72 0.01
HSL 351.51º 0.97% 0.57% -
HSV(B) 351.51º 0.84% 0.99% -
XYZ 42.01 22.66 7.95 -
YUV 106.81 107.24 231.56 -
System Red Green Blue C M Y K H S L
Decimal 252 40 70 0 0.84 0.72 0.01 351.51 0.97 0.57
Hex FC 28 46 0 54 48 1 160 61 39
Octal 374 50 106 0 124 110 1 540 141 71
Binary 11111100 101000 1000110 0 1010100 1001000 1 101100000 1100001 111001

Color Harmonies of #FC2846

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FC2846

Black with #FC2846

Text Example


Text Example

White with #FC2846

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FC2846; }

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

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

background-color css

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

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

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

border-color css

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

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

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