Html Css Color HEX #F64041 Alizarin

📋 copy color: '#F64041'

red 246 ◦ green 64 ◦ blue 65

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

Shades of Alizarin #F64041

Tints of Alizarin #F64041

RGB

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

 GREEN value IS 64 (25.39% from 255) = 17.07%

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

R = 65.6%
G = 17.07%
B = 17.33%

CMYK

 C value IS 0

 M value IS 0.74

 Y value IS 0.74

 K value IS 0.04

RGB Variations

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

Color information

#F64041 (or 0xF64041) is known color: Alizarin. HEX triplet: F6, 40 and 41. RGB value is (246,64,65). Sum of RGB (Red+Green+Blue) = 246+64+65=375 (49% of max value = 765). Red value is 246 (96.48% from 255 or 65.6% from 375); Green value is 64 (25.39% from 255 or 17.07% from 375); Blue value is 65 (25.78% from 255 or 17.33% from 375); Max value from RGB is 246 - color contains mainly: red. Hex color #F64041 is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #F64041 is #09BFBE. Grayscale: #767676. Windows color (decimal): -638911 or 4276470. OLE color: 4276470.

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

Color convert

RGB 246 64 65 -
CMYK 0 0.74 0.74 0.04
HSL 359.67º 0.91% 0.61% -
HSV(B) 359.67º 0.74% 0.96% -
XYZ 40.79 23.64 7.41 -
YUV 118.53 97.8 218.92 -
System Red Green Blue C M Y K H S L
Decimal 246 64 65 0 0.74 0.74 0.04 359.67 0.91 0.61
Hex F6 40 41 0 4A 4A 4 168 5B 3D
Octal 366 100 101 0 112 112 4 550 133 75
Binary 11110110 1000000 1000001 0 1001010 1001010 100 101101000 1011011 111101

Color Harmonies of #F64041

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F64041

Black with #F64041

Text Example


Text Example

White with #F64041

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F64041; }

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

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

background-color css

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

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

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

border-color css

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

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

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