Html Css Color HEX #F6323D Alizarin

📋 copy color: '#F6323D'

red 246 ◦ green 50 ◦ blue 61

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

Shades of Alizarin #F6323D

Tints of Alizarin #F6323D

RGB

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

 GREEN value IS 50 (19.92% from 255) = 14.01%

 BLUE value IS 61 (24.22% from 255) = 17.09%

R = 68.91%
G = 14.01%
B = 17.09%

CMYK

 C value IS 0

 M value IS 0.80

 Y value IS 0.75

 K value IS 0.04

RGB Variations

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

Color information

#F6323D (or 0xF6323D) is known color: Alizarin. HEX triplet: F6, 32 and 3D. RGB value is (246,50,61). Sum of RGB (Red+Green+Blue) = 246+50+61=357 (47% of max value = 765). Red value is 246 (96.48% from 255 or 68.91% from 357); Green value is 50 (19.92% from 255 or 14.01% from 357); Blue value is 61 (24.22% from 255 or 17.09% from 357); Max value from RGB is 246 - color contains mainly: red. Hex color #F6323D is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #F6323D is #09CDC2. Grayscale: #6E6E6E. Windows color (decimal): -642499 or 4010742. OLE color: 4010742.

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

Color convert

RGB 246 50 61 -
CMYK 0 0.80 0.75 0.04
HSL 356.63º 0.92% 0.58% -
HSV(B) 356.63º 0.8% 0.96% -
XYZ 39.99 22.21 6.59 -
YUV 109.86 100.43 225.11 -
System Red Green Blue C M Y K H S L
Decimal 246 50 61 0 0.80 0.75 0.04 356.63 0.92 0.58
Hex F6 32 3D 0 50 4B 4 165 5C 3A
Octal 366 62 75 0 120 113 4 545 134 72
Binary 11110110 110010 111101 0 1010000 1001011 100 101100101 1011100 111010

Color Harmonies of #F6323D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F6323D

Black with #F6323D

Text Example


Text Example

White with #F6323D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F6323D; }

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

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

background-color css

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

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

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

border-color css

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

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

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