Html Css Color HEX #F62840 Alizarin

📋 copy color: '#F62840'

red 246 ◦ green 40 ◦ blue 64

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

Shades of Alizarin #F62840

Tints of Alizarin #F62840

RGB

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

 GREEN value IS 40 (16.02% from 255) = 11.43%

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

R = 70.29%
G = 11.43%
B = 18.29%

CMYK

 C value IS 0

 M value IS 0.84

 Y value IS 0.74

 K value IS 0.04

RGB Variations

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

Color information

#F62840 (or 0xF62840) is known color: Alizarin. HEX triplet: F6, 28 and 40. RGB value is (246,40,64). Sum of RGB (Red+Green+Blue) = 246+40+64=350 (46% of max value = 765). Red value is 246 (96.48% from 255 or 70.29% from 350); Green value is 40 (16.02% from 255 or 11.43% from 350); Blue value is 64 (25.39% from 255 or 18.29% from 350); Max value from RGB is 246 - color contains mainly: red. Hex color #F62840 is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #F62840 is #09D7BF. Grayscale: #686868. Windows color (decimal): -645056 or 4204790. OLE color: 4204790.

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

Color convert

RGB 246 40 64 -
CMYK 0 0.84 0.74 0.04
HSL 353.01º 0.92% 0.56% -
HSV(B) 353.01º 0.84% 0.96% -
XYZ 39.69 21.48 6.9 -
YUV 104.33 105.25 229.05 -
System Red Green Blue C M Y K H S L
Decimal 246 40 64 0 0.84 0.74 0.04 353.01 0.92 0.56
Hex F6 28 40 0 54 4A 4 161 5C 38
Octal 366 50 100 0 124 112 4 541 134 70
Binary 11110110 101000 1000000 0 1010100 1001010 100 101100001 1011100 111000

Color Harmonies of #F62840

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F62840

Black with #F62840

Text Example


Text Example

White with #F62840

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F62840; }

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

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

background-color css

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

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

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

border-color css

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

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

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