Html Css Color HEX #F6263C Alizarin

📋 copy color: '#F6263C'

red 246 ◦ green 38 ◦ blue 60

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

Shades of Alizarin #F6263C

Tints of Alizarin #F6263C

RGB

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

 GREEN value IS 38 (15.23% from 255) = 11.05%

 BLUE value IS 60 (23.83% from 255) = 17.44%

R = 71.51%
G = 11.05%
B = 17.44%

CMYK

 C value IS 0

 M value IS 0.85

 Y value IS 0.76

 K value IS 0.04

RGB Variations

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

Color information

#F6263C (or 0xF6263C) is known color: Alizarin. HEX triplet: F6, 26 and 3C. RGB value is (246,38,60). Sum of RGB (Red+Green+Blue) = 246+38+60=344 (45% of max value = 765). Red value is 246 (96.48% from 255 or 71.51% from 344); Green value is 38 (15.23% from 255 or 11.05% from 344); Blue value is 60 (23.83% from 255 or 17.44% from 344); Max value from RGB is 246 - color contains mainly: red. Hex color #F6263C is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #F6263C is #09D9C3. Grayscale: #666666. Windows color (decimal): -645572 or 3942134. OLE color: 3942134.

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

Color convert

RGB 246 38 60 -
CMYK 0 0.85 0.76 0.04
HSL 353.65º 0.92% 0.56% -
HSV(B) 353.65º 0.85% 0.96% -
XYZ 39.51 21.31 6.3 -
YUV 102.7 103.91 230.21 -
System Red Green Blue C M Y K H S L
Decimal 246 38 60 0 0.85 0.76 0.04 353.65 0.92 0.56
Hex F6 26 3C 0 55 4C 4 162 5C 38
Octal 366 46 74 0 125 114 4 542 134 70
Binary 11110110 100110 111100 0 1010101 1001100 100 101100010 1011100 111000

Color Harmonies of #F6263C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F6263C

Black with #F6263C

Text Example


Text Example

White with #F6263C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F6263C; }

 p { color: rgb(246,38,60); }

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

background-color css

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

 a { background-color: rgb(246,38,60); }

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

border-color css

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

 span { border-color: rgb(246,38,60); }

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