Html Css Color HEX #FC2743 Amaranth

📋 copy color: '#FC2743'

red 252 ◦ green 39 ◦ blue 67

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

Shades of Amaranth #FC2743

Tints of Amaranth #FC2743

RGB

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

 GREEN value IS 39 (15.63% from 255) = 10.89%

 BLUE value IS 67 (26.56% from 255) = 18.72%

R = 70.39%
G = 10.89%
B = 18.72%

CMYK

 C value IS 0

 M value IS 0.85

 Y value IS 0.73

 K value IS 0.01

RGB Variations

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

Color information

#FC2743 (or 0xFC2743) is known color: Amaranth. HEX triplet: FC, 27 and 43. RGB value is (252,39,67). Sum of RGB (Red+Green+Blue) = 252+39+67=358 (47% of max value = 765). Red value is 252 (98.83% from 255 or 70.39% from 358); Green value is 39 (15.62% from 255 or 10.89% from 358); Blue value is 67 (26.56% from 255 or 18.72% from 358); Max value from RGB is 252 - color contains mainly: red. Hex color #FC2743 is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #FC2743 is #03D8BC. Grayscale: #696969. Windows color (decimal): -252093 or 4401148. OLE color: 4401148.

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

Color convert

RGB 252 39 67 -
CMYK 0 0.85 0.73 0.01
HSL 352.11º 0.97% 0.57% -
HSV(B) 352.11º 0.85% 0.99% -
XYZ 41.88 22.55 7.46 -
YUV 105.88 106.07 232.22 -
System Red Green Blue C M Y K H S L
Decimal 252 39 67 0 0.85 0.73 0.01 352.11 0.97 0.57
Hex FC 27 43 0 55 49 1 160 61 39
Octal 374 47 103 0 125 111 1 540 141 71
Binary 11111100 100111 1000011 0 1010101 1001001 1 101100000 1100001 111001

Color Harmonies of #FC2743

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FC2743

Black with #FC2743

Text Example


Text Example

White with #FC2743

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FC2743; }

 p { color: rgb(252,39,67); }

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

background-color css

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

 a { background-color: rgb(252,39,67); }

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

border-color css

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

 span { border-color: rgb(252,39,67); }

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