Html Css Color HEX #FC224C Amaranth

📋 copy color: '#FC224C'

red 252 ◦ green 34 ◦ blue 76

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

Shades of Amaranth #FC224C

Tints of Amaranth #FC224C

RGB

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

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

 BLUE value IS 76 (30.08% from 255) = 20.99%

R = 69.61%
G = 9.39%
B = 20.99%

CMYK

 C value IS 0

 M value IS 0.87

 Y value IS 0.70

 K value IS 0.01

RGB Variations

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

Color information

#FC224C (or 0xFC224C) is known color: Amaranth. HEX triplet: FC, 22 and 4C. RGB value is (252,34,76). Sum of RGB (Red+Green+Blue) = 252+34+76=362 (47% of max value = 765). Red value is 252 (98.83% from 255 or 69.61% from 362); Green value is 34 (13.67% from 255 or 9.39% from 362); Blue value is 76 (30.08% from 255 or 20.99% from 362); Max value from RGB is 252 - color contains mainly: red. Hex color #FC224C is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #FC224C is #03DDB3. Grayscale: #686868. Windows color (decimal): -253364 or 4989692. OLE color: 4989692.

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

Color convert

RGB 252 34 76 -
CMYK 0 0.87 0.70 0.01
HSL 348.44º 0.97% 0.56% -
HSV(B) 348.44º 0.87% 0.99% -
XYZ 42.02 22.36 8.94 -
YUV 103.97 112.22 233.58 -
System Red Green Blue C M Y K H S L
Decimal 252 34 76 0 0.87 0.70 0.01 348.44 0.97 0.56
Hex FC 22 4C 0 57 46 1 15C 61 38
Octal 374 42 114 0 127 106 1 534 141 70
Binary 11111100 100010 1001100 0 1010111 1000110 1 101011100 1100001 111000

Color Harmonies of #FC224C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FC224C

Black with #FC224C

Text Example


Text Example

White with #FC224C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FC224C; }

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

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

background-color css

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

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

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

border-color css

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

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

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