Html Css Color HEX #F6363F Alizarin

📋 copy color: '#F6363F'

red 246 ◦ green 54 ◦ blue 63

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

Shades of Alizarin #F6363F

Tints of Alizarin #F6363F

RGB

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

 GREEN value IS 54 (21.48% from 255) = 14.88%

 BLUE value IS 63 (25% from 255) = 17.36%

R = 67.77%
G = 14.88%
B = 17.36%

CMYK

 C value IS 0

 M value IS 0.78

 Y value IS 0.74

 K value IS 0.04

RGB Variations

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

Color information

#F6363F (or 0xF6363F) is known color: Alizarin. HEX triplet: F6, 36 and 3F. RGB value is (246,54,63). Sum of RGB (Red+Green+Blue) = 246+54+63=363 (48% of max value = 765). Red value is 246 (96.48% from 255 or 67.77% from 363); Green value is 54 (21.48% from 255 or 14.88% from 363); Blue value is 63 (25% from 255 or 17.36% from 363); Max value from RGB is 246 - color contains mainly: red. Hex color #F6363F is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #F6363F is #09C9C0. Grayscale: #707070. Windows color (decimal): -641473 or 4142838. OLE color: 4142838.

HSL color Cylindrical-coordinate representation of color #F6363F: hue angle of 357.19º degrees, saturation: 0.91, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #F6363F is Cyan = 0, Magento = 0.78, Yellow = 0.74 and Black (K on CMYK) = 0.04.

Color convert

RGB 246 54 63 -
CMYK 0 0.78 0.74 0.04
HSL 357.19º 0.91% 0.59% -
HSV(B) 357.19º 0.78% 0.96% -
XYZ 40.22 22.59 6.94 -
YUV 112.43 100.11 223.27 -
System Red Green Blue C M Y K H S L
Decimal 246 54 63 0 0.78 0.74 0.04 357.19 0.91 0.59
Hex F6 36 3F 0 4E 4A 4 165 5B 3B
Octal 366 66 77 0 116 112 4 545 133 73
Binary 11110110 110110 111111 0 1001110 1001010 100 101100101 1011011 111011

Color Harmonies of #F6363F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F6363F

Black with #F6363F

Text Example


Text Example

White with #F6363F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F6363F; }

 p { color: rgb(246,54,63); }

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

background-color css

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

 a { background-color: rgb(246,54,63); }

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

border-color css

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

 span { border-color: rgb(246,54,63); }

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