Html Css Color HEX #F3354A Amaranth

📋 copy color: '#F3354A'

red 243 ◦ green 53 ◦ blue 74

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

Shades of Amaranth #F3354A

Tints of Amaranth #F3354A

RGB

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

 GREEN value IS 53 (21.09% from 255) = 14.32%

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

R = 65.68%
G = 14.32%
B = 20%

CMYK

 C value IS 0

 M value IS 0.78

 Y value IS 0.70

 K value IS 0.05

RGB Variations

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

Color information

#F3354A (or 0xF3354A) is known color: Amaranth. HEX triplet: F3, 35 and 4A. RGB value is (243,53,74). Sum of RGB (Red+Green+Blue) = 243+53+74=370 (49% of max value = 765). Red value is 243 (95.31% from 255 or 65.68% from 370); Green value is 53 (21.09% from 255 or 14.32% from 370); Blue value is 74 (29.30% from 255 or 20% from 370); Max value from RGB is 243 - color contains mainly: red. Hex color #F3354A is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #F3354A is #0CCAB5. Grayscale: #707070. Windows color (decimal): -838326 or 4863475. OLE color: 4863475.

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

Color convert

RGB 243 53 74 -
CMYK 0 0.78 0.70 0.05
HSL 353.37º 0.89% 0.58% -
HSV(B) 353.37º 0.78% 0.95% -
XYZ 39.47 22.1 8.66 -
YUV 112.2 106.45 221.29 -
System Red Green Blue C M Y K H S L
Decimal 243 53 74 0 0.78 0.70 0.05 353.37 0.89 0.58
Hex F3 35 4A 0 4E 46 5 161 59 3A
Octal 363 65 112 0 116 106 5 541 131 72
Binary 11110011 110101 1001010 0 1001110 1000110 101 101100001 1011001 111010

Color Harmonies of #F3354A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F3354A

Black with #F3354A

Text Example


Text Example

White with #F3354A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F3354A; }

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

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

background-color css

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

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

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

border-color css

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

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

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