Html Css Color HEX #FC2247 Amaranth

📋 copy color: '#FC2247'

red 252 ◦ green 34 ◦ blue 71

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

Shades of Amaranth #FC2247

Tints of Amaranth #FC2247

RGB

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

 GREEN value IS 34 (13.67% from 255) = 9.52%

 BLUE value IS 71 (28.13% from 255) = 19.89%

R = 70.59%
G = 9.52%
B = 19.89%

CMYK

 C value IS 0

 M value IS 0.87

 Y value IS 0.72

 K value IS 0.01

RGB Variations

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

Color information

#FC2247 (or 0xFC2247) is known color: Amaranth. HEX triplet: FC, 22 and 47. RGB value is (252,34,71). Sum of RGB (Red+Green+Blue) = 252+34+71=357 (47% of max value = 765). Red value is 252 (98.83% from 255 or 70.59% from 357); Green value is 34 (13.67% from 255 or 9.52% from 357); Blue value is 71 (28.12% from 255 or 19.89% from 357); Max value from RGB is 252 - color contains mainly: red. Hex color #FC2247 is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #FC2247 is #03DDB8. Grayscale: #676767. Windows color (decimal): -253369 or 4662012. OLE color: 4662012.

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

Color convert

RGB 252 34 71 -
CMYK 0 0.87 0.72 0.01
HSL 349.82º 0.97% 0.56% -
HSV(B) 349.82º 0.87% 0.99% -
XYZ 41.85 22.29 8.06 -
YUV 103.4 109.72 233.99 -
System Red Green Blue C M Y K H S L
Decimal 252 34 71 0 0.87 0.72 0.01 349.82 0.97 0.56
Hex FC 22 47 0 57 48 1 15E 61 38
Octal 374 42 107 0 127 110 1 536 141 70
Binary 11111100 100010 1000111 0 1010111 1001000 1 101011110 1100001 111000

Color Harmonies of #FC2247

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FC2247

Black with #FC2247

Text Example


Text Example

White with #FC2247

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FC2247; }

 p { color: rgb(252,34,71); }

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

background-color css

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

 a { background-color: rgb(252,34,71); }

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

border-color css

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

 span { border-color: rgb(252,34,71); }

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