#F01F5C

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

Shades of Amaranth #F01F5C

Tints of Amaranth #F01F5C

Color information

#F01F5C (or 0xF01F5C) is unknown color: approx Amaranth. HEX triplet: F0, 1F and 5C. RGB value is (240,31,92). Sum of RGB (Red+Green+Blue) = 240+31+92=363 (48% of max value = 765). Red value is 240 (94.14% from 255 or 66.12% from 363); Green value is 31 (12.5% from 255 or 8.54% from 363); Blue value is 92 (36.33% from 255 or 25.34% from 363); Max value from RGB is 240 - color contains mainly: red. Hex color #F01F5C is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #F01F5C is #0FE0A3. Grayscale: #646464. Windows color (decimal): -1040548 or 6037488. OLE color: 6037488.

HSL color Cylindrical-coordinate representation of color #F01F5C: hue angle of 342.49º degrees, saturation: 0.87, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #F01F5C is Cyan = 0, Magento = 0.87, Yellow = 0.62 and Black (K on CMYK) = 0.06.

Color convert

RGB2403192-
CMYK00.870.620.06
HSL342.49º87.45%53.14%-
HSV(B)342.49º87.08%94.12%-
XYZ38.3620.2812.02-
YUV100.44123.24227.54-

RGB Variations

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

RGB

RED value IS 240 (94.14% from 255) = 66.12%
GREEN value IS 31 (12.5% from 255) = 8.54%
BLUE value IS 92 (36.33% from 255) = 25.34%
R=66.12%
G=8.54%
B=25.34%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.87
Y (Yellow) values IS 0.62
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal240319200.870.620.06342.4987.4553.14
HexF01F5C0573E61565735
Octal36037134012776652612765
Binary11110000111111011100010101111111101101010101101010111110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F01F5C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F01F5C; }

 p { color: rgb(240,31,92); }

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

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

 a { background-color: rgb(240,31,92); }

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

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

 span { border-color: rgb(240,31,92); }

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