Html Css Color HEX #FC2F45 Amaranth

📋 copy color: '#FC2F45'

red 252 ◦ green 47 ◦ blue 69

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

Shades of Amaranth #FC2F45

Tints of Amaranth #FC2F45

RGB

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

 GREEN value IS 47 (18.75% from 255) = 12.77%

 BLUE value IS 69 (27.34% from 255) = 18.75%

R = 68.48%
G = 12.77%
B = 18.75%

CMYK

 C value IS 0

 M value IS 0.81

 Y value IS 0.73

 K value IS 0.01

RGB Variations

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

Color information

#FC2F45 (or 0xFC2F45) is known color: Amaranth. HEX triplet: FC, 2F and 45. RGB value is (252,47,69). Sum of RGB (Red+Green+Blue) = 252+47+69=368 (48% of max value = 765). Red value is 252 (98.83% from 255 or 68.48% from 368); Green value is 47 (18.75% from 255 or 12.77% from 368); Blue value is 69 (27.34% from 255 or 18.75% from 368); Max value from RGB is 252 - color contains mainly: red. Hex color #FC2F45 is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #FC2F45 is #03D0BA. Grayscale: #6E6E6E. Windows color (decimal): -250043 or 4534268. OLE color: 4534268.

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

Color convert

RGB 252 47 69 -
CMYK 0 0.81 0.73 0.01
HSL 353.56º 0.97% 0.59% -
HSV(B) 353.56º 0.81% 0.99% -
XYZ 42.24 23.16 7.87 -
YUV 110.8 104.42 228.71 -
System Red Green Blue C M Y K H S L
Decimal 252 47 69 0 0.81 0.73 0.01 353.56 0.97 0.59
Hex FC 2F 45 0 51 49 1 162 61 3B
Octal 374 57 105 0 121 111 1 542 141 73
Binary 11111100 101111 1000101 0 1010001 1001001 1 101100010 1100001 111011

Color Harmonies of #FC2F45

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FC2F45

Black with #FC2F45

Text Example


Text Example

White with #FC2F45

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FC2F45; }

 p { color: rgb(252,47,69); }

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

background-color css

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

 a { background-color: rgb(252,47,69); }

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

border-color css

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

 span { border-color: rgb(252,47,69); }

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