Html Css Color HEX #F44144 Amaranth

📋 copy color: '#F44144'

red 244 ◦ green 65 ◦ blue 68

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

Shades of Amaranth #F44144

Tints of Amaranth #F44144

RGB

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

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

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

R = 64.72%
G = 17.24%
B = 18.04%

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

#F44144 (or 0xF44144) is known color: Amaranth. HEX triplet: F4, 41 and 44. RGB value is (244,65,68). Sum of RGB (Red+Green+Blue) = 244+65+68=377 (49% of max value = 765). Red value is 244 (95.70% from 255 or 64.72% from 377); Green value is 65 (25.78% from 255 or 17.24% from 377); Blue value is 68 (26.95% from 255 or 18.04% from 377); Max value from RGB is 244 - color contains mainly: red. Hex color #F44144 is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #F44144 is #0BBEBB. Grayscale: #777777. Windows color (decimal): -769724 or 4473332. OLE color: 4473332.

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

Color convert

RGB 244 65 68 -
CMYK 0 0.73 0.72 0.04
HSL 358.99º 0.89% 0.61% -
HSV(B) 358.99º 0.73% 0.96% -
XYZ 40.24 23.43 7.87 -
YUV 118.86 99.3 217.26 -
System Red Green Blue C M Y K H S L
Decimal 244 65 68 0 0.73 0.72 0.04 358.99 0.89 0.61
Hex F4 41 44 0 49 48 4 167 59 3D
Octal 364 101 104 0 111 110 4 547 131 75
Binary 11110100 1000001 1000100 0 1001001 1001000 100 101100111 1011001 111101

Color Harmonies of #F44144

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F44144

Black with #F44144

Text Example


Text Example

White with #F44144

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F44144; }

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

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

background-color css

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

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

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

border-color css

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

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

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