Html Css Color HEX #FC2B44 Amaranth

📋 copy color: '#FC2B44'

red 252 ◦ green 43 ◦ blue 68

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

Shades of Amaranth #FC2B44

Tints of Amaranth #FC2B44

RGB

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

 GREEN value IS 43 (17.19% from 255) = 11.85%

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

R = 69.42%
G = 11.85%
B = 18.73%

CMYK

 C value IS 0

 M value IS 0.83

 Y value IS 0.73

 K value IS 0.01

RGB Variations

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

Color information

#FC2B44 (or 0xFC2B44) is known color: Amaranth. HEX triplet: FC, 2B and 44. RGB value is (252,43,68). Sum of RGB (Red+Green+Blue) = 252+43+68=363 (48% of max value = 765). Red value is 252 (98.83% from 255 or 69.42% from 363); Green value is 43 (17.19% from 255 or 11.85% from 363); Blue value is 68 (26.95% from 255 or 18.73% from 363); Max value from RGB is 252 - color contains mainly: red. Hex color #FC2B44 is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #FC2B44 is #03D4BB. Grayscale: #6C6C6C. Windows color (decimal): -251068 or 4467708. OLE color: 4467708.

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

Color convert

RGB 252 43 68 -
CMYK 0 0.83 0.73 0.01
HSL 352.82º 0.97% 0.58% -
HSV(B) 352.82º 0.83% 0.99% -
XYZ 42.05 22.84 7.66 -
YUV 108.34 105.24 230.47 -
System Red Green Blue C M Y K H S L
Decimal 252 43 68 0 0.83 0.73 0.01 352.82 0.97 0.58
Hex FC 2B 44 0 53 49 1 161 61 3A
Octal 374 53 104 0 123 111 1 541 141 72
Binary 11111100 101011 1000100 0 1010011 1001001 1 101100001 1100001 111010

Color Harmonies of #FC2B44

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FC2B44

Black with #FC2B44

Text Example


Text Example

White with #FC2B44

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FC2B44; }

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

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

background-color css

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

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

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

border-color css

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

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

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