Html Css Color HEX #FC2148 Amaranth

📋 copy color: '#FC2148'

red 252 ◦ green 33 ◦ blue 72

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

Shades of Amaranth #FC2148

Tints of Amaranth #FC2148

RGB

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

 GREEN value IS 33 (13.28% from 255) = 9.24%

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

R = 70.59%
G = 9.24%
B = 20.17%

CMYK

 C value IS 0

 M value IS 0.87

 Y value IS 0.71

 K value IS 0.01

RGB Variations

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

Color information

#FC2148 (or 0xFC2148) is known color: Amaranth. HEX triplet: FC, 21 and 48. RGB value is (252,33,72). Sum of RGB (Red+Green+Blue) = 252+33+72=357 (47% of max value = 765). Red value is 252 (98.83% from 255 or 70.59% from 357); Green value is 33 (13.28% from 255 or 9.24% from 357); Blue value is 72 (28.52% from 255 or 20.17% from 357); Max value from RGB is 252 - color contains mainly: red. Hex color #FC2148 is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #FC2148 is #03DEB7. Grayscale: #666666. Windows color (decimal): -253624 or 4727292. OLE color: 4727292.

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

Color convert

RGB 252 33 72 -
CMYK 0 0.87 0.71 0.01
HSL 349.32º 0.97% 0.56% -
HSV(B) 349.32º 0.87% 0.99% -
XYZ 41.86 22.25 8.22 -
YUV 102.93 110.55 234.33 -
System Red Green Blue C M Y K H S L
Decimal 252 33 72 0 0.87 0.71 0.01 349.32 0.97 0.56
Hex FC 21 48 0 57 47 1 15D 61 38
Octal 374 41 110 0 127 107 1 535 141 70
Binary 11111100 100001 1001000 0 1010111 1000111 1 101011101 1100001 111000

Color Harmonies of #FC2148

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FC2148

Black with #FC2148

Text Example


Text Example

White with #FC2148

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FC2148; }

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

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

background-color css

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

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

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

border-color css

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

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

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