Html Css Color HEX #FC2D45 Amaranth

📋 copy color: '#FC2D45'

red 252 ◦ green 45 ◦ blue 69

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

Shades of Amaranth #FC2D45

Tints of Amaranth #FC2D45

RGB

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

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

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

R = 68.85%
G = 12.3%
B = 18.85%

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

#FC2D45 (or 0xFC2D45) is known color: Amaranth. HEX triplet: FC, 2D and 45. RGB value is (252,45,69). Sum of RGB (Red+Green+Blue) = 252+45+69=366 (48% of max value = 765). Red value is 252 (98.83% from 255 or 68.85% from 366); Green value is 45 (17.97% from 255 or 12.30% from 366); Blue value is 69 (27.34% from 255 or 18.85% from 366); Max value from RGB is 252 - color contains mainly: red. Hex color #FC2D45 is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #FC2D45 is #03D2BA. Grayscale: #6D6D6D. Windows color (decimal): -250555 or 4533756. OLE color: 4533756.

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

Color convert

RGB 252 45 69 -
CMYK 0 0.82 0.73 0.01
HSL 353.04º 0.97% 0.58% -
HSV(B) 353.04º 0.82% 0.99% -
XYZ 42.16 23 7.85 -
YUV 109.63 105.08 229.55 -
System Red Green Blue C M Y K H S L
Decimal 252 45 69 0 0.82 0.73 0.01 353.04 0.97 0.58
Hex FC 2D 45 0 52 49 1 161 61 3A
Octal 374 55 105 0 122 111 1 541 141 72
Binary 11111100 101101 1000101 0 1010010 1001001 1 101100001 1100001 111010

Color Harmonies of #FC2D45

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FC2D45

Black with #FC2D45

Text Example


Text Example

White with #FC2D45

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FC2D45; }

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

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

background-color css

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

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

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

border-color css

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

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

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