Html Css Color HEX #F62142 Alizarin

📋 copy color: '#F62142'

red 246 ◦ green 33 ◦ blue 66

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

Shades of Alizarin #F62142

Tints of Alizarin #F62142

RGB

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

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

 BLUE value IS 66 (26.17% from 255) = 19.13%

R = 71.3%
G = 9.57%
B = 19.13%

CMYK

 C value IS 0

 M value IS 0.87

 Y value IS 0.73

 K value IS 0.04

RGB Variations

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

Color information

#F62142 (or 0xF62142) is known color: Alizarin. HEX triplet: F6, 21 and 42. RGB value is (246,33,66). Sum of RGB (Red+Green+Blue) = 246+33+66=345 (45% of max value = 765). Red value is 246 (96.48% from 255 or 71.30% from 345); Green value is 33 (13.28% from 255 or 9.57% from 345); Blue value is 66 (26.17% from 255 or 19.13% from 345); Max value from RGB is 246 - color contains mainly: red. Hex color #F62142 is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #F62142 is #09DEBD. Grayscale: #646464. Windows color (decimal): -646846 or 4334070. OLE color: 4334070.

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

Color convert

RGB 246 33 66 -
CMYK 0 0.87 0.73 0.04
HSL 350.7º 0.92% 0.55% -
HSV(B) 350.7º 0.87% 0.96% -
XYZ 39.53 21.07 7.14 -
YUV 100.45 108.57 231.82 -
System Red Green Blue C M Y K H S L
Decimal 246 33 66 0 0.87 0.73 0.04 350.7 0.92 0.55
Hex F6 21 42 0 57 49 4 15F 5C 37
Octal 366 41 102 0 127 111 4 537 134 67
Binary 11110110 100001 1000010 0 1010111 1001001 100 101011111 1011100 110111

Color Harmonies of #F62142

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F62142

Black with #F62142

Text Example


Text Example

White with #F62142

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F62142; }

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

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

background-color css

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

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

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

border-color css

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

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

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