Html Css Color HEX #F5343C Alizarin

📋 copy color: '#F5343C'

red 245 ◦ green 52 ◦ blue 60

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

Shades of Alizarin #F5343C

Tints of Alizarin #F5343C

RGB

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

 GREEN value IS 52 (20.7% 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 value IS 0

 M value IS 0.79

 Y value IS 0.76

 K value IS 0.04

RGB Variations

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

Color information

#F5343C (or 0xF5343C) is known color: 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

RGB 245 52 60 -
CMYK 0 0.79 0.76 0.04
HSL 357.51º 0.91% 0.58% -
HSV(B) 357.51º 0.79% 0.96% -
XYZ 39.7 22.19 6.47 -
YUV 110.62 99.44 223.85 -
System Red Green Blue C M Y K H S L
Decimal 245 52 60 0 0.79 0.76 0.04 357.51 0.91 0.58
Hex F5 34 3C 0 4F 4C 4 166 5B 3A
Octal 365 64 74 0 117 114 4 546 133 72
Binary 11110101 110100 111100 0 1001111 1001100 100 101100110 1011011 111010

Color Harmonies of #F5343C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F5343C

Black with #F5343C

Text Example


Text Example

White with #F5343C

Text Example


Text Example

HTML Codes & Css Web 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>