Html Css Color HEX #F64142 Amaranth

📋 copy color: '#F64142'

red 246 ◦ green 65 ◦ blue 66

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

Shades of Amaranth #F64142

Tints of Amaranth #F64142

RGB

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

 GREEN value IS 65 (25.78% from 255) = 17.24%

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

R = 65.25%
G = 17.24%
B = 17.51%

CMYK

 C value IS 0

 M value IS 0.74

 Y value IS 0.73

 K value IS 0.04

RGB Variations

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

Color information

#F64142 (or 0xF64142) is known color: Amaranth. HEX triplet: F6, 41 and 42. RGB value is (246,65,66). Sum of RGB (Red+Green+Blue) = 246+65+66=377 (49% of max value = 765). Red value is 246 (96.48% from 255 or 65.25% from 377); Green value is 65 (25.78% from 255 or 17.24% from 377); Blue value is 66 (26.17% from 255 or 17.51% from 377); Max value from RGB is 246 - color contains mainly: red. Hex color #F64142 is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #F64142 is #09BEBD. Grayscale: #777777. Windows color (decimal): -638654 or 4342262. OLE color: 4342262.

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

Color convert

RGB 246 65 66 -
CMYK 0 0.74 0.73 0.04
HSL 359.67º 0.91% 0.61% -
HSV(B) 359.67º 0.74% 0.96% -
XYZ 40.88 23.77 7.59 -
YUV 119.23 97.97 218.42 -
System Red Green Blue C M Y K H S L
Decimal 246 65 66 0 0.74 0.73 0.04 359.67 0.91 0.61
Hex F6 41 42 0 4A 49 4 168 5B 3D
Octal 366 101 102 0 112 111 4 550 133 75
Binary 11110110 1000001 1000010 0 1001010 1001001 100 101101000 1011011 111101

Color Harmonies of #F64142

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F64142

Black with #F64142

Text Example


Text Example

White with #F64142

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F64142; }

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

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

background-color css

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

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

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

border-color css

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

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

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