Html Css Color HEX #F6293D Alizarin

📋 copy color: '#F6293D'

red 246 ◦ green 41 ◦ blue 61

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

Shades of Alizarin #F6293D

Tints of Alizarin #F6293D

RGB

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

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

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

R = 70.69%
G = 11.78%
B = 17.53%

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

#F6293D (or 0xF6293D) is known color: Alizarin. HEX triplet: F6, 29 and 3D. RGB value is (246,41,61). Sum of RGB (Red+Green+Blue) = 246+41+61=348 (46% of max value = 765). Red value is 246 (96.48% from 255 or 70.69% from 348); Green value is 41 (16.41% from 255 or 11.78% from 348); Blue value is 61 (24.22% from 255 or 17.53% from 348); Max value from RGB is 246 - color contains mainly: red. Hex color #F6293D is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #F6293D is #09D6C2. Grayscale: #686868. Windows color (decimal): -644803 or 4008438. OLE color: 4008438.

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

Color convert

RGB 246 41 61 -
CMYK 0 0.83 0.75 0.04
HSL 354.15º 0.92% 0.56% -
HSV(B) 354.15º 0.83% 0.96% -
XYZ 39.64 21.52 6.48 -
YUV 104.58 103.42 228.87 -
System Red Green Blue C M Y K H S L
Decimal 246 41 61 0 0.83 0.75 0.04 354.15 0.92 0.56
Hex F6 29 3D 0 53 4B 4 162 5C 38
Octal 366 51 75 0 123 113 4 542 134 70
Binary 11110110 101001 111101 0 1010011 1001011 100 101100010 1011100 111000

Color Harmonies of #F6293D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F6293D

Black with #F6293D

Text Example


Text Example

White with #F6293D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F6293D; }

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

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

background-color css

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

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

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

border-color css

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

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

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