#F5333C

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

Shades of Alizarin #F5333C

Tints of Alizarin #F5333C

Color information

#F5333C (or 0xF5333C) is unknown color: approx Alizarin. HEX triplet: F5, 33 and 3C. RGB value is (245,51,60). Sum of RGB (Red+Green+Blue) = 245+51+60=356 (47% of max value = 765). Red value is 245 (96.09% from 255 or 68.82% from 356); Green value is 51 (20.31% from 255 or 14.33% from 356); Blue value is 60 (23.83% from 255 or 16.85% from 356); Max value from RGB is 245 - color contains mainly: red. Hex color #F5333C is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #F5333C is #0ACCC3. Grayscale: #6E6E6E. Windows color (decimal): -707780 or 3945461. OLE color: 3945461.

HSL color Cylindrical-coordinate representation of color #F5333C: hue angle of 357.22º 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 #F5333C is Cyan = 0, Magento = 0.79, Yellow = 0.76 and Black (K on CMYK) = 0.04.

Color convert

RGB2455160-
CMYK00.790.760.04
HSL357.22º90.65%58.04%-
HSV(B)357.22º79.18%96.08%-
XYZ39.6622.116.45-
YUV110.0399.77224.27-

RGB Variations

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

RGB

RED value IS 245 (96.09% from 255) = 68.82%
GREEN value IS 51 (20.31% from 255) = 14.33%
BLUE value IS 60 (23.83% from 255) = 16.85%
R=68.82%
G=14.33%
B=16.85%

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
Decimal245516000.790.760.04357.2290.6558.04
HexF5333C04F4C41655b3a
Octal36563740117114454513372
Binary111101011100111111000100111110011001001011001011011011111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F5333C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F5333C; }

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

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

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

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

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

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

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

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