Html Css Color HEX #FC2546 Amaranth

📋 copy color: '#FC2546'

red 252 ◦ green 37 ◦ blue 70

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

Shades of Amaranth #FC2546

Tints of Amaranth #FC2546

RGB

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

 GREEN value IS 37 (14.84% from 255) = 10.31%

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

R = 70.19%
G = 10.31%
B = 19.5%

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

#FC2546 (or 0xFC2546) is known color: Amaranth. HEX triplet: FC, 25 and 46. RGB value is (252,37,70). Sum of RGB (Red+Green+Blue) = 252+37+70=359 (47% of max value = 765). Red value is 252 (98.83% from 255 or 70.19% from 359); Green value is 37 (14.84% from 255 or 10.31% from 359); Blue value is 70 (27.73% from 255 or 19.50% from 359); Max value from RGB is 252 - color contains mainly: red. Hex color #FC2546 is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #FC2546 is #03DAB9. Grayscale: #696969. Windows color (decimal): -252602 or 4597244. OLE color: 4597244.

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

Color convert

RGB 252 37 70 -
CMYK 0 0.85 0.72 0.01
HSL 350.79º 0.97% 0.57% -
HSV(B) 350.79º 0.85% 0.99% -
XYZ 41.91 22.46 7.92 -
YUV 105.05 108.23 232.82 -
System Red Green Blue C M Y K H S L
Decimal 252 37 70 0 0.85 0.72 0.01 350.79 0.97 0.57
Hex FC 25 46 0 55 48 1 15F 61 39
Octal 374 45 106 0 125 110 1 537 141 71
Binary 11111100 100101 1000110 0 1010101 1001000 1 101011111 1100001 111001

Color Harmonies of #FC2546

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FC2546

Black with #FC2546

Text Example


Text Example

White with #FC2546

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FC2546; }

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

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

background-color css

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

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

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

border-color css

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

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

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