Html Css Color HEX #F44345 Amaranth

📋 copy color: '#F44345'

red 244 ◦ green 67 ◦ blue 69

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

Shades of Amaranth #F44345

Tints of Amaranth #F44345

RGB

 RED value IS 244 (95.7% from 255) = 64.21%

 GREEN value IS 67 (26.56% from 255) = 17.63%

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

R = 64.21%
G = 17.63%
B = 18.16%

CMYK

 C value IS 0

 M value IS 0.73

 Y value IS 0.72

 K value IS 0.04

RGB Variations

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

Color information

#F44345 (or 0xF44345) is known color: Amaranth. HEX triplet: F4, 43 and 45. RGB value is (244,67,69). Sum of RGB (Red+Green+Blue) = 244+67+69=380 (50% of max value = 765). Red value is 244 (95.70% from 255 or 64.21% from 380); Green value is 67 (26.56% from 255 or 17.63% from 380); Blue value is 69 (27.34% from 255 or 18.16% from 380); Max value from RGB is 244 - color contains mainly: red. Hex color #F44345 is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #F44345 is #0BBCBA. Grayscale: #787878. Windows color (decimal): -769211 or 4539380. OLE color: 4539380.

HSL color Cylindrical-coordinate representation of color #F44345: hue angle of 359.32º degrees, saturation: 0.89, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #F44345 is Cyan = 0, Magento = 0.73, Yellow = 0.72 and Black (K on CMYK) = 0.04.

Color convert

RGB 244 67 69 -
CMYK 0 0.73 0.72 0.04
HSL 359.32º 0.89% 0.61% -
HSV(B) 359.32º 0.73% 0.96% -
XYZ 40.39 23.68 8.07 -
YUV 120.15 99.14 216.34 -
System Red Green Blue C M Y K H S L
Decimal 244 67 69 0 0.73 0.72 0.04 359.32 0.89 0.61
Hex F4 43 45 0 49 48 4 167 59 3D
Octal 364 103 105 0 111 110 4 547 131 75
Binary 11110100 1000011 1000101 0 1001001 1001000 100 101100111 1011001 111101

Color Harmonies of #F44345

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F44345

Black with #F44345

Text Example


Text Example

White with #F44345

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F44345; }

 p { color: rgb(244,67,69); }

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

background-color css

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

 a { background-color: rgb(244,67,69); }

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

border-color css

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

 span { border-color: rgb(244,67,69); }

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