Html Css Color HEX #F6313E Alizarin

📋 copy color: '#F6313E'

red 246 ◦ green 49 ◦ blue 62

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

Shades of Alizarin #F6313E

Tints of Alizarin #F6313E

RGB

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

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

 BLUE value IS 62 (24.61% from 255) = 17.37%

R = 68.91%
G = 13.73%
B = 17.37%

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

#F6313E (or 0xF6313E) is known color: Alizarin. HEX triplet: F6, 31 and 3E. RGB value is (246,49,62). Sum of RGB (Red+Green+Blue) = 246+49+62=357 (47% of max value = 765). Red value is 246 (96.48% from 255 or 68.91% from 357); Green value is 49 (19.53% from 255 or 13.73% from 357); Blue value is 62 (24.61% from 255 or 17.37% from 357); Max value from RGB is 246 - color contains mainly: red. Hex color #F6313E is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #F6313E is #09CEC1. Grayscale: #6D6D6D. Windows color (decimal): -642754 or 4076022. OLE color: 4076022.

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

Color convert

RGB 246 49 62 -
CMYK 0 0.80 0.75 0.04
HSL 356.04º 0.92% 0.58% -
HSV(B) 356.04º 0.8% 0.96% -
XYZ 39.97 22.14 6.72 -
YUV 109.39 101.27 225.44 -
System Red Green Blue C M Y K H S L
Decimal 246 49 62 0 0.80 0.75 0.04 356.04 0.92 0.58
Hex F6 31 3E 0 50 4B 4 164 5C 3A
Octal 366 61 76 0 120 113 4 544 134 72
Binary 11110110 110001 111110 0 1010000 1001011 100 101100100 1011100 111010

Color Harmonies of #F6313E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F6313E

Black with #F6313E

Text Example


Text Example

White with #F6313E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F6313E; }

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

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

background-color css

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

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

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

border-color css

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

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

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