Html Css Color HEX #FC2C46 Amaranth

📋 copy color: '#FC2C46'

red 252 ◦ green 44 ◦ blue 70

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

Shades of Amaranth #FC2C46

Tints of Amaranth #FC2C46

RGB

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

 GREEN value IS 44 (17.58% from 255) = 12.02%

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

R = 68.85%
G = 12.02%
B = 19.13%

CMYK

 C value IS 0

 M value IS 0.83

 Y value IS 0.72

 K value IS 0.01

RGB Variations

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

Color information

#FC2C46 (or 0xFC2C46) is known color: Amaranth. HEX triplet: FC, 2C and 46. RGB value is (252,44,70). Sum of RGB (Red+Green+Blue) = 252+44+70=366 (48% of max value = 765). Red value is 252 (98.83% from 255 or 68.85% from 366); Green value is 44 (17.58% from 255 or 12.02% from 366); Blue value is 70 (27.73% from 255 or 19.13% from 366); Max value from RGB is 252 - color contains mainly: red. Hex color #FC2C46 is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #FC2C46 is #03D3B9. Grayscale: #6D6D6D. Windows color (decimal): -250810 or 4599036. OLE color: 4599036.

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

Color convert

RGB 252 44 70 -
CMYK 0 0.83 0.72 0.01
HSL 352.5º 0.97% 0.58% -
HSV(B) 352.5º 0.83% 0.99% -
XYZ 42.15 22.94 8 -
YUV 109.16 105.91 229.89 -
System Red Green Blue C M Y K H S L
Decimal 252 44 70 0 0.83 0.72 0.01 352.5 0.97 0.58
Hex FC 2C 46 0 53 48 1 160 61 3A
Octal 374 54 106 0 123 110 1 540 141 72
Binary 11111100 101100 1000110 0 1010011 1001000 1 101100000 1100001 111010

Color Harmonies of #FC2C46

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FC2C46

Black with #FC2C46

Text Example


Text Example

White with #FC2C46

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FC2C46; }

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

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

background-color css

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

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

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

border-color css

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

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

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