Html Css Color HEX #F63241 Alizarin

📋 copy color: '#F63241'

red 246 ◦ green 50 ◦ blue 65

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

Shades of Alizarin #F63241

Tints of Alizarin #F63241

RGB

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

 GREEN value IS 50 (19.92% from 255) = 13.85%

 BLUE value IS 65 (25.78% from 255) = 18.01%

R = 68.14%
G = 13.85%
B = 18.01%

CMYK

 C value IS 0

 M value IS 0.80

 Y value IS 0.74

 K value IS 0.04

RGB Variations

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

Color information

#F63241 (or 0xF63241) is known color: Alizarin. HEX triplet: F6, 32 and 41. RGB value is (246,50,65). Sum of RGB (Red+Green+Blue) = 246+50+65=361 (47% of max value = 765). Red value is 246 (96.48% from 255 or 68.14% from 361); Green value is 50 (19.92% from 255 or 13.85% from 361); Blue value is 65 (25.78% from 255 or 18.01% from 361); Max value from RGB is 246 - color contains mainly: red. Hex color #F63241 is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #F63241 is #09CDBE. Grayscale: #6E6E6E. Windows color (decimal): -642495 or 4272886. OLE color: 4272886.

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

Color convert

RGB 246 50 65 -
CMYK 0 0.80 0.74 0.04
HSL 355.41º 0.92% 0.58% -
HSV(B) 355.41º 0.8% 0.96% -
XYZ 40.1 22.26 7.18 -
YUV 110.31 102.43 224.78 -
System Red Green Blue C M Y K H S L
Decimal 246 50 65 0 0.80 0.74 0.04 355.41 0.92 0.58
Hex F6 32 41 0 50 4A 4 163 5C 3A
Octal 366 62 101 0 120 112 4 543 134 72
Binary 11110110 110010 1000001 0 1010000 1001010 100 101100011 1011100 111010

Color Harmonies of #F63241

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F63241

Black with #F63241

Text Example


Text Example

White with #F63241

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F63241; }

 p { color: rgb(246,50,65); }

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

background-color css

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

 a { background-color: rgb(246,50,65); }

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

border-color css

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

 span { border-color: rgb(246,50,65); }

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