Html Css Color HEX #FC2D46 Amaranth

📋 copy color: '#FC2D46'

red 252 ◦ green 45 ◦ blue 70

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

Shades of Amaranth #FC2D46

Tints of Amaranth #FC2D46

RGB

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

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

 BLUE value IS 70 (27.73% from 255) = 19.07%

R = 68.66%
G = 12.26%
B = 19.07%

CMYK

 C value IS 0

 M value IS 0.82

 Y value IS 0.72

 K value IS 0.01

RGB Variations

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

Color information

#FC2D46 (or 0xFC2D46) is known color: Amaranth. HEX triplet: FC, 2D and 46. RGB value is (252,45,70). Sum of RGB (Red+Green+Blue) = 252+45+70=367 (48% of max value = 765). Red value is 252 (98.83% from 255 or 68.66% from 367); Green value is 45 (17.97% from 255 or 12.26% from 367); Blue value is 70 (27.73% from 255 or 19.07% from 367); Max value from RGB is 252 - color contains mainly: red. Hex color #FC2D46 is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #FC2D46 is #03D2B9. Grayscale: #6D6D6D. Windows color (decimal): -250554 or 4599292. OLE color: 4599292.

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

Color convert

RGB 252 45 70 -
CMYK 0 0.82 0.72 0.01
HSL 352.75º 0.97% 0.58% -
HSV(B) 352.75º 0.82% 0.99% -
XYZ 42.19 23.01 8.01 -
YUV 109.74 105.58 229.47 -
System Red Green Blue C M Y K H S L
Decimal 252 45 70 0 0.82 0.72 0.01 352.75 0.97 0.58
Hex FC 2D 46 0 52 48 1 161 61 3A
Octal 374 55 106 0 122 110 1 541 141 72
Binary 11111100 101101 1000110 0 1010010 1001000 1 101100001 1100001 111010

Color Harmonies of #FC2D46

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FC2D46

Black with #FC2D46

Text Example


Text Example

White with #FC2D46

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FC2D46; }

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

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

background-color css

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

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

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

border-color css

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

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

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