Html Css Color HEX #F3314C Amaranth

📋 copy color: '#F3314C'

red 243 ◦ green 49 ◦ blue 76

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

Shades of Amaranth #F3314C

Tints of Amaranth #F3314C

RGB

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

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

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

R = 66.03%
G = 13.32%
B = 20.65%

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

#F3314C (or 0xF3314C) is known color: Amaranth. HEX triplet: F3, 31 and 4C. RGB value is (243,49,76). Sum of RGB (Red+Green+Blue) = 243+49+76=368 (48% of max value = 765). Red value is 243 (95.31% from 255 or 66.03% from 368); Green value is 49 (19.53% from 255 or 13.32% from 368); Blue value is 76 (30.08% from 255 or 20.65% from 368); Max value from RGB is 243 - color contains mainly: red. Hex color #F3314C is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #F3314C is #0CCEB3. Grayscale: #6E6E6E. Windows color (decimal): -839348 or 4993523. OLE color: 4993523.

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

Color convert

RGB 243 49 76 -
CMYK 0 0.80 0.69 0.05
HSL 351.65º 0.89% 0.57% -
HSV(B) 351.65º 0.8% 0.95% -
XYZ 39.36 21.77 8.97 -
YUV 110.08 108.77 222.8 -
System Red Green Blue C M Y K H S L
Decimal 243 49 76 0 0.80 0.69 0.05 351.65 0.89 0.57
Hex F3 31 4C 0 50 45 5 160 59 39
Octal 363 61 114 0 120 105 5 540 131 71
Binary 11110011 110001 1001100 0 1010000 1000101 101 101100000 1011001 111001

Color Harmonies of #F3314C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F3314C

Black with #F3314C

Text Example


Text Example

White with #F3314C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F3314C; }

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

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

background-color css

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

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

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

border-color css

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

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

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