Html Css Color HEX #F1314A Amaranth

📋 copy color: '#F1314A'

red 241 ◦ green 49 ◦ blue 74

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

Shades of Amaranth #F1314A

Tints of Amaranth #F1314A

RGB

 RED value IS 241 (94.53% from 255) = 66.21%

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

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

R = 66.21%
G = 13.46%
B = 20.33%

CMYK

 C value IS 0

 M value IS 0.80

 Y value IS 0.69

 K value IS 0.05

RGB Variations

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

Color information

#F1314A (or 0xF1314A) is known color: Amaranth. HEX triplet: F1, 31 and 4A. RGB value is (241,49,74). Sum of RGB (Red+Green+Blue) = 241+49+74=364 (48% of max value = 765). Red value is 241 (94.53% from 255 or 66.21% from 364); Green value is 49 (19.53% from 255 or 13.46% from 364); Blue value is 74 (29.30% from 255 or 20.33% from 364); Max value from RGB is 241 - color contains mainly: red. Hex color #F1314A is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #F1314A is #0ECEB5. Grayscale: #6D6D6D. Windows color (decimal): -970422 or 4862449. OLE color: 4862449.

HSL color Cylindrical-coordinate representation of color #F1314A: hue angle of 352.19º degrees, saturation: 0.87, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #F1314A is Cyan = 0, Magento = 0.80, Yellow = 0.69 and Black (K on CMYK) = 0.05.

Color convert

RGB 241 49 74 -
CMYK 0 0.80 0.69 0.05
HSL 352.19º 0.87% 0.57% -
HSV(B) 352.19º 0.8% 0.95% -
XYZ 38.61 21.39 8.57 -
YUV 109.26 108.11 221.97 -
System Red Green Blue C M Y K H S L
Decimal 241 49 74 0 0.80 0.69 0.05 352.19 0.87 0.57
Hex F1 31 4A 0 50 45 5 160 57 39
Octal 361 61 112 0 120 105 5 540 127 71
Binary 11110001 110001 1001010 0 1010000 1000101 101 101100000 1010111 111001

Color Harmonies of #F1314A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F1314A

Black with #F1314A

Text Example


Text Example

White with #F1314A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F1314A; }

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

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

background-color css

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

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

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

border-color css

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

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

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