Html Css Color HEX #FC244C Amaranth

📋 copy color: '#FC244C'

red 252 ◦ green 36 ◦ blue 76

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

Shades of Amaranth #FC244C

Tints of Amaranth #FC244C

RGB

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

 GREEN value IS 36 (14.45% from 255) = 9.89%

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

R = 69.23%
G = 9.89%
B = 20.88%

CMYK

 C value IS 0

 M value IS 0.86

 Y value IS 0.70

 K value IS 0.01

RGB Variations

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

Color information

#FC244C (or 0xFC244C) is known color: Amaranth. HEX triplet: FC, 24 and 4C. RGB value is (252,36,76). Sum of RGB (Red+Green+Blue) = 252+36+76=364 (48% of max value = 765). Red value is 252 (98.83% from 255 or 69.23% from 364); Green value is 36 (14.45% from 255 or 9.89% from 364); Blue value is 76 (30.08% from 255 or 20.88% from 364); Max value from RGB is 252 - color contains mainly: red. Hex color #FC244C is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #FC244C is #03DBB3. Grayscale: #696969. Windows color (decimal): -252852 or 4990204. OLE color: 4990204.

HSL color Cylindrical-coordinate representation of color #FC244C: hue angle of 348.89º degrees, saturation: 0.97, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #FC244C is Cyan = 0, Magento = 0.86, Yellow = 0.70 and Black (K on CMYK) = 0.01.

Color convert

RGB 252 36 76 -
CMYK 0 0.86 0.70 0.01
HSL 348.89º 0.97% 0.56% -
HSV(B) 348.89º 0.86% 0.99% -
XYZ 42.08 22.48 8.96 -
YUV 105.14 111.56 232.75 -
System Red Green Blue C M Y K H S L
Decimal 252 36 76 0 0.86 0.70 0.01 348.89 0.97 0.56
Hex FC 24 4C 0 56 46 1 15D 61 38
Octal 374 44 114 0 126 106 1 535 141 70
Binary 11111100 100100 1001100 0 1010110 1000110 1 101011101 1100001 111000

Color Harmonies of #FC244C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FC244C

Black with #FC244C

Text Example


Text Example

White with #FC244C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FC244C; }

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

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

background-color css

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

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

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

border-color css

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

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

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