Html Css Color HEX #FC2B46 Amaranth

📋 copy color: '#FC2B46'

red 252 ◦ green 43 ◦ blue 70

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

Shades of Amaranth #FC2B46

Tints of Amaranth #FC2B46

RGB

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

 GREEN value IS 43 (17.19% from 255) = 11.78%

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

R = 69.04%
G = 11.78%
B = 19.18%

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

#FC2B46 (or 0xFC2B46) is known color: Amaranth. HEX triplet: FC, 2B and 46. RGB value is (252,43,70). Sum of RGB (Red+Green+Blue) = 252+43+70=365 (48% of max value = 765). Red value is 252 (98.83% from 255 or 69.04% from 365); Green value is 43 (17.19% from 255 or 11.78% from 365); Blue value is 70 (27.73% from 255 or 19.18% from 365); Max value from RGB is 252 - color contains mainly: red. Hex color #FC2B46 is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #FC2B46 is #03D4B9. Grayscale: #6C6C6C. Windows color (decimal): -251066 or 4598780. OLE color: 4598780.

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

Color convert

RGB 252 43 70 -
CMYK 0 0.83 0.72 0.01
HSL 352.25º 0.97% 0.58% -
HSV(B) 352.25º 0.83% 0.99% -
XYZ 42.11 22.87 7.99 -
YUV 108.57 106.24 230.3 -
System Red Green Blue C M Y K H S L
Decimal 252 43 70 0 0.83 0.72 0.01 352.25 0.97 0.58
Hex FC 2B 46 0 53 48 1 160 61 3A
Octal 374 53 106 0 123 110 1 540 141 72
Binary 11111100 101011 1000110 0 1010011 1001000 1 101100000 1100001 111010

Color Harmonies of #FC2B46

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FC2B46

Black with #FC2B46

Text Example


Text Example

White with #FC2B46

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FC2B46; }

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

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

background-color css

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

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

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

border-color css

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

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

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