#f3205b

Color #F3205B Amaranth (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Amaranth #F3205B

Tints of Amaranth #F3205B

Color information

#F3205B (or 0xF3205B) is unknown color: approx Amaranth. HEX triplet: F3, 20 and 5B. RGB value is (243,32,91). Sum of RGB (Red+Green+Blue) = 243+32+91=366 (48% of max value = 765). Red value is 243 (95.31% from 255 or 66.39% from 366); Green value is 32 (12.89% from 255 or 8.74% from 366); Blue value is 91 (35.94% from 255 or 24.86% from 366); Max value from RGB is 243 - color contains mainly: red. Hex color #F3205B is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #F3205B is #0CDFA4. Grayscale: #656565. Windows color (decimal): -843685 or 5972211. OLE color: 5972211.

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

Color convert

RGB2433291-
CMYK00.870.630.05
HSL343.22º89.79%53.92%-
HSV(B)343.22º86.83%95.29%-
XYZ39.3720.8411.85-
YUV101.82121.9228.7-

RGB Variations

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

RGB

RED value IS 243 (95.31% from 255) = 66.39%
GREEN value IS 32 (12.89% from 255) = 8.74%
BLUE value IS 91 (35.94% from 255) = 24.86%
R=66.39%
G=8.74%
B=24.86%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.87
Y (Yellow) values IS 0.63
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal243329100.870.630.05343.2289.7953.92
HexF3205B0573F51575a36
Octal36340133012777552713266
Binary111100111000001011011010101111111111011010101111011010110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #f3205b

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #f3205b; }

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

 H1.HeaderClassName
 {
   color: #f3205b;
 }
 .AnyTagClassName
 {
   color: #f3205b;
 }
</style>
background-color css

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

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

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

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

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

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