Html Css Color HEX #FC234C Amaranth

📋 copy color: '#FC234C'

red 252 ◦ green 35 ◦ blue 76

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

Shades of Amaranth #FC234C

Tints of Amaranth #FC234C

RGB

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

 GREEN value IS 35 (14.06% from 255) = 9.64%

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

R = 69.42%
G = 9.64%
B = 20.94%

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

#FC234C (or 0xFC234C) is known color: Amaranth. HEX triplet: FC, 23 and 4C. RGB value is (252,35,76). Sum of RGB (Red+Green+Blue) = 252+35+76=363 (48% of max value = 765). Red value is 252 (98.83% from 255 or 69.42% from 363); Green value is 35 (14.06% from 255 or 9.64% from 363); Blue value is 76 (30.08% from 255 or 20.94% from 363); Max value from RGB is 252 - color contains mainly: red. Hex color #FC234C is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #FC234C is #03DCB3. Grayscale: #686868. Windows color (decimal): -253108 or 4989948. OLE color: 4989948.

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

Color convert

RGB 252 35 76 -
CMYK 0 0.86 0.70 0.01
HSL 348.66º 0.97% 0.56% -
HSV(B) 348.66º 0.86% 0.99% -
XYZ 42.05 22.42 8.95 -
YUV 104.56 111.89 233.17 -
System Red Green Blue C M Y K H S L
Decimal 252 35 76 0 0.86 0.70 0.01 348.66 0.97 0.56
Hex FC 23 4C 0 56 46 1 15D 61 38
Octal 374 43 114 0 126 106 1 535 141 70
Binary 11111100 100011 1001100 0 1010110 1000110 1 101011101 1100001 111000

Color Harmonies of #FC234C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FC234C

Black with #FC234C

Text Example


Text Example

White with #FC234C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FC234C; }

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

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

background-color css

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

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

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

border-color css

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

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

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