Html Css Color HEX #FC214E Amaranth

📋 copy color: '#FC214E'

red 252 ◦ green 33 ◦ blue 78

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

Shades of Amaranth #FC214E

Tints of Amaranth #FC214E

RGB

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

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

 BLUE value IS 78 (30.86% from 255) = 21.49%

R = 69.42%
G = 9.09%
B = 21.49%

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

#FC214E (or 0xFC214E) is known color: Amaranth. HEX triplet: FC, 21 and 4E. RGB value is (252,33,78). Sum of RGB (Red+Green+Blue) = 252+33+78=363 (48% of max value = 765). Red value is 252 (98.83% from 255 or 69.42% from 363); Green value is 33 (13.28% from 255 or 9.09% from 363); Blue value is 78 (30.86% from 255 or 21.49% from 363); Max value from RGB is 252 - color contains mainly: red. Hex color #FC214E is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #FC214E is #03DEB1. Grayscale: #676767. Windows color (decimal): -253618 or 5120508. OLE color: 5120508.

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

Color convert

RGB 252 33 78 -
CMYK 0 0.87 0.69 0.01
HSL 347.67º 0.97% 0.56% -
HSV(B) 347.67º 0.87% 0.99% -
XYZ 42.06 22.33 9.3 -
YUV 103.61 113.55 233.84 -
System Red Green Blue C M Y K H S L
Decimal 252 33 78 0 0.87 0.69 0.01 347.67 0.97 0.56
Hex FC 21 4E 0 57 45 1 15C 61 38
Octal 374 41 116 0 127 105 1 534 141 70
Binary 11111100 100001 1001110 0 1010111 1000101 1 101011100 1100001 111000

Color Harmonies of #FC214E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FC214E

Black with #FC214E

Text Example


Text Example

White with #FC214E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FC214E; }

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

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

background-color css

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

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

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

border-color css

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

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

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