Html Css Color HEX #FC2C45 Amaranth

📋 copy color: '#FC2C45'

red 252 ◦ green 44 ◦ blue 69

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

Shades of Amaranth #FC2C45

Tints of Amaranth #FC2C45

RGB

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

 GREEN value IS 44 (17.58% from 255) = 12.05%

 BLUE value IS 69 (27.34% from 255) = 18.9%

R = 69.04%
G = 12.05%
B = 18.9%

CMYK

 C value IS 0

 M value IS 0.83

 Y value IS 0.73

 K value IS 0.01

RGB Variations

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

Color information

#FC2C45 (or 0xFC2C45) is known color: Amaranth. HEX triplet: FC, 2C and 45. RGB value is (252,44,69). Sum of RGB (Red+Green+Blue) = 252+44+69=365 (48% of max value = 765). Red value is 252 (98.83% from 255 or 69.04% from 365); Green value is 44 (17.58% from 255 or 12.05% from 365); Blue value is 69 (27.34% from 255 or 18.90% from 365); Max value from RGB is 252 - color contains mainly: red. Hex color #FC2C45 is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #FC2C45 is #03D3BA. Grayscale: #6D6D6D. Windows color (decimal): -250811 or 4533500. OLE color: 4533500.

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

Color convert

RGB 252 44 69 -
CMYK 0 0.83 0.73 0.01
HSL 352.79º 0.97% 0.58% -
HSV(B) 352.79º 0.83% 0.99% -
XYZ 42.12 22.93 7.84 -
YUV 109.04 105.41 229.97 -
System Red Green Blue C M Y K H S L
Decimal 252 44 69 0 0.83 0.73 0.01 352.79 0.97 0.58
Hex FC 2C 45 0 53 49 1 161 61 3A
Octal 374 54 105 0 123 111 1 541 141 72
Binary 11111100 101100 1000101 0 1010011 1001001 1 101100001 1100001 111010

Color Harmonies of #FC2C45

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FC2C45

Black with #FC2C45

Text Example


Text Example

White with #FC2C45

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FC2C45; }

 p { color: rgb(252,44,69); }

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

background-color css

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

 a { background-color: rgb(252,44,69); }

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

border-color css

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

 span { border-color: rgb(252,44,69); }

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