Html Css Color HEX #F5323C Alizarin

📋 copy color: '#F5323C'

red 245 ◦ green 50 ◦ blue 60

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

Shades of Alizarin #F5323C

Tints of Alizarin #F5323C

RGB

 RED value IS 245 (96.09% from 255) = 69.01%

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

 BLUE value IS 60 (23.83% from 255) = 16.9%

R = 69.01%
G = 14.08%
B = 16.9%

CMYK

 C value IS 0

 M value IS 0.80

 Y value IS 0.76

 K value IS 0.04

RGB Variations

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

Color information

#F5323C (or 0xF5323C) is known color: Alizarin. HEX triplet: F5, 32 and 3C. RGB value is (245,50,60). Sum of RGB (Red+Green+Blue) = 245+50+60=355 (47% of max value = 765). Red value is 245 (96.09% from 255 or 69.01% from 355); Green value is 50 (19.92% from 255 or 14.08% from 355); Blue value is 60 (23.83% from 255 or 16.90% from 355); Max value from RGB is 245 - color contains mainly: red. Hex color #F5323C is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #F5323C is #0ACDC3. Grayscale: #6D6D6D. Windows color (decimal): -708036 or 3945205. OLE color: 3945205.

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

Color convert

RGB 245 50 60 -
CMYK 0 0.80 0.76 0.04
HSL 356.92º 0.91% 0.58% -
HSV(B) 356.92º 0.8% 0.96% -
XYZ 39.61 22.02 6.44 -
YUV 109.45 100.1 224.69 -
System Red Green Blue C M Y K H S L
Decimal 245 50 60 0 0.80 0.76 0.04 356.92 0.91 0.58
Hex F5 32 3C 0 50 4C 4 165 5B 3A
Octal 365 62 74 0 120 114 4 545 133 72
Binary 11110101 110010 111100 0 1010000 1001100 100 101100101 1011011 111010

Color Harmonies of #F5323C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F5323C

Black with #F5323C

Text Example


Text Example

White with #F5323C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F5323C; }

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

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

background-color css

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

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

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

border-color css

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

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

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