Html Css Color HEX #FC214D Amaranth

📋 copy color: '#FC214D'

red 252 ◦ green 33 ◦ blue 77

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

Shades of Amaranth #FC214D

Tints of Amaranth #FC214D

RGB

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

 GREEN value IS 33 (13.28% from 255) = 9.12%

 BLUE value IS 77 (30.47% from 255) = 21.27%

R = 69.61%
G = 9.12%
B = 21.27%

CMYK

 C value IS 0

 M value IS 0.87

 Y value IS 0.69

 K value IS 0.01

RGB Variations

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

Color information

#FC214D (or 0xFC214D) is known color: Amaranth. HEX triplet: FC, 21 and 4D. RGB value is (252,33,77). Sum of RGB (Red+Green+Blue) = 252+33+77=362 (47% of max value = 765). Red value is 252 (98.83% from 255 or 69.61% from 362); Green value is 33 (13.28% from 255 or 9.12% from 362); Blue value is 77 (30.47% from 255 or 21.27% from 362); Max value from RGB is 252 - color contains mainly: red. Hex color #FC214D is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #FC214D is #03DEB2. Grayscale: #676767. Windows color (decimal): -253619 or 5054972. OLE color: 5054972.

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

Color convert

RGB 252 33 77 -
CMYK 0 0.87 0.69 0.01
HSL 347.95º 0.97% 0.56% -
HSV(B) 347.95º 0.87% 0.99% -
XYZ 42.03 22.32 9.11 -
YUV 103.5 113.05 233.92 -
System Red Green Blue C M Y K H S L
Decimal 252 33 77 0 0.87 0.69 0.01 347.95 0.97 0.56
Hex FC 21 4D 0 57 45 1 15C 61 38
Octal 374 41 115 0 127 105 1 534 141 70
Binary 11111100 100001 1001101 0 1010111 1000101 1 101011100 1100001 111000

Color Harmonies of #FC214D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FC214D

Black with #FC214D

Text Example


Text Example

White with #FC214D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FC214D; }

 p { color: rgb(252,33,77); }

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

background-color css

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

 a { background-color: rgb(252,33,77); }

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

border-color css

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

 span { border-color: rgb(252,33,77); }

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