Html Css Color HEX #F3314A Amaranth

📋 copy color: '#F3314A'

red 243 ◦ green 49 ◦ blue 74

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

Shades of Amaranth #F3314A

Tints of Amaranth #F3314A

RGB

 RED value IS 243 (95.31% from 255) = 66.39%

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

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

R = 66.39%
G = 13.39%
B = 20.22%

CMYK

 C value IS 0

 M value IS 0.80

 Y value IS 0.70

 K value IS 0.05

RGB Variations

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

Color information

#F3314A (or 0xF3314A) is known color: Amaranth. HEX triplet: F3, 31 and 4A. RGB value is (243,49,74). Sum of RGB (Red+Green+Blue) = 243+49+74=366 (48% of max value = 765). Red value is 243 (95.31% from 255 or 66.39% from 366); Green value is 49 (19.53% from 255 or 13.39% from 366); Blue value is 74 (29.30% from 255 or 20.22% from 366); Max value from RGB is 243 - color contains mainly: red. Hex color #F3314A is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #F3314A is #0CCEB5. Grayscale: #6D6D6D. Windows color (decimal): -839350 or 4862451. OLE color: 4862451.

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

Color convert

RGB 243 49 74 -
CMYK 0 0.80 0.70 0.05
HSL 352.27º 0.89% 0.57% -
HSV(B) 352.27º 0.8% 0.95% -
XYZ 39.3 21.75 8.6 -
YUV 109.86 107.77 222.97 -
System Red Green Blue C M Y K H S L
Decimal 243 49 74 0 0.80 0.70 0.05 352.27 0.89 0.57
Hex F3 31 4A 0 50 46 5 160 59 39
Octal 363 61 112 0 120 106 5 540 131 71
Binary 11110011 110001 1001010 0 1010000 1000110 101 101100000 1011001 111001

Color Harmonies of #F3314A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F3314A

Black with #F3314A

Text Example


Text Example

White with #F3314A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F3314A; }

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

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

background-color css

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

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

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

border-color css

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

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

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