#F13355

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

Shades of Amaranth #F13355

Tints of Amaranth #F13355

Color information

#F13355 (or 0xF13355) is unknown color: approx Amaranth. HEX triplet: F1, 33 and 55. RGB value is (241,51,85). Sum of RGB (Red+Green+Blue) = 241+51+85=377 (49% of max value = 765). Red value is 241 (94.53% from 255 or 63.93% from 377); Green value is 51 (20.31% from 255 or 13.53% from 377); Blue value is 85 (33.59% from 255 or 22.55% from 377); Max value from RGB is 241 - color contains mainly: red. Hex color #F13355 is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #F13355 is #0ECCAA. Grayscale: #6F6F6F. Windows color (decimal): -969899 or 5583857. OLE color: 5583857.

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

Color convert

RGB2415185-
CMYK00.790.650.05
HSL349.26º87.16%57.25%-
HSV(B)349.26º78.84%94.51%-
XYZ39.121.7210.73-
YUV111.69112.95220.24-

RGB Variations

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

RGB

RED value IS 241 (94.53% from 255) = 63.93%
GREEN value IS 51 (20.31% from 255) = 13.53%
BLUE value IS 85 (33.59% from 255) = 22.55%
R=63.93%
G=13.53%
B=22.55%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.79
Y (Yellow) values IS 0.65
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal241518500.790.650.05349.2687.1657.25
HexF1335504F41515d5739
Octal361631250117101553512771
Binary1111000111001110101010100111110000011011010111011010111111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F13355

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F13355; }

 p { color: rgb(241,51,85); }

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

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

 a { background-color: rgb(241,51,85); }

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

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

 span { border-color: rgb(241,51,85); }

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