Html Css Color HEX #F3204C Amaranth

📋 copy color: '#F3204C'

red 243 ◦ green 32 ◦ blue 76

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

Shades of Amaranth #F3204C

Tints of Amaranth #F3204C

RGB

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

 GREEN value IS 32 (12.89% from 255) = 9.12%

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

R = 69.23%
G = 9.12%
B = 21.65%

CMYK

 C value IS 0

 M value IS 0.87

 Y value IS 0.69

 K value IS 0.05

RGB Variations

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

Color information

#F3204C (or 0xF3204C) is known color: Amaranth. HEX triplet: F3, 20 and 4C. RGB value is (243,32,76). Sum of RGB (Red+Green+Blue) = 243+32+76=351 (46% of max value = 765). Red value is 243 (95.31% from 255 or 69.23% from 351); Green value is 32 (12.89% from 255 or 9.12% from 351); Blue value is 76 (30.08% from 255 or 21.65% from 351); Max value from RGB is 243 - color contains mainly: red. Hex color #F3204C is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #F3204C is #0CDFB3. Grayscale: #646464. Windows color (decimal): -843700 or 4989171. OLE color: 4989171.

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

Color convert

RGB 243 32 76 -
CMYK 0 0.87 0.69 0.05
HSL 347.49º 0.9% 0.54% -
HSV(B) 347.49º 0.87% 0.95% -
XYZ 38.78 20.61 8.77 -
YUV 100.11 114.4 229.92 -
System Red Green Blue C M Y K H S L
Decimal 243 32 76 0 0.87 0.69 0.05 347.49 0.9 0.54
Hex F3 20 4C 0 57 45 5 15B 5A 36
Octal 363 40 114 0 127 105 5 533 132 66
Binary 11110011 100000 1001100 0 1010111 1000101 101 101011011 1011010 110110

Color Harmonies of #F3204C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F3204C

Black with #F3204C

Text Example


Text Example

White with #F3204C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F3204C; }

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

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

background-color css

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

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

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

border-color css

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

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

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