Html Css Color HEX #FC284A Amaranth

📋 copy color: '#FC284A'

red 252 ◦ green 40 ◦ blue 74

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

Shades of Amaranth #FC284A

Tints of Amaranth #FC284A

RGB

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

 GREEN value IS 40 (16.02% from 255) = 10.93%

 BLUE value IS 74 (29.3% from 255) = 20.22%

R = 68.85%
G = 10.93%
B = 20.22%

CMYK

 C value IS 0

 M value IS 0.84

 Y value IS 0.71

 K value IS 0.01

RGB Variations

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

Color information

#FC284A (or 0xFC284A) is known color: Amaranth. HEX triplet: FC, 28 and 4A. RGB value is (252,40,74). Sum of RGB (Red+Green+Blue) = 252+40+74=366 (48% of max value = 765). Red value is 252 (98.83% from 255 or 68.85% from 366); Green value is 40 (16.02% from 255 or 10.93% from 366); Blue value is 74 (29.30% from 255 or 20.22% from 366); Max value from RGB is 252 - color contains mainly: red. Hex color #FC284A is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #FC284A is #03D7B5. Grayscale: #6B6B6B. Windows color (decimal): -251830 or 4860156. OLE color: 4860156.

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

Color convert

RGB 252 40 74 -
CMYK 0 0.84 0.71 0.01
HSL 350.38º 0.97% 0.57% -
HSV(B) 350.38º 0.84% 0.99% -
XYZ 42.14 22.71 8.64 -
YUV 107.26 109.24 231.24 -
System Red Green Blue C M Y K H S L
Decimal 252 40 74 0 0.84 0.71 0.01 350.38 0.97 0.57
Hex FC 28 4A 0 54 47 1 15E 61 39
Octal 374 50 112 0 124 107 1 536 141 71
Binary 11111100 101000 1001010 0 1010100 1000111 1 101011110 1100001 111001

Color Harmonies of #FC284A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FC284A

Black with #FC284A

Text Example


Text Example

White with #FC284A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FC284A; }

 p { color: rgb(252,40,74); }

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

background-color css

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

 a { background-color: rgb(252,40,74); }

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

border-color css

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

 span { border-color: rgb(252,40,74); }

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