Html Css Color HEX #F3314D Amaranth

📋 copy color: '#F3314D'

red 243 ◦ green 49 ◦ blue 77

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

Shades of Amaranth #F3314D

Tints of Amaranth #F3314D

RGB

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

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

 BLUE value IS 77 (30.47% from 255) = 20.87%

R = 65.85%
G = 13.28%
B = 20.87%

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

#F3314D (or 0xF3314D) is known color: Amaranth. HEX triplet: F3, 31 and 4D. RGB value is (243,49,77). Sum of RGB (Red+Green+Blue) = 243+49+77=369 (48% of max value = 765). Red value is 243 (95.31% from 255 or 65.85% from 369); Green value is 49 (19.53% from 255 or 13.28% from 369); Blue value is 77 (30.47% from 255 or 20.87% from 369); Max value from RGB is 243 - color contains mainly: red. Hex color #F3314D is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #F3314D is #0CCEB2. Grayscale: #6E6E6E. Windows color (decimal): -839347 or 5059059. OLE color: 5059059.

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

Color convert

RGB 243 49 77 -
CMYK 0 0.80 0.68 0.05
HSL 351.34º 0.89% 0.57% -
HSV(B) 351.34º 0.8% 0.95% -
XYZ 39.4 21.79 9.15 -
YUV 110.2 109.27 222.72 -
System Red Green Blue C M Y K H S L
Decimal 243 49 77 0 0.80 0.68 0.05 351.34 0.89 0.57
Hex F3 31 4D 0 50 44 5 15F 59 39
Octal 363 61 115 0 120 104 5 537 131 71
Binary 11110011 110001 1001101 0 1010000 1000100 101 101011111 1011001 111001

Color Harmonies of #F3314D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F3314D

Black with #F3314D

Text Example


Text Example

White with #F3314D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F3314D; }

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

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

background-color css

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

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

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

border-color css

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

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

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