Html Css Color HEX #F6213E Alizarin

📋 copy color: '#F6213E'

red 246 ◦ green 33 ◦ blue 62

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

Shades of Alizarin #F6213E

Tints of Alizarin #F6213E

RGB

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

 GREEN value IS 33 (13.28% from 255) = 9.68%

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

R = 72.14%
G = 9.68%
B = 18.18%

CMYK

 C value IS 0

 M value IS 0.87

 Y value IS 0.75

 K value IS 0.04

RGB Variations

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

Color information

#F6213E (or 0xF6213E) is known color: Alizarin. HEX triplet: F6, 21 and 3E. RGB value is (246,33,62). Sum of RGB (Red+Green+Blue) = 246+33+62=341 (45% of max value = 765). Red value is 246 (96.48% from 255 or 72.14% from 341); Green value is 33 (13.28% from 255 or 9.68% from 341); Blue value is 62 (24.61% from 255 or 18.18% from 341); Max value from RGB is 246 - color contains mainly: red. Hex color #F6213E is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #F6213E is #09DEC1. Grayscale: #646464. Windows color (decimal): -646850 or 4071926. OLE color: 4071926.

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

Color convert

RGB 246 33 62 -
CMYK 0 0.87 0.75 0.04
HSL 351.83º 0.92% 0.55% -
HSV(B) 351.83º 0.87% 0.96% -
XYZ 39.42 21.03 6.54 -
YUV 99.99 106.57 232.14 -
System Red Green Blue C M Y K H S L
Decimal 246 33 62 0 0.87 0.75 0.04 351.83 0.92 0.55
Hex F6 21 3E 0 57 4B 4 160 5C 37
Octal 366 41 76 0 127 113 4 540 134 67
Binary 11110110 100001 111110 0 1010111 1001011 100 101100000 1011100 110111

Color Harmonies of #F6213E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F6213E

Black with #F6213E

Text Example


Text Example

White with #F6213E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F6213E; }

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

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

background-color css

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

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

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

border-color css

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

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

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