Html Css Color HEX #F5293A Alizarin

📋 copy color: '#F5293A'

red 245 ◦ green 41 ◦ blue 58

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

Shades of Alizarin #F5293A

Tints of Alizarin #F5293A

RGB

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

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

 BLUE value IS 58 (23.05% from 255) = 16.86%

R = 71.22%
G = 11.92%
B = 16.86%

CMYK

 C value IS 0

 M value IS 0.83

 Y value IS 0.76

 K value IS 0.04

RGB Variations

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

Color information

#F5293A (or 0xF5293A) is known color: Alizarin. HEX triplet: F5, 29 and 3A. RGB value is (245,41,58). Sum of RGB (Red+Green+Blue) = 245+41+58=344 (45% of max value = 765). Red value is 245 (96.09% from 255 or 71.22% from 344); Green value is 41 (16.41% from 255 or 11.92% from 344); Blue value is 58 (23.05% from 255 or 16.86% from 344); Max value from RGB is 245 - color contains mainly: red. Hex color #F5293A is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #F5293A is #0AD6C5. Grayscale: #686868. Windows color (decimal): -710342 or 3811829. OLE color: 3811829.

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

Color convert

RGB 245 41 58 -
CMYK 0 0.83 0.76 0.04
HSL 355º 0.91% 0.56% -
HSV(B) 355º 0.83% 0.96% -
XYZ 39.21 21.3 6.05 -
YUV 103.93 102.09 228.62 -
System Red Green Blue C M Y K H S L
Decimal 245 41 58 0 0.83 0.76 0.04 355 0.91 0.56
Hex F5 29 3A 0 53 4C 4 163 5B 38
Octal 365 51 72 0 123 114 4 543 133 70
Binary 11110101 101001 111010 0 1010011 1001100 100 101100011 1011011 111000

Color Harmonies of #F5293A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F5293A

Black with #F5293A

Text Example


Text Example

White with #F5293A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F5293A; }

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

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

background-color css

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

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

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

border-color css

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

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

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