Html Css Color HEX #F4314A Amaranth

📋 copy color: '#F4314A'

red 244 ◦ green 49 ◦ blue 74

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

Shades of Amaranth #F4314A

Tints of Amaranth #F4314A

RGB

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

 GREEN value IS 49 (19.53% from 255) = 13.35%

 BLUE value IS 74 (29.3% from 255) = 20.16%

R = 66.49%
G = 13.35%
B = 20.16%

CMYK

 C value IS 0

 M value IS 0.80

 Y value IS 0.70

 K value IS 0.04

RGB Variations

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

Color information

#F4314A (or 0xF4314A) is known color: Amaranth. HEX triplet: F4, 31 and 4A. RGB value is (244,49,74). Sum of RGB (Red+Green+Blue) = 244+49+74=367 (48% of max value = 765). Red value is 244 (95.70% from 255 or 66.49% from 367); Green value is 49 (19.53% from 255 or 13.35% from 367); Blue value is 74 (29.30% from 255 or 20.16% from 367); Max value from RGB is 244 - color contains mainly: red. Hex color #F4314A is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #F4314A is #0BCEB5. Grayscale: #6E6E6E. Windows color (decimal): -773814 or 4862452. OLE color: 4862452.

HSL color Cylindrical-coordinate representation of color #F4314A: hue angle of 352.31º degrees, saturation: 0.9, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #F4314A is Cyan = 0, Magento = 0.80, Yellow = 0.70 and Black (K on CMYK) = 0.04.

Color convert

RGB 244 49 74 -
CMYK 0 0.80 0.70 0.04
HSL 352.31º 0.9% 0.57% -
HSV(B) 352.31º 0.8% 0.96% -
XYZ 39.64 21.92 8.62 -
YUV 110.16 107.6 223.47 -
System Red Green Blue C M Y K H S L
Decimal 244 49 74 0 0.80 0.70 0.04 352.31 0.9 0.57
Hex F4 31 4A 0 50 46 4 160 5A 39
Octal 364 61 112 0 120 106 4 540 132 71
Binary 11110100 110001 1001010 0 1010000 1000110 100 101100000 1011010 111001

Color Harmonies of #F4314A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F4314A

Black with #F4314A

Text Example


Text Example

White with #F4314A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F4314A; }

 p { color: rgb(244,49,74); }

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

background-color css

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

 a { background-color: rgb(244,49,74); }

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

border-color css

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

 span { border-color: rgb(244,49,74); }

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