#F12360

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

Shades of Amaranth #F12360

Tints of Amaranth #F12360

Color information

#F12360 (or 0xF12360) is unknown color: approx Amaranth. HEX triplet: F1, 23 and 60. RGB value is (241,35,96). Sum of RGB (Red+Green+Blue) = 241+35+96=372 (49% of max value = 765). Red value is 241 (94.53% from 255 or 64.78% from 372); Green value is 35 (14.06% from 255 or 9.41% from 372); Blue value is 96 (37.89% from 255 or 25.81% from 372); Max value from RGB is 241 - color contains mainly: red. Hex color #F12360 is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #F12360 is #0EDC9F. Grayscale: #676767. Windows color (decimal): -973984 or 6300657. OLE color: 6300657.

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

Color convert

RGB2413596-
CMYK00.850.600.05
HSL342.23º88.03%54.12%-
HSV(B)342.23º85.48%94.51%-
XYZ38.9920.7513.02-
YUV103.55123.75226.04-

RGB Variations

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

RGB

RED value IS 241 (94.53% from 255) = 64.78%
GREEN value IS 35 (14.06% from 255) = 9.41%
BLUE value IS 96 (37.89% from 255) = 25.81%
R=64.78%
G=9.41%
B=25.81%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.85
Y (Yellow) values IS 0.60
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal241359600.850.600.05342.2388.0354.12
HexF123600553C51565836
Octal36143140012574552613066
Binary111100011000111100000010101011111001011010101101011000110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F12360

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F12360; }

 p { color: rgb(241,35,96); }

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

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

 a { background-color: rgb(241,35,96); }

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

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

 span { border-color: rgb(241,35,96); }

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