Html Css Color HEX #F6213B Alizarin

📋 copy color: '#F6213B'

red 246 ◦ green 33 ◦ blue 59

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

Shades of Alizarin #F6213B

Tints of Alizarin #F6213B

RGB

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

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

 BLUE value IS 59 (23.44% from 255) = 17.46%

R = 72.78%
G = 9.76%
B = 17.46%

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

#F6213B (or 0xF6213B) is known color: Alizarin. HEX triplet: F6, 21 and 3B. RGB value is (246,33,59). Sum of RGB (Red+Green+Blue) = 246+33+59=338 (44% of max value = 765). Red value is 246 (96.48% from 255 or 72.78% from 338); Green value is 33 (13.28% from 255 or 9.76% from 338); Blue value is 59 (23.44% from 255 or 17.46% from 338); Max value from RGB is 246 - color contains mainly: red. Hex color #F6213B is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #F6213B is #09DEC4. Grayscale: #636363. Windows color (decimal): -646853 or 3875318. OLE color: 3875318.

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

Color convert

RGB 246 33 59 -
CMYK 0 0.87 0.76 0.04
HSL 352.68º 0.92% 0.55% -
HSV(B) 352.68º 0.87% 0.96% -
XYZ 39.34 21 6.12 -
YUV 99.65 105.07 232.39 -
System Red Green Blue C M Y K H S L
Decimal 246 33 59 0 0.87 0.76 0.04 352.68 0.92 0.55
Hex F6 21 3B 0 57 4C 4 161 5C 37
Octal 366 41 73 0 127 114 4 541 134 67
Binary 11110110 100001 111011 0 1010111 1001100 100 101100001 1011100 110111

Color Harmonies of #F6213B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F6213B

Black with #F6213B

Text Example


Text Example

White with #F6213B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F6213B; }

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

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

background-color css

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

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

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

border-color css

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

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

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