Html Css Color HEX #F3394B Amaranth

📋 copy color: '#F3394B'

red 243 ◦ green 57 ◦ blue 75

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

Shades of Amaranth #F3394B

Tints of Amaranth #F3394B

RGB

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

 GREEN value IS 57 (22.66% from 255) = 15.2%

 BLUE value IS 75 (29.69% from 255) = 20%

R = 64.8%
G = 15.2%
B = 20%

CMYK

 C value IS 0

 M value IS 0.77

 Y value IS 0.69

 K value IS 0.05

RGB Variations

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

Color information

#F3394B (or 0xF3394B) is known color: Amaranth. HEX triplet: F3, 39 and 4B. RGB value is (243,57,75). Sum of RGB (Red+Green+Blue) = 243+57+75=375 (49% of max value = 765). Red value is 243 (95.31% from 255 or 64.8% from 375); Green value is 57 (22.66% from 255 or 15.2% from 375); Blue value is 75 (29.69% from 255 or 20% from 375); Max value from RGB is 243 - color contains mainly: red. Hex color #F3394B is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #F3394B is #0CC6B4. Grayscale: #727272. Windows color (decimal): -837301 or 4930035. OLE color: 4930035.

HSL color Cylindrical-coordinate representation of color #F3394B: hue angle of 354.19º degrees, saturation: 0.89, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #F3394B is Cyan = 0, Magento = 0.77, Yellow = 0.69 and Black (K on CMYK) = 0.05.

Color convert

RGB 243 57 75 -
CMYK 0 0.77 0.69 0.05
HSL 354.19º 0.89% 0.59% -
HSV(B) 354.19º 0.77% 0.95% -
XYZ 39.7 22.49 8.91 -
YUV 114.67 105.62 219.54 -
System Red Green Blue C M Y K H S L
Decimal 243 57 75 0 0.77 0.69 0.05 354.19 0.89 0.59
Hex F3 39 4B 0 4D 45 5 162 59 3B
Octal 363 71 113 0 115 105 5 542 131 73
Binary 11110011 111001 1001011 0 1001101 1000101 101 101100010 1011001 111011

Color Harmonies of #F3394B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F3394B

Black with #F3394B

Text Example


Text Example

White with #F3394B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F3394B; }

 p { color: rgb(243,57,75); }

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

background-color css

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

 a { background-color: rgb(243,57,75); }

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

border-color css

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

 span { border-color: rgb(243,57,75); }

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