Html Css Color HEX #F62022 Alizarin

📋 copy color: '#F62022'

red 246 ◦ green 32 ◦ blue 34

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

Shades of Alizarin #F62022

Tints of Alizarin #F62022

RGB

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

 GREEN value IS 32 (12.89% from 255) = 10.26%

 BLUE value IS 34 (13.67% from 255) = 10.9%

R = 78.85%
G = 10.26%
B = 10.9%

CMYK

 C value IS 0

 M value IS 0.87

 Y value IS 0.86

 K value IS 0.04

RGB Variations

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

Color information

#F62022 (or 0xF62022) is known color: Alizarin. HEX triplet: F6, 20 and 22. RGB value is (246,32,34). Sum of RGB (Red+Green+Blue) = 246+32+34=312 (41% of max value = 765). Red value is 246 (96.48% from 255 or 78.85% from 312); Green value is 32 (12.89% from 255 or 10.26% from 312); Blue value is 34 (13.67% from 255 or 10.90% from 312); Max value from RGB is 246 - color contains mainly: red. Hex color #F62022 is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #F62022 is #09DFDD. Grayscale: #606060. Windows color (decimal): -647134 or 2236662. OLE color: 2236662.

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

Color convert

RGB 246 32 34 -
CMYK 0 0.87 0.86 0.04
HSL 359.44º 0.92% 0.55% -
HSV(B) 359.44º 0.87% 0.96% -
XYZ 38.81 20.74 3.47 -
YUV 96.21 92.9 234.84 -
System Red Green Blue C M Y K H S L
Decimal 246 32 34 0 0.87 0.86 0.04 359.44 0.92 0.55
Hex F6 20 22 0 57 56 4 167 5C 37
Octal 366 40 42 0 127 126 4 547 134 67
Binary 11110110 100000 100010 0 1010111 1010110 100 101100111 1011100 110111

Color Harmonies of #F62022

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F62022

Black with #F62022

Text Example


Text Example

White with #F62022

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F62022; }

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

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

background-color css

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

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

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

border-color css

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

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

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