Html Css Color HEX #F6213A Alizarin

📋 copy color: '#F6213A'

red 246 ◦ green 33 ◦ blue 58

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

Shades of Alizarin #F6213A

Tints of Alizarin #F6213A

RGB

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

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

 BLUE value IS 58 (23.05% from 255) = 17.21%

R = 73%
G = 9.79%
B = 17.21%

CMYK

 C value IS 0

 M value IS 0.87

 Y value IS 0.76

 K value IS 0.04

RGB Variations

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

Color information

#F6213A (or 0xF6213A) is known color: Alizarin. HEX triplet: F6, 21 and 3A. RGB value is (246,33,58). Sum of RGB (Red+Green+Blue) = 246+33+58=337 (44% of max value = 765). Red value is 246 (96.48% from 255 or 73.00% from 337); Green value is 33 (13.28% from 255 or 9.79% from 337); Blue value is 58 (23.05% from 255 or 17.21% from 337); Max value from RGB is 246 - color contains mainly: red. Hex color #F6213A is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #F6213A is #09DEC5. Grayscale: #636363. Windows color (decimal): -646854 or 3809782. OLE color: 3809782.

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

Color convert

RGB 246 33 58 -
CMYK 0 0.87 0.76 0.04
HSL 352.96º 0.92% 0.55% -
HSV(B) 352.96º 0.87% 0.96% -
XYZ 39.31 20.99 5.98 -
YUV 99.54 104.57 232.47 -
System Red Green Blue C M Y K H S L
Decimal 246 33 58 0 0.87 0.76 0.04 352.96 0.92 0.55
Hex F6 21 3A 0 57 4C 4 161 5C 37
Octal 366 41 72 0 127 114 4 541 134 67
Binary 11110110 100001 111010 0 1010111 1001100 100 101100001 1011100 110111

Color Harmonies of #F6213A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F6213A

Black with #F6213A

Text Example


Text Example

White with #F6213A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F6213A; }

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

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

background-color css

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

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

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

border-color css

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

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

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