Html Css Color HEX #F3404A Amaranth

📋 copy color: '#F3404A'

red 243 ◦ green 64 ◦ blue 74

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

Shades of Amaranth #F3404A

Tints of Amaranth #F3404A

RGB

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

 GREEN value IS 64 (25.39% from 255) = 16.8%

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

R = 63.78%
G = 16.8%
B = 19.42%

CMYK

 C value IS 0

 M value IS 0.74

 Y value IS 0.70

 K value IS 0.05

RGB Variations

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

Color information

#F3404A (or 0xF3404A) is known color: Amaranth. HEX triplet: F3, 40 and 4A. RGB value is (243,64,74). Sum of RGB (Red+Green+Blue) = 243+64+74=381 (50% of max value = 765). Red value is 243 (95.31% from 255 or 63.78% from 381); Green value is 64 (25.39% from 255 or 16.80% from 381); Blue value is 74 (29.30% from 255 or 19.42% from 381); Max value from RGB is 243 - color contains mainly: red. Hex color #F3404A is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #F3404A is #0CBFB5. Grayscale: #767676. Windows color (decimal): -835510 or 4866291. OLE color: 4866291.

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

Color convert

RGB 243 64 74 -
CMYK 0 0.74 0.70 0.05
HSL 356.65º 0.88% 0.6% -
HSV(B) 356.65º 0.74% 0.95% -
XYZ 40.03 23.22 8.85 -
YUV 118.66 102.8 216.69 -
System Red Green Blue C M Y K H S L
Decimal 243 64 74 0 0.74 0.70 0.05 356.65 0.88 0.6
Hex F3 40 4A 0 4A 46 5 165 58 3C
Octal 363 100 112 0 112 106 5 545 130 74
Binary 11110011 1000000 1001010 0 1001010 1000110 101 101100101 1011000 111100

Color Harmonies of #F3404A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F3404A

Black with #F3404A

Text Example


Text Example

White with #F3404A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F3404A; }

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

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

background-color css

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

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

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

border-color css

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

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

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