Html Css Color HEX #F1314C Amaranth

📋 copy color: '#F1314C'

red 241 ◦ green 49 ◦ blue 76

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

Shades of Amaranth #F1314C

Tints of Amaranth #F1314C

RGB

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

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

 BLUE value IS 76 (30.08% from 255) = 20.77%

R = 65.85%
G = 13.39%
B = 20.77%

CMYK

 C value IS 0

 M value IS 0.80

 Y value IS 0.68

 K value IS 0.05

RGB Variations

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

Color information

#F1314C (or 0xF1314C) is known color: Amaranth. HEX triplet: F1, 31 and 4C. RGB value is (241,49,76). Sum of RGB (Red+Green+Blue) = 241+49+76=366 (48% of max value = 765). Red value is 241 (94.53% from 255 or 65.85% from 366); Green value is 49 (19.53% from 255 or 13.39% from 366); Blue value is 76 (30.08% from 255 or 20.77% from 366); Max value from RGB is 241 - color contains mainly: red. Hex color #F1314C is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #F1314C is #0ECEB3. Grayscale: #6D6D6D. Windows color (decimal): -970420 or 4993521. OLE color: 4993521.

HSL color Cylindrical-coordinate representation of color #F1314C: hue angle of 351.56º 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 #F1314C is Cyan = 0, Magento = 0.80, Yellow = 0.68 and Black (K on CMYK) = 0.05.

Color convert

RGB 241 49 76 -
CMYK 0 0.80 0.68 0.05
HSL 351.56º 0.87% 0.57% -
HSV(B) 351.56º 0.8% 0.95% -
XYZ 38.68 21.42 8.93 -
YUV 109.49 109.11 221.8 -
System Red Green Blue C M Y K H S L
Decimal 241 49 76 0 0.80 0.68 0.05 351.56 0.87 0.57
Hex F1 31 4C 0 50 44 5 160 57 39
Octal 361 61 114 0 120 104 5 540 127 71
Binary 11110001 110001 1001100 0 1010000 1000100 101 101100000 1010111 111001

Color Harmonies of #F1314C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F1314C

Black with #F1314C

Text Example


Text Example

White with #F1314C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F1314C; }

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

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

background-color css

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

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

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

border-color css

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

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

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