Html Css Color HEX #F34143 Amaranth

📋 copy color: '#F34143'

red 243 ◦ green 65 ◦ blue 67

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

Shades of Amaranth #F34143

Tints of Amaranth #F34143

RGB

 RED value IS 243 (95.31% from 255) = 64.8%

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

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

R = 64.8%
G = 17.33%
B = 17.87%

CMYK

 C value IS 0

 M value IS 0.73

 Y value IS 0.72

 K value IS 0.05

RGB Variations

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

Color information

#F34143 (or 0xF34143) is known color: Amaranth. HEX triplet: F3, 41 and 43. RGB value is (243,65,67). Sum of RGB (Red+Green+Blue) = 243+65+67=375 (49% of max value = 765). Red value is 243 (95.31% from 255 or 64.8% from 375); Green value is 65 (25.78% from 255 or 17.33% from 375); Blue value is 67 (26.56% from 255 or 17.87% from 375); Max value from RGB is 243 - color contains mainly: red. Hex color #F34143 is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #F34143 is #0CBEBC. Grayscale: #767676. Windows color (decimal): -835261 or 4407795. OLE color: 4407795.

HSL color Cylindrical-coordinate representation of color #F34143: hue angle of 359.33º degrees, saturation: 0.88, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #F34143 is Cyan = 0, Magento = 0.73, Yellow = 0.72 and Black (K on CMYK) = 0.05.

Color convert

RGB 243 65 67 -
CMYK 0 0.73 0.72 0.05
HSL 359.33º 0.88% 0.6% -
HSV(B) 359.33º 0.73% 0.95% -
XYZ 39.87 23.24 7.69 -
YUV 118.45 98.97 216.84 -
System Red Green Blue C M Y K H S L
Decimal 243 65 67 0 0.73 0.72 0.05 359.33 0.88 0.6
Hex F3 41 43 0 49 48 5 167 58 3C
Octal 363 101 103 0 111 110 5 547 130 74
Binary 11110011 1000001 1000011 0 1001001 1001000 101 101100111 1011000 111100

Color Harmonies of #F34143

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F34143

Black with #F34143

Text Example


Text Example

White with #F34143

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F34143; }

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

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

background-color css

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

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

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

border-color css

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

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

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