Html Css Color HEX #F6212F Alizarin

📋 copy color: '#F6212F'

red 246 ◦ green 33 ◦ blue 47

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

Shades of Alizarin #F6212F

Tints of Alizarin #F6212F

RGB

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

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

 BLUE value IS 47 (18.75% from 255) = 14.42%

R = 75.46%
G = 10.12%
B = 14.42%

CMYK

 C value IS 0

 M value IS 0.87

 Y value IS 0.81

 K value IS 0.04

RGB Variations

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

Color information

#F6212F (or 0xF6212F) is known color: Alizarin. HEX triplet: F6, 21 and 2F. RGB value is (246,33,47). Sum of RGB (Red+Green+Blue) = 246+33+47=326 (43% of max value = 765). Red value is 246 (96.48% from 255 or 75.46% from 326); Green value is 33 (13.28% from 255 or 10.12% from 326); Blue value is 47 (18.75% from 255 or 14.42% from 326); Max value from RGB is 246 - color contains mainly: red. Hex color #F6212F is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #F6212F is #09DED0. Grayscale: #626262. Windows color (decimal): -646865 or 3088886. OLE color: 3088886.

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

Color convert

RGB 246 33 47 -
CMYK 0 0.87 0.81 0.04
HSL 356.06º 0.92% 0.55% -
HSV(B) 356.06º 0.87% 0.96% -
XYZ 39.06 20.89 4.66 -
YUV 98.28 99.07 233.36 -
System Red Green Blue C M Y K H S L
Decimal 246 33 47 0 0.87 0.81 0.04 356.06 0.92 0.55
Hex F6 21 2F 0 57 51 4 164 5C 37
Octal 366 41 57 0 127 121 4 544 134 67
Binary 11110110 100001 101111 0 1010111 1010001 100 101100100 1011100 110111

Color Harmonies of #F6212F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F6212F

Black with #F6212F

Text Example


Text Example

White with #F6212F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F6212F; }

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

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

background-color css

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

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

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

border-color css

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

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

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