Html Css Color HEX #FC3242 Amaranth

📋 copy color: '#FC3242'

red 252 ◦ green 50 ◦ blue 66

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

Shades of Amaranth #FC3242

Tints of Amaranth #FC3242

RGB

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

 GREEN value IS 50 (19.92% from 255) = 13.59%

 BLUE value IS 66 (26.17% from 255) = 17.93%

R = 68.48%
G = 13.59%
B = 17.93%

CMYK

 C value IS 0

 M value IS 0.80

 Y value IS 0.74

 K value IS 0.01

RGB Variations

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

Color information

#FC3242 (or 0xFC3242) is known color: Amaranth. HEX triplet: FC, 32 and 42. RGB value is (252,50,66). Sum of RGB (Red+Green+Blue) = 252+50+66=368 (48% of max value = 765). Red value is 252 (98.83% from 255 or 68.48% from 368); Green value is 50 (19.92% from 255 or 13.59% from 368); Blue value is 66 (26.17% from 255 or 17.93% from 368); Max value from RGB is 252 - color contains mainly: red. Hex color #FC3242 is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #FC3242 is #03CDBD. Grayscale: #707070. Windows color (decimal): -249278 or 4338428. OLE color: 4338428.

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

Color convert

RGB 252 50 66 -
CMYK 0 0.80 0.74 0.01
HSL 355.25º 0.97% 0.59% -
HSV(B) 355.25º 0.8% 0.99% -
XYZ 42.27 23.37 7.44 -
YUV 112.22 101.92 227.7 -
System Red Green Blue C M Y K H S L
Decimal 252 50 66 0 0.80 0.74 0.01 355.25 0.97 0.59
Hex FC 32 42 0 50 4A 1 163 61 3B
Octal 374 62 102 0 120 112 1 543 141 73
Binary 11111100 110010 1000010 0 1010000 1001010 1 101100011 1100001 111011

Color Harmonies of #FC3242

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FC3242

Black with #FC3242

Text Example


Text Example

White with #FC3242

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FC3242; }

 p { color: rgb(252,50,66); }

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

background-color css

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

 a { background-color: rgb(252,50,66); }

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

border-color css

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

 span { border-color: rgb(252,50,66); }

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