Html Css Color HEX #F5393F Alizarin

📋 copy color: '#F5393F'

red 245 ◦ green 57 ◦ blue 63

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

Shades of Alizarin #F5393F

Tints of Alizarin #F5393F

RGB

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

 GREEN value IS 57 (22.66% from 255) = 15.62%

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

R = 67.12%
G = 15.62%
B = 17.26%

CMYK

 C value IS 0

 M value IS 0.77

 Y value IS 0.74

 K value IS 0.04

RGB Variations

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

Color information

#F5393F (or 0xF5393F) is known color: Alizarin. HEX triplet: F5, 39 and 3F. RGB value is (245,57,63). Sum of RGB (Red+Green+Blue) = 245+57+63=365 (48% of max value = 765). Red value is 245 (96.09% from 255 or 67.12% from 365); Green value is 57 (22.66% from 255 or 15.62% from 365); Blue value is 63 (25% from 255 or 17.26% from 365); Max value from RGB is 245 - color contains mainly: red. Hex color #F5393F is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #F5393F is #0AC6C0. Grayscale: #727272. Windows color (decimal): -706241 or 4143605. OLE color: 4143605.

HSL color Cylindrical-coordinate representation of color #F5393F: hue angle of 358.09º degrees, saturation: 0.9, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #F5393F is Cyan = 0, Magento = 0.77, Yellow = 0.74 and Black (K on CMYK) = 0.04.

Color convert

RGB 245 57 63 -
CMYK 0 0.77 0.74 0.04
HSL 358.09º 0.9% 0.59% -
HSV(B) 358.09º 0.77% 0.96% -
XYZ 40.02 22.7 6.97 -
YUV 113.9 99.28 221.51 -
System Red Green Blue C M Y K H S L
Decimal 245 57 63 0 0.77 0.74 0.04 358.09 0.9 0.59
Hex F5 39 3F 0 4D 4A 4 166 5A 3B
Octal 365 71 77 0 115 112 4 546 132 73
Binary 11110101 111001 111111 0 1001101 1001010 100 101100110 1011010 111011

Color Harmonies of #F5393F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F5393F

Black with #F5393F

Text Example


Text Example

White with #F5393F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F5393F; }

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

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

background-color css

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

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

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

border-color css

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

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

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