#F31E59

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

Shades of Amaranth #F31E59

Tints of Amaranth #F31E59

Color information

#F31E59 (or 0xF31E59) is unknown color: approx Amaranth. HEX triplet: F3, 1E and 59. RGB value is (243,30,89). Sum of RGB (Red+Green+Blue) = 243+30+89=362 (47% of max value = 765). Red value is 243 (95.31% from 255 or 67.13% from 362); Green value is 30 (12.11% from 255 or 8.29% from 362); Blue value is 89 (35.16% from 255 or 24.59% from 362); Max value from RGB is 243 - color contains mainly: red. Hex color #F31E59 is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #F31E59 is #0CE1A6. Grayscale: #646464. Windows color (decimal): -844199 or 5840627. OLE color: 5840627.

HSL color Cylindrical-coordinate representation of color #F31E59: hue angle of 343.38º 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 #F31E59 is Cyan = 0, Magento = 0.88, Yellow = 0.63 and Black (K on CMYK) = 0.05.

Color convert

RGB2433089-
CMYK00.880.630.05
HSL343.38º89.87%53.53%-
HSV(B)343.38º87.65%95.29%-
XYZ39.2320.711.38-
YUV100.41121.57229.7-

RGB Variations

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

RGB

RED value IS 243 (95.31% from 255) = 67.13%
GREEN value IS 30 (12.11% from 255) = 8.29%
BLUE value IS 89 (35.16% from 255) = 24.59%
R=67.13%
G=8.29%
B=24.59%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.88
Y (Yellow) values IS 0.63
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal243308900.880.630.05343.3889.8753.53
HexF31E590583F51575a36
Octal36336131013077552713266
Binary11110011111101011001010110001111111011010101111011010110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F31E59

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F31E59; }

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

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

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

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

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

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

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

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