Html Css Color HEX #F44344 Amaranth

📋 copy color: '#F44344'

red 244 ◦ green 67 ◦ blue 68

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

Shades of Amaranth #F44344

Tints of Amaranth #F44344

RGB

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

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

 BLUE value IS 68 (26.95% from 255) = 17.94%

R = 64.38%
G = 17.68%
B = 17.94%

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

#F44344 (or 0xF44344) is known color: Amaranth. HEX triplet: F4, 43 and 44. RGB value is (244,67,68). Sum of RGB (Red+Green+Blue) = 244+67+68=379 (50% of max value = 765). Red value is 244 (95.70% from 255 or 64.38% from 379); Green value is 67 (26.56% from 255 or 17.68% from 379); Blue value is 68 (26.95% from 255 or 17.94% from 379); Max value from RGB is 244 - color contains mainly: red. Hex color #F44344 is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #F44344 is #0BBCBB. Grayscale: #787878. Windows color (decimal): -769212 or 4473844. OLE color: 4473844.

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

Color convert

RGB 244 67 68 -
CMYK 0 0.73 0.72 0.04
HSL 359.66º 0.89% 0.61% -
HSV(B) 359.66º 0.73% 0.96% -
XYZ 40.36 23.66 7.91 -
YUV 120.04 98.64 216.42 -
System Red Green Blue C M Y K H S L
Decimal 244 67 68 0 0.73 0.72 0.04 359.66 0.89 0.61
Hex F4 43 44 0 49 48 4 168 59 3D
Octal 364 103 104 0 111 110 4 550 131 75
Binary 11110100 1000011 1000100 0 1001001 1001000 100 101101000 1011001 111101

Color Harmonies of #F44344

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F44344

Black with #F44344

Text Example


Text Example

White with #F44344

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F44344; }

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

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

background-color css

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

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

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

border-color css

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

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

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