#FC353F

Color #FC353F Alizarin (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Alizarin #FC353F

Tints of Alizarin #FC353F

Color information

#FC353F (or 0xFC353F) is unknown color: approx Alizarin. HEX triplet: FC, 35 and 3F. RGB value is (252,53,63). Sum of RGB (Red+Green+Blue) = 252+53+63=368 (48% of max value = 765). Red value is 252 (98.83% from 255 or 68.48% from 368); Green value is 53 (21.09% from 255 or 14.40% from 368); Blue value is 63 (25% from 255 or 17.12% from 368); Max value from RGB is 252 - color contains mainly: red. Hex color #FC353F is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #FC353F is #03CAC0. Grayscale: #717171. Windows color (decimal): -248513 or 4142588. OLE color: 4142588.

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

Color convert

RGB2525363-
CMYK00.790.750.01
HSL356.98º97.07%59.8%-
HSV(B)356.98º78.97%98.82%-
XYZ42.3223.67.03-
YUV113.6499.43226.69-

RGB Variations

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

RGB

RED value IS 252 (98.83% from 255) = 68.48%
GREEN value IS 53 (21.09% from 255) = 14.40%
BLUE value IS 63 (25% from 255) = 17.12%
R=68.48%
G=14.40%
B=17.12%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.79
Y (Yellow) values IS 0.75
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal252536300.790.750.01356.9897.0759.8
HexFC353F04F4B1165613c
Octal37465770117113154514174
Binary1111110011010111111101001111100101111011001011100001111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FC353F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FC353F; }

 p { color: rgb(252,53,63); }

 H1.HeaderClassName
 {
   color: #FC353F;
 }
 .AnyTagClassName
 {
   color: #FC353F;
 }
</style>
background-color css

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

 a { background-color: rgb(252,53,63); }

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

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

 span { border-color: rgb(252,53,63); }

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