Html Css Color HEX #FC2D43 Amaranth

📋 copy color: '#FC2D43'

red 252 ◦ green 45 ◦ blue 67

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

Shades of Amaranth #FC2D43

Tints of Amaranth #FC2D43

RGB

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

 GREEN value IS 45 (17.97% from 255) = 12.36%

 BLUE value IS 67 (26.56% from 255) = 18.41%

R = 69.23%
G = 12.36%
B = 18.41%

CMYK

 C value IS 0

 M value IS 0.82

 Y value IS 0.73

 K value IS 0.01

RGB Variations

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

Color information

#FC2D43 (or 0xFC2D43) is known color: Amaranth. HEX triplet: FC, 2D and 43. RGB value is (252,45,67). Sum of RGB (Red+Green+Blue) = 252+45+67=364 (48% of max value = 765). Red value is 252 (98.83% from 255 or 69.23% from 364); Green value is 45 (17.97% from 255 or 12.36% from 364); Blue value is 67 (26.56% from 255 or 18.41% from 364); Max value from RGB is 252 - color contains mainly: red. Hex color #FC2D43 is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #FC2D43 is #03D2BC. Grayscale: #6D6D6D. Windows color (decimal): -250557 or 4402684. OLE color: 4402684.

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

Color convert

RGB 252 45 67 -
CMYK 0 0.82 0.73 0.01
HSL 353.62º 0.97% 0.58% -
HSV(B) 353.62º 0.82% 0.99% -
XYZ 42.1 22.98 7.53 -
YUV 109.4 104.08 229.71 -
System Red Green Blue C M Y K H S L
Decimal 252 45 67 0 0.82 0.73 0.01 353.62 0.97 0.58
Hex FC 2D 43 0 52 49 1 162 61 3A
Octal 374 55 103 0 122 111 1 542 141 72
Binary 11111100 101101 1000011 0 1010010 1001001 1 101100010 1100001 111010

Color Harmonies of #FC2D43

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FC2D43

Black with #FC2D43

Text Example


Text Example

White with #FC2D43

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FC2D43; }

 p { color: rgb(252,45,67); }

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

background-color css

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

 a { background-color: rgb(252,45,67); }

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

border-color css

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

 span { border-color: rgb(252,45,67); }

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