Html Css Color HEX #F5293E Alizarin

📋 copy color: '#F5293E'

red 245 ◦ green 41 ◦ blue 62

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

Shades of Alizarin #F5293E

Tints of Alizarin #F5293E

RGB

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

 GREEN value IS 41 (16.41% from 255) = 11.78%

 BLUE value IS 62 (24.61% from 255) = 17.82%

R = 70.4%
G = 11.78%
B = 17.82%

CMYK

 C value IS 0

 M value IS 0.83

 Y value IS 0.75

 K value IS 0.04

RGB Variations

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

Color information

#F5293E (or 0xF5293E) is known color: Alizarin. HEX triplet: F5, 29 and 3E. RGB value is (245,41,62). Sum of RGB (Red+Green+Blue) = 245+41+62=348 (46% of max value = 765). Red value is 245 (96.09% from 255 or 70.40% from 348); Green value is 41 (16.41% from 255 or 11.78% from 348); Blue value is 62 (24.61% from 255 or 17.82% from 348); Max value from RGB is 245 - color contains mainly: red. Hex color #F5293E is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #F5293E is #0AD6C1. Grayscale: #686868. Windows color (decimal): -710338 or 4073973. OLE color: 4073973.

HSL color Cylindrical-coordinate representation of color #F5293E: hue angle of 353.82º degrees, saturation: 0.91, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #F5293E is Cyan = 0, Magento = 0.83, Yellow = 0.75 and Black (K on CMYK) = 0.04.

Color convert

RGB 245 41 62 -
CMYK 0 0.83 0.75 0.04
HSL 353.82º 0.91% 0.56% -
HSV(B) 353.82º 0.83% 0.96% -
XYZ 39.32 21.35 6.61 -
YUV 104.39 104.09 228.29 -
System Red Green Blue C M Y K H S L
Decimal 245 41 62 0 0.83 0.75 0.04 353.82 0.91 0.56
Hex F5 29 3E 0 53 4B 4 162 5B 38
Octal 365 51 76 0 123 113 4 542 133 70
Binary 11110101 101001 111110 0 1010011 1001011 100 101100010 1011011 111000

Color Harmonies of #F5293E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F5293E

Black with #F5293E

Text Example


Text Example

White with #F5293E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F5293E; }

 p { color: rgb(245,41,62); }

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

background-color css

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

 a { background-color: rgb(245,41,62); }

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

border-color css

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

 span { border-color: rgb(245,41,62); }

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