#F3343C

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

Shades of Alizarin #F3343C

Tints of Alizarin #F3343C

Color information

#F3343C (or 0xF3343C) is unknown color: approx Alizarin. HEX triplet: F3, 34 and 3C. RGB value is (243,52,60). Sum of RGB (Red+Green+Blue) = 243+52+60=355 (47% of max value = 765). Red value is 243 (95.31% from 255 or 68.45% from 355); Green value is 52 (20.70% from 255 or 14.65% from 355); Blue value is 60 (23.83% from 255 or 16.90% from 355); Max value from RGB is 243 - color contains mainly: red. Hex color #F3343C is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #F3343C is #0CCBC3. Grayscale: #6E6E6E. Windows color (decimal): -838596 or 3945715. OLE color: 3945715.

HSL color Cylindrical-coordinate representation of color #F3343C: hue angle of 357.49º degrees, saturation: 0.89, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #F3343C is Cyan = 0, Magento = 0.79, Yellow = 0.75 and Black (K on CMYK) = 0.05.

Color convert

RGB2435260-
CMYK00.790.750.05
HSL357.49º88.84%57.84%-
HSV(B)357.49º78.6%95.29%-
XYZ39.0121.846.43-
YUV110.0299.78222.85-

RGB Variations

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

RGB

RED value IS 243 (95.31% from 255) = 68.45%
GREEN value IS 52 (20.70% from 255) = 14.65%
BLUE value IS 60 (23.83% from 255) = 16.90%
R=68.45%
G=14.65%
B=16.90%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.79
Y (Yellow) values IS 0.75
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal243526000.790.750.05357.4988.8457.84
HexF3343C04F4B5165593a
Octal36364740117113554513172
Binary111100111101001111000100111110010111011011001011011001111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F3343C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F3343C; }

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

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

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

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

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

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

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

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