#F31E47

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

Shades of Amaranth #F31E47

Tints of Amaranth #F31E47

Color information

#F31E47 (or 0xF31E47) is unknown color: approx Amaranth. HEX triplet: F3, 1E and 47. RGB value is (243,30,71). Sum of RGB (Red+Green+Blue) = 243+30+71=344 (45% of max value = 765). Red value is 243 (95.31% from 255 or 70.64% from 344); Green value is 30 (12.11% from 255 or 8.72% from 344); Blue value is 71 (28.12% from 255 or 20.64% from 344); Max value from RGB is 243 - color contains mainly: red. Hex color #F31E47 is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #F31E47 is #0CE1B8. Grayscale: #626262. Windows color (decimal): -844217 or 4660979. OLE color: 4660979.

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

Color convert

RGB2433071-
CMYK00.880.710.05
HSL348.45º89.87%53.53%-
HSV(B)348.45º87.65%95.29%-
XYZ38.5620.447.87-
YUV98.36112.57231.17-

RGB Variations

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

RGB

RED value IS 243 (95.31% from 255) = 70.64%
GREEN value IS 30 (12.11% from 255) = 8.72%
BLUE value IS 71 (28.12% from 255) = 20.64%
R=70.64%
G=8.72%
B=20.64%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.88
Y (Yellow) values IS 0.71
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal243307100.880.710.05348.4589.8753.53
HexF31E4705847515c5a36
Octal363361070130107553413266
Binary111100111111010001110101100010001111011010111001011010110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F31E47

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F31E47; }

 p { color: rgb(243,30,71); }

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

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

 a { background-color: rgb(243,30,71); }

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

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

 span { border-color: rgb(243,30,71); }

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