Html Css Color HEX #F62141 Alizarin

📋 copy color: '#F62141'

red 246 ◦ green 33 ◦ blue 65

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

Shades of Alizarin #F62141

Tints of Alizarin #F62141

RGB

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

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

 BLUE value IS 65 (25.78% from 255) = 18.9%

R = 71.51%
G = 9.59%
B = 18.9%

CMYK

 C value IS 0

 M value IS 0.87

 Y value IS 0.74

 K value IS 0.04

RGB Variations

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

Color information

#F62141 (or 0xF62141) is known color: Alizarin. HEX triplet: F6, 21 and 41. RGB value is (246,33,65). Sum of RGB (Red+Green+Blue) = 246+33+65=344 (45% of max value = 765). Red value is 246 (96.48% from 255 or 71.51% from 344); Green value is 33 (13.28% from 255 or 9.59% from 344); Blue value is 65 (25.78% from 255 or 18.90% from 344); Max value from RGB is 246 - color contains mainly: red. Hex color #F62141 is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #F62141 is #09DEBE. Grayscale: #646464. Windows color (decimal): -646847 or 4268534. OLE color: 4268534.

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

Color convert

RGB 246 33 65 -
CMYK 0 0.87 0.74 0.04
HSL 350.99º 0.92% 0.55% -
HSV(B) 350.99º 0.87% 0.96% -
XYZ 39.5 21.06 6.98 -
YUV 100.34 108.07 231.9 -
System Red Green Blue C M Y K H S L
Decimal 246 33 65 0 0.87 0.74 0.04 350.99 0.92 0.55
Hex F6 21 41 0 57 4A 4 15F 5C 37
Octal 366 41 101 0 127 112 4 537 134 67
Binary 11110110 100001 1000001 0 1010111 1001010 100 101011111 1011100 110111

Color Harmonies of #F62141

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F62141

Black with #F62141

Text Example


Text Example

White with #F62141

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F62141; }

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

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

background-color css

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

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

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

border-color css

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

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

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