Html Css Color HEX #FC2F44 Amaranth

📋 copy color: '#FC2F44'

red 252 ◦ green 47 ◦ blue 68

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

Shades of Amaranth #FC2F44

Tints of Amaranth #FC2F44

RGB

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

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

 BLUE value IS 68 (26.95% from 255) = 18.53%

R = 68.66%
G = 12.81%
B = 18.53%

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

#FC2F44 (or 0xFC2F44) is known color: Amaranth. HEX triplet: FC, 2F and 44. RGB value is (252,47,68). Sum of RGB (Red+Green+Blue) = 252+47+68=367 (48% of max value = 765). Red value is 252 (98.83% from 255 or 68.66% from 367); Green value is 47 (18.75% from 255 or 12.81% from 367); Blue value is 68 (26.95% from 255 or 18.53% from 367); Max value from RGB is 252 - color contains mainly: red. Hex color #FC2F44 is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #FC2F44 is #03D0BB. Grayscale: #6E6E6E. Windows color (decimal): -250044 or 4468732. OLE color: 4468732.

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

Color convert

RGB 252 47 68 -
CMYK 0 0.81 0.73 0.01
HSL 353.85º 0.97% 0.59% -
HSV(B) 353.85º 0.81% 0.99% -
XYZ 42.2 23.15 7.71 -
YUV 110.69 103.92 228.79 -
System Red Green Blue C M Y K H S L
Decimal 252 47 68 0 0.81 0.73 0.01 353.85 0.97 0.59
Hex FC 2F 44 0 51 49 1 162 61 3B
Octal 374 57 104 0 121 111 1 542 141 73
Binary 11111100 101111 1000100 0 1010001 1001001 1 101100010 1100001 111011

Color Harmonies of #FC2F44

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FC2F44

Black with #FC2F44

Text Example


Text Example

White with #FC2F44

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FC2F44; }

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

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

background-color css

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

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

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

border-color css

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

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

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