Html Css Color HEX #F5343F Alizarin

📋 copy color: '#F5343F'

red 245 ◦ green 52 ◦ blue 63

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

Shades of Alizarin #F5343F

Tints of Alizarin #F5343F

RGB

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

 GREEN value IS 52 (20.7% from 255) = 14.44%

 BLUE value IS 63 (25% from 255) = 17.5%

R = 68.06%
G = 14.44%
B = 17.5%

CMYK

 C value IS 0

 M value IS 0.79

 Y value IS 0.74

 K value IS 0.04

RGB Variations

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

Color information

#F5343F (or 0xF5343F) is known color: Alizarin. HEX triplet: F5, 34 and 3F. RGB value is (245,52,63). Sum of RGB (Red+Green+Blue) = 245+52+63=360 (47% of max value = 765). Red value is 245 (96.09% from 255 or 68.06% from 360); Green value is 52 (20.70% from 255 or 14.44% from 360); Blue value is 63 (25% from 255 or 17.5% from 360); Max value from RGB is 245 - color contains mainly: red. Hex color #F5343F is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #F5343F is #0ACBC0. Grayscale: #6F6F6F. Windows color (decimal): -707521 or 4142325. OLE color: 4142325.

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

Color convert

RGB 245 52 63 -
CMYK 0 0.79 0.74 0.04
HSL 356.58º 0.91% 0.58% -
HSV(B) 356.58º 0.79% 0.96% -
XYZ 39.78 22.23 6.9 -
YUV 110.96 100.94 223.61 -
System Red Green Blue C M Y K H S L
Decimal 245 52 63 0 0.79 0.74 0.04 356.58 0.91 0.58
Hex F5 34 3F 0 4F 4A 4 165 5B 3A
Octal 365 64 77 0 117 112 4 545 133 72
Binary 11110101 110100 111111 0 1001111 1001010 100 101100101 1011011 111010

Color Harmonies of #F5343F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F5343F

Black with #F5343F

Text Example


Text Example

White with #F5343F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F5343F; }

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

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

background-color css

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

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

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

border-color css

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

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

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