Html Css Color HEX #F3204F Amaranth

📋 copy color: '#F3204F'

red 243 ◦ green 32 ◦ blue 79

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

Shades of Amaranth #F3204F

Tints of Amaranth #F3204F

RGB

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

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

 BLUE value IS 79 (31.25% from 255) = 22.32%

R = 68.64%
G = 9.04%
B = 22.32%

CMYK

 C value IS 0

 M value IS 0.87

 Y value IS 0.67

 K value IS 0.05

RGB Variations

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

Color information

#F3204F (or 0xF3204F) is known color: Amaranth. HEX triplet: F3, 20 and 4F. RGB value is (243,32,79). Sum of RGB (Red+Green+Blue) = 243+32+79=354 (46% of max value = 765). Red value is 243 (95.31% from 255 or 68.64% from 354); Green value is 32 (12.89% from 255 or 9.04% from 354); Blue value is 79 (31.25% from 255 or 22.32% from 354); Max value from RGB is 243 - color contains mainly: red. Hex color #F3204F is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #F3204F is #0CDFB0. Grayscale: #646464. Windows color (decimal): -843697 or 5185779. OLE color: 5185779.

HSL color Cylindrical-coordinate representation of color #F3204F: hue angle of 346.64º 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 #F3204F is Cyan = 0, Magento = 0.87, Yellow = 0.67 and Black (K on CMYK) = 0.05.

Color convert

RGB 243 32 79 -
CMYK 0 0.87 0.67 0.05
HSL 346.64º 0.9% 0.54% -
HSV(B) 346.64º 0.87% 0.95% -
XYZ 38.89 20.65 9.33 -
YUV 100.45 115.9 229.68 -
System Red Green Blue C M Y K H S L
Decimal 243 32 79 0 0.87 0.67 0.05 346.64 0.9 0.54
Hex F3 20 4F 0 57 43 5 15B 5A 36
Octal 363 40 117 0 127 103 5 533 132 66
Binary 11110011 100000 1001111 0 1010111 1000011 101 101011011 1011010 110110

Color Harmonies of #F3204F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F3204F

Black with #F3204F

Text Example


Text Example

White with #F3204F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F3204F; }

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

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

background-color css

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

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

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

border-color css

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

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

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