Html Css Color HEX #FC2548 Amaranth

📋 copy color: '#FC2548'

red 252 ◦ green 37 ◦ blue 72

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

Shades of Amaranth #FC2548

Tints of Amaranth #FC2548

RGB

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

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

 BLUE value IS 72 (28.52% from 255) = 19.94%

R = 69.81%
G = 10.25%
B = 19.94%

CMYK

 C value IS 0

 M value IS 0.85

 Y value IS 0.71

 K value IS 0.01

RGB Variations

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

Color information

#FC2548 (or 0xFC2548) is known color: Amaranth. HEX triplet: FC, 25 and 48. RGB value is (252,37,72). Sum of RGB (Red+Green+Blue) = 252+37+72=361 (47% of max value = 765). Red value is 252 (98.83% from 255 or 69.81% from 361); Green value is 37 (14.84% from 255 or 10.25% from 361); Blue value is 72 (28.52% from 255 or 19.94% from 361); Max value from RGB is 252 - color contains mainly: red. Hex color #FC2548 is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #FC2548 is #03DAB7. Grayscale: #696969. Windows color (decimal): -252600 or 4728316. OLE color: 4728316.

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

Color convert

RGB 252 37 72 -
CMYK 0 0.85 0.71 0.01
HSL 350.23º 0.97% 0.57% -
HSV(B) 350.23º 0.85% 0.99% -
XYZ 41.98 22.49 8.26 -
YUV 105.28 109.23 232.65 -
System Red Green Blue C M Y K H S L
Decimal 252 37 72 0 0.85 0.71 0.01 350.23 0.97 0.57
Hex FC 25 48 0 55 47 1 15E 61 39
Octal 374 45 110 0 125 107 1 536 141 71
Binary 11111100 100101 1001000 0 1010101 1000111 1 101011110 1100001 111001

Color Harmonies of #FC2548

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FC2548

Black with #FC2548

Text Example


Text Example

White with #FC2548

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FC2548; }

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

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

background-color css

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

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

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

border-color css

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

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

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