#F01F4A

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

Shades of Amaranth #F01F4A

Tints of Amaranth #F01F4A

Color information

#F01F4A (or 0xF01F4A) is unknown color: approx Amaranth. HEX triplet: F0, 1F and 4A. RGB value is (240,31,74). Sum of RGB (Red+Green+Blue) = 240+31+74=345 (45% of max value = 765). Red value is 240 (94.14% from 255 or 69.57% from 345); Green value is 31 (12.5% from 255 or 8.99% from 345); Blue value is 74 (29.30% from 255 or 21.45% from 345); Max value from RGB is 240 - color contains mainly: red. Hex color #F01F4A is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #F01F4A is #0FE0B5. Grayscale: #626262. Windows color (decimal): -1040566 or 4857840. OLE color: 4857840.

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

Color convert

RGB2403174-
CMYK00.870.690.06
HSL347.66º87.45%53.14%-
HSV(B)347.66º87.08%94.12%-
XYZ37.66208.35-
YUV98.39114.24229-

RGB Variations

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

RGB

RED value IS 240 (94.14% from 255) = 69.57%
GREEN value IS 31 (12.5% from 255) = 8.99%
BLUE value IS 74 (29.30% from 255) = 21.45%
R=69.57%
G=8.99%
B=21.45%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.87
Y (Yellow) values IS 0.69
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal240317400.870.690.06347.6687.4553.14
HexF01F4A05745615c5735
Octal360371120127105653412765
Binary111100001111110010100101011110001011101010111001010111110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F01F4A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F01F4A; }

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

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

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

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

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

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

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

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