Html Css Color HEX #F34445 Amaranth

📋 copy color: '#F34445'

red 243 ◦ green 68 ◦ blue 69

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

Shades of Amaranth #F34445

Tints of Amaranth #F34445

RGB

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

 GREEN value IS 68 (26.95% from 255) = 17.89%

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

R = 63.95%
G = 17.89%
B = 18.16%

CMYK

 C value IS 0

 M value IS 0.72

 Y value IS 0.72

 K value IS 0.05

RGB Variations

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

Color information

#F34445 (or 0xF34445) is known color: Amaranth. HEX triplet: F3, 44 and 45. RGB value is (243,68,69). Sum of RGB (Red+Green+Blue) = 243+68+69=380 (50% of max value = 765). Red value is 243 (95.31% from 255 or 63.95% from 380); Green value is 68 (26.95% from 255 or 17.89% from 380); Blue value is 69 (27.34% from 255 or 18.16% from 380); Max value from RGB is 243 - color contains mainly: red. Hex color #F34445 is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #F34445 is #0CBBBA. Grayscale: #787878. Windows color (decimal): -834491 or 4539635. OLE color: 4539635.

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

Color convert

RGB 243 68 69 -
CMYK 0 0.72 0.72 0.05
HSL 359.66º 0.88% 0.61% -
HSV(B) 359.66º 0.72% 0.95% -
XYZ 40.1 23.62 8.08 -
YUV 120.44 98.98 215.42 -
System Red Green Blue C M Y K H S L
Decimal 243 68 69 0 0.72 0.72 0.05 359.66 0.88 0.61
Hex F3 44 45 0 48 48 5 168 58 3D
Octal 363 104 105 0 110 110 5 550 130 75
Binary 11110011 1000100 1000101 0 1001000 1001000 101 101101000 1011000 111101

Color Harmonies of #F34445

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F34445

Black with #F34445

Text Example


Text Example

White with #F34445

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F34445; }

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

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

background-color css

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

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

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

border-color css

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

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

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