Html Css Color HEX #FC264A Amaranth

📋 copy color: '#FC264A'

red 252 ◦ green 38 ◦ blue 74

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

Shades of Amaranth #FC264A

Tints of Amaranth #FC264A

RGB

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

 GREEN value IS 38 (15.23% from 255) = 10.44%

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

R = 69.23%
G = 10.44%
B = 20.33%

CMYK

 C value IS 0

 M value IS 0.85

 Y value IS 0.71

 K value IS 0.01

RGB Variations

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

Color information

#FC264A (or 0xFC264A) is known color: Amaranth. HEX triplet: FC, 26 and 4A. RGB value is (252,38,74). Sum of RGB (Red+Green+Blue) = 252+38+74=364 (48% of max value = 765). Red value is 252 (98.83% from 255 or 69.23% from 364); Green value is 38 (15.23% from 255 or 10.44% from 364); Blue value is 74 (29.30% from 255 or 20.33% from 364); Max value from RGB is 252 - color contains mainly: red. Hex color #FC264A is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #FC264A is #03D9B5. Grayscale: #6A6A6A. Windows color (decimal): -252342 or 4859644. OLE color: 4859644.

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

Color convert

RGB 252 38 74 -
CMYK 0 0.85 0.71 0.01
HSL 349.91º 0.97% 0.57% -
HSV(B) 349.91º 0.85% 0.99% -
XYZ 42.07 22.58 8.62 -
YUV 106.09 109.9 232.07 -
System Red Green Blue C M Y K H S L
Decimal 252 38 74 0 0.85 0.71 0.01 349.91 0.97 0.57
Hex FC 26 4A 0 55 47 1 15E 61 39
Octal 374 46 112 0 125 107 1 536 141 71
Binary 11111100 100110 1001010 0 1010101 1000111 1 101011110 1100001 111001

Color Harmonies of #FC264A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FC264A

Black with #FC264A

Text Example


Text Example

White with #FC264A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FC264A; }

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

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

background-color css

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

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

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

border-color css

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

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

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