Html Css Color HEX #F6223F Alizarin

📋 copy color: '#F6223F'

red 246 ◦ green 34 ◦ blue 63

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

Shades of Alizarin #F6223F

Tints of Alizarin #F6223F

RGB

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

 GREEN value IS 34 (13.67% from 255) = 9.91%

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

R = 71.72%
G = 9.91%
B = 18.37%

CMYK

 C value IS 0

 M value IS 0.86

 Y value IS 0.74

 K value IS 0.04

RGB Variations

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

Color information

#F6223F (or 0xF6223F) is known color: Alizarin. HEX triplet: F6, 22 and 3F. RGB value is (246,34,63). Sum of RGB (Red+Green+Blue) = 246+34+63=343 (45% of max value = 765). Red value is 246 (96.48% from 255 or 71.72% from 343); Green value is 34 (13.67% from 255 or 9.91% from 343); Blue value is 63 (25% from 255 or 18.37% from 343); Max value from RGB is 246 - color contains mainly: red. Hex color #F6223F is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #F6223F is #09DDC0. Grayscale: #646464. Windows color (decimal): -646593 or 4137718. OLE color: 4137718.

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

Color convert

RGB 246 34 63 -
CMYK 0 0.86 0.74 0.04
HSL 351.79º 0.92% 0.55% -
HSV(B) 351.79º 0.86% 0.96% -
XYZ 39.48 21.1 6.69 -
YUV 100.69 106.74 231.64 -
System Red Green Blue C M Y K H S L
Decimal 246 34 63 0 0.86 0.74 0.04 351.79 0.92 0.55
Hex F6 22 3F 0 56 4A 4 160 5C 37
Octal 366 42 77 0 126 112 4 540 134 67
Binary 11110110 100010 111111 0 1010110 1001010 100 101100000 1011100 110111

Color Harmonies of #F6223F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F6223F

Black with #F6223F

Text Example


Text Example

White with #F6223F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F6223F; }

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

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

background-color css

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

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

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

border-color css

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

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

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