Html Css Color HEX #F6293B Alizarin

📋 copy color: '#F6293B'

red 246 ◦ green 41 ◦ blue 59

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

Shades of Alizarin #F6293B

Tints of Alizarin #F6293B

RGB

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

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

 BLUE value IS 59 (23.44% from 255) = 17.05%

R = 71.1%
G = 11.85%
B = 17.05%

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

#F6293B (or 0xF6293B) is known color: Alizarin. HEX triplet: F6, 29 and 3B. RGB value is (246,41,59). Sum of RGB (Red+Green+Blue) = 246+41+59=346 (45% of max value = 765). Red value is 246 (96.48% from 255 or 71.10% from 346); Green value is 41 (16.41% from 255 or 11.85% from 346); Blue value is 59 (23.44% from 255 or 17.05% from 346); Max value from RGB is 246 - color contains mainly: red. Hex color #F6293B is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #F6293B is #09D6C4. Grayscale: #686868. Windows color (decimal): -644805 or 3877366. OLE color: 3877366.

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

Color convert

RGB 246 41 59 -
CMYK 0 0.83 0.76 0.04
HSL 354.73º 0.92% 0.56% -
HSV(B) 354.73º 0.83% 0.96% -
XYZ 39.59 21.49 6.2 -
YUV 104.35 102.42 229.04 -
System Red Green Blue C M Y K H S L
Decimal 246 41 59 0 0.83 0.76 0.04 354.73 0.92 0.56
Hex F6 29 3B 0 53 4C 4 163 5C 38
Octal 366 51 73 0 123 114 4 543 134 70
Binary 11110110 101001 111011 0 1010011 1001100 100 101100011 1011100 111000

Color Harmonies of #F6293B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F6293B

Black with #F6293B

Text Example


Text Example

White with #F6293B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F6293B; }

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

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

background-color css

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

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

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

border-color css

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

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

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