Html Css Color HEX #F3293F Alizarin

📋 copy color: '#F3293F'

red 243 ◦ green 41 ◦ blue 63

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

Shades of Alizarin #F3293F

Tints of Alizarin #F3293F

RGB

 RED value IS 243 (95.31% from 255) = 70.03%

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

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

R = 70.03%
G = 11.82%
B = 18.16%

CMYK

 C value IS 0

 M value IS 0.83

 Y value IS 0.74

 K value IS 0.05

RGB Variations

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

Color information

#F3293F (or 0xF3293F) is known color: Alizarin. HEX triplet: F3, 29 and 3F. RGB value is (243,41,63). Sum of RGB (Red+Green+Blue) = 243+41+63=347 (45% of max value = 765). Red value is 243 (95.31% from 255 or 70.03% from 347); Green value is 41 (16.41% from 255 or 11.82% from 347); Blue value is 63 (25% from 255 or 18.16% from 347); Max value from RGB is 243 - color contains mainly: red. Hex color #F3293F is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #F3293F is #0CD6C0. Grayscale: #686868. Windows color (decimal): -841409 or 4139507. OLE color: 4139507.

HSL color Cylindrical-coordinate representation of color #F3293F: hue angle of 353.47º degrees, saturation: 0.89, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #F3293F is Cyan = 0, Magento = 0.83, Yellow = 0.74 and Black (K on CMYK) = 0.05.

Color convert

RGB 243 41 63 -
CMYK 0 0.83 0.74 0.05
HSL 353.47º 0.89% 0.56% -
HSV(B) 353.47º 0.83% 0.95% -
XYZ 38.65 21 6.72 -
YUV 103.91 104.92 227.21 -
System Red Green Blue C M Y K H S L
Decimal 243 41 63 0 0.83 0.74 0.05 353.47 0.89 0.56
Hex F3 29 3F 0 53 4A 5 161 59 38
Octal 363 51 77 0 123 112 5 541 131 70
Binary 11110011 101001 111111 0 1010011 1001010 101 101100001 1011001 111000

Color Harmonies of #F3293F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F3293F

Black with #F3293F

Text Example


Text Example

White with #F3293F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F3293F; }

 p { color: rgb(243,41,63); }

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

background-color css

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

 a { background-color: rgb(243,41,63); }

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

border-color css

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

 span { border-color: rgb(243,41,63); }

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