Html Css Color HEX #F63132 Alizarin

📋 copy color: '#F63132'

red 246 ◦ green 49 ◦ blue 50

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

Shades of Alizarin #F63132

Tints of Alizarin #F63132

RGB

 RED value IS 246 (96.48% from 255) = 71.3%

 GREEN value IS 49 (19.53% from 255) = 14.2%

 BLUE value IS 50 (19.92% from 255) = 14.49%

R = 71.3%
G = 14.2%
B = 14.49%

CMYK

 C value IS 0

 M value IS 0.80

 Y value IS 0.80

 K value IS 0.04

RGB Variations

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

Color information

#F63132 (or 0xF63132) is known color: Alizarin. HEX triplet: F6, 31 and 32. RGB value is (246,49,50). Sum of RGB (Red+Green+Blue) = 246+49+50=345 (45% of max value = 765). Red value is 246 (96.48% from 255 or 71.30% from 345); Green value is 49 (19.53% from 255 or 14.20% from 345); Blue value is 50 (19.92% from 255 or 14.49% from 345); Max value from RGB is 246 - color contains mainly: red. Hex color #F63132 is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #F63132 is #09CECD. Grayscale: #6C6C6C. Windows color (decimal): -642766 or 3289590. OLE color: 3289590.

HSL color Cylindrical-coordinate representation of color #F63132: hue angle of 359.7º degrees, saturation: 0.92, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #F63132 is Cyan = 0, Magento = 0.80, Yellow = 0.80 and Black (K on CMYK) = 0.04.

Color convert

RGB 246 49 50 -
CMYK 0 0.80 0.80 0.04
HSL 359.7º 0.92% 0.58% -
HSV(B) 359.7º 0.8% 0.96% -
XYZ 39.68 22.02 5.18 -
YUV 108.02 95.27 226.42 -
System Red Green Blue C M Y K H S L
Decimal 246 49 50 0 0.80 0.80 0.04 359.7 0.92 0.58
Hex F6 31 32 0 50 50 4 168 5C 3A
Octal 366 61 62 0 120 120 4 550 134 72
Binary 11110110 110001 110010 0 1010000 1010000 100 101101000 1011100 111010

Color Harmonies of #F63132

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F63132

Black with #F63132

Text Example


Text Example

White with #F63132

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F63132; }

 p { color: rgb(246,49,50); }

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

background-color css

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

 a { background-color: rgb(246,49,50); }

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

border-color css

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

 span { border-color: rgb(246,49,50); }

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