Html Css Color HEX #FC1C4F Amaranth

📋 copy color: '#FC1C4F'

red 252 ◦ green 28 ◦ blue 79

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

Shades of Amaranth #FC1C4F

Tints of Amaranth #FC1C4F

RGB

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

 GREEN value IS 28 (11.33% from 255) = 7.8%

 BLUE value IS 79 (31.25% from 255) = 22.01%

R = 70.19%
G = 7.8%
B = 22.01%

CMYK

 C value IS 0

 M value IS 0.89

 Y value IS 0.69

 K value IS 0.01

RGB Variations

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

Color information

#FC1C4F (or 0xFC1C4F) is known color: Amaranth. HEX triplet: FC, 1C and 4F. RGB value is (252,28,79). Sum of RGB (Red+Green+Blue) = 252+28+79=359 (47% of max value = 765). Red value is 252 (98.83% from 255 or 70.19% from 359); Green value is 28 (11.33% from 255 or 7.80% from 359); Blue value is 79 (31.25% from 255 or 22.01% from 359); Max value from RGB is 252 - color contains mainly: red. Hex color #FC1C4F is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #FC1C4F is #03E3B0. Grayscale: #646464. Windows color (decimal): -254897 or 5184764. OLE color: 5184764.

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

Color convert

RGB 252 28 79 -
CMYK 0 0.89 0.69 0.01
HSL 346.34º 0.97% 0.55% -
HSV(B) 346.34º 0.89% 0.99% -
XYZ 41.97 22.09 9.45 -
YUV 100.79 115.71 235.85 -
System Red Green Blue C M Y K H S L
Decimal 252 28 79 0 0.89 0.69 0.01 346.34 0.97 0.55
Hex FC 1C 4F 0 59 45 1 15A 61 37
Octal 374 34 117 0 131 105 1 532 141 67
Binary 11111100 11100 1001111 0 1011001 1000101 1 101011010 1100001 110111

Color Harmonies of #FC1C4F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FC1C4F

Black with #FC1C4F

Text Example


Text Example

White with #FC1C4F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FC1C4F; }

 p { color: rgb(252,28,79); }

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

background-color css

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

 a { background-color: rgb(252,28,79); }

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

border-color css

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

 span { border-color: rgb(252,28,79); }

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