Html Css Color HEX #F34145 Amaranth

📋 copy color: '#F34145'

red 243 ◦ green 65 ◦ blue 69

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

Shades of Amaranth #F34145

Tints of Amaranth #F34145

RGB

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

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

 BLUE value IS 69 (27.34% from 255) = 18.3%

R = 64.46%
G = 17.24%
B = 18.3%

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

#F34145 (or 0xF34145) is known color: Amaranth. HEX triplet: F3, 41 and 45. RGB value is (243,65,69). Sum of RGB (Red+Green+Blue) = 243+65+69=377 (49% of max value = 765). Red value is 243 (95.31% from 255 or 64.46% from 377); Green value is 65 (25.78% from 255 or 17.24% from 377); Blue value is 69 (27.34% from 255 or 18.30% from 377); Max value from RGB is 243 - color contains mainly: red. Hex color #F34145 is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #F34145 is #0CBEBA. Grayscale: #767676. Windows color (decimal): -835259 or 4538867. OLE color: 4538867.

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

Color convert

RGB 243 65 69 -
CMYK 0 0.73 0.72 0.05
HSL 358.65º 0.88% 0.6% -
HSV(B) 358.65º 0.73% 0.95% -
XYZ 39.93 23.26 8.02 -
YUV 118.68 99.97 216.67 -
System Red Green Blue C M Y K H S L
Decimal 243 65 69 0 0.73 0.72 0.05 358.65 0.88 0.6
Hex F3 41 45 0 49 48 5 167 58 3C
Octal 363 101 105 0 111 110 5 547 130 74
Binary 11110011 1000001 1000101 0 1001001 1001000 101 101100111 1011000 111100

Color Harmonies of #F34145

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F34145

Black with #F34145

Text Example


Text Example

White with #F34145

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F34145; }

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

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

background-color css

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

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

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

border-color css

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

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

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