Html Css Color HEX #F64143 Amaranth

📋 copy color: '#F64143'

red 246 ◦ green 65 ◦ blue 67

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

Shades of Amaranth #F64143

Tints of Amaranth #F64143

RGB

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

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

 BLUE value IS 67 (26.56% from 255) = 17.72%

R = 65.08%
G = 17.2%
B = 17.72%

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

#F64143 (or 0xF64143) is known color: Amaranth. HEX triplet: F6, 41 and 43. RGB value is (246,65,67). Sum of RGB (Red+Green+Blue) = 246+65+67=378 (50% of max value = 765). Red value is 246 (96.48% from 255 or 65.08% from 378); Green value is 65 (25.78% from 255 or 17.20% from 378); Blue value is 67 (26.56% from 255 or 17.72% from 378); Max value from RGB is 246 - color contains mainly: red. Hex color #F64143 is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #F64143 is #09BEBC. Grayscale: #777777. Windows color (decimal): -638653 or 4407798. OLE color: 4407798.

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

Color convert

RGB 246 65 67 -
CMYK 0 0.74 0.73 0.04
HSL 359.34º 0.91% 0.61% -
HSV(B) 359.34º 0.74% 0.96% -
XYZ 40.91 23.78 7.74 -
YUV 119.35 98.47 218.34 -
System Red Green Blue C M Y K H S L
Decimal 246 65 67 0 0.74 0.73 0.04 359.34 0.91 0.61
Hex F6 41 43 0 4A 49 4 167 5B 3D
Octal 366 101 103 0 112 111 4 547 133 75
Binary 11110110 1000001 1000011 0 1001010 1001001 100 101100111 1011011 111101

Color Harmonies of #F64143

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F64143

Black with #F64143

Text Example


Text Example

White with #F64143

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F64143; }

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

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

background-color css

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

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

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

border-color css

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

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

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