#F5343C

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

Shades of Alizarin #F5343C

Tints of Alizarin #F5343C

Color information

#F5343C (or 0xF5343C) is unknown color: approx Alizarin. HEX triplet: F5, 34 and 3C. RGB value is (245,52,60). Sum of RGB (Red+Green+Blue) = 245+52+60=357 (47% of max value = 765). Red value is 245 (96.09% from 255 or 68.63% from 357); Green value is 52 (20.70% from 255 or 14.57% from 357); Blue value is 60 (23.83% from 255 or 16.81% from 357); Max value from RGB is 245 - color contains mainly: red. Hex color #F5343C is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #F5343C is #0ACBC3. Grayscale: #6E6E6E. Windows color (decimal): -707524 or 3945717. OLE color: 3945717.

HSL color Cylindrical-coordinate representation of color #F5343C: hue angle of 357.51º degrees, saturation: 0.91, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #F5343C is Cyan = 0, Magento = 0.79, Yellow = 0.76 and Black (K on CMYK) = 0.04.

Color convert

RGB2455260-
CMYK00.790.760.04
HSL357.51º90.61%58.24%-
HSV(B)357.51º78.78%96.08%-
XYZ39.722.196.47-
YUV110.6299.44223.85-

RGB Variations

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

RGB

RED value IS 245 (96.09% from 255) = 68.63%
GREEN value IS 52 (20.70% from 255) = 14.57%
BLUE value IS 60 (23.83% from 255) = 16.81%
R=68.63%
G=14.57%
B=16.81%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.79
Y (Yellow) values IS 0.76
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal245526000.790.760.04357.5190.6158.24
HexF5343C04F4C41665b3a
Octal36564740117114454613372
Binary111101011101001111000100111110011001001011001101011011111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F5343C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F5343C; }

 p { color: rgb(245,52,60); }

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

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

 a { background-color: rgb(245,52,60); }

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

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

 span { border-color: rgb(245,52,60); }

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