Html Css Color HEX #F62D40 Alizarin

📋 copy color: '#F62D40'

red 246 ◦ green 45 ◦ blue 64

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

Shades of Alizarin #F62D40

Tints of Alizarin #F62D40

RGB

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

 GREEN value IS 45 (17.97% from 255) = 12.68%

 BLUE value IS 64 (25.39% from 255) = 18.03%

R = 69.3%
G = 12.68%
B = 18.03%

CMYK

 C value IS 0

 M value IS 0.82

 Y value IS 0.74

 K value IS 0.04

RGB Variations

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

Color information

#F62D40 (or 0xF62D40) is known color: Alizarin. HEX triplet: F6, 2D and 40. RGB value is (246,45,64). Sum of RGB (Red+Green+Blue) = 246+45+64=355 (47% of max value = 765). Red value is 246 (96.48% from 255 or 69.30% from 355); Green value is 45 (17.97% from 255 or 12.68% from 355); Blue value is 64 (25.39% from 255 or 18.03% from 355); Max value from RGB is 246 - color contains mainly: red. Hex color #F62D40 is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #F62D40 is #09D2BF. Grayscale: #6B6B6B. Windows color (decimal): -643776 or 4206070. OLE color: 4206070.

HSL color Cylindrical-coordinate representation of color #F62D40: hue angle of 354.33º degrees, saturation: 0.92, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #F62D40 is Cyan = 0, Magento = 0.82, Yellow = 0.74 and Black (K on CMYK) = 0.04.

Color convert

RGB 246 45 64 -
CMYK 0 0.82 0.74 0.04
HSL 354.33º 0.92% 0.57% -
HSV(B) 354.33º 0.82% 0.96% -
XYZ 39.87 21.84 6.96 -
YUV 107.27 103.59 226.96 -
System Red Green Blue C M Y K H S L
Decimal 246 45 64 0 0.82 0.74 0.04 354.33 0.92 0.57
Hex F6 2D 40 0 52 4A 4 162 5C 39
Octal 366 55 100 0 122 112 4 542 134 71
Binary 11110110 101101 1000000 0 1010010 1001010 100 101100010 1011100 111001

Color Harmonies of #F62D40

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F62D40

Black with #F62D40

Text Example


Text Example

White with #F62D40

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F62D40; }

 p { color: rgb(246,45,64); }

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

background-color css

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

 a { background-color: rgb(246,45,64); }

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

border-color css

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

 span { border-color: rgb(246,45,64); }

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