Html Css Color HEX #F3324A Amaranth

📋 copy color: '#F3324A'

red 243 ◦ green 50 ◦ blue 74

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

Shades of Amaranth #F3324A

Tints of Amaranth #F3324A

RGB

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

 GREEN value IS 50 (19.92% from 255) = 13.62%

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

R = 66.21%
G = 13.62%
B = 20.16%

CMYK

 C value IS 0

 M value IS 0.79

 Y value IS 0.70

 K value IS 0.05

RGB Variations

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

Color information

#F3324A (or 0xF3324A) is known color: Amaranth. HEX triplet: F3, 32 and 4A. RGB value is (243,50,74). Sum of RGB (Red+Green+Blue) = 243+50+74=367 (48% of max value = 765). Red value is 243 (95.31% from 255 or 66.21% from 367); Green value is 50 (19.92% from 255 or 13.62% from 367); Blue value is 74 (29.30% from 255 or 20.16% from 367); Max value from RGB is 243 - color contains mainly: red. Hex color #F3324A is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #F3324A is #0CCDB5. Grayscale: #6E6E6E. Windows color (decimal): -839094 or 4862707. OLE color: 4862707.

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

Color convert

RGB 243 50 74 -
CMYK 0 0.79 0.70 0.05
HSL 352.54º 0.89% 0.57% -
HSV(B) 352.54º 0.79% 0.95% -
XYZ 39.34 21.83 8.62 -
YUV 110.44 107.44 222.55 -
System Red Green Blue C M Y K H S L
Decimal 243 50 74 0 0.79 0.70 0.05 352.54 0.89 0.57
Hex F3 32 4A 0 4F 46 5 161 59 39
Octal 363 62 112 0 117 106 5 541 131 71
Binary 11110011 110010 1001010 0 1001111 1000110 101 101100001 1011001 111001

Color Harmonies of #F3324A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F3324A

Black with #F3324A

Text Example


Text Example

White with #F3324A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F3324A; }

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

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

background-color css

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

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

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

border-color css

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

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

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