#F31E5A

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

Shades of Amaranth #F31E5A

Tints of Amaranth #F31E5A

Color information

#F31E5A (or 0xF31E5A) is unknown color: approx Amaranth. HEX triplet: F3, 1E and 5A. RGB value is (243,30,90). Sum of RGB (Red+Green+Blue) = 243+30+90=363 (48% of max value = 765). Red value is 243 (95.31% from 255 or 66.94% from 363); Green value is 30 (12.11% from 255 or 8.26% from 363); Blue value is 90 (35.55% from 255 or 24.79% from 363); Max value from RGB is 243 - color contains mainly: red. Hex color #F31E5A is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #F31E5A is #0CE1A5. Grayscale: #646464. Windows color (decimal): -844198 or 5906163. OLE color: 5906163.

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

Color convert

RGB2433090-
CMYK00.880.630.05
HSL343.1º89.87%53.53%-
HSV(B)343.1º87.65%95.29%-
XYZ39.2720.7211.6-
YUV100.53122.07229.62-

RGB Variations

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

RGB

RED value IS 243 (95.31% from 255) = 66.94%
GREEN value IS 30 (12.11% from 255) = 8.26%
BLUE value IS 90 (35.55% from 255) = 24.79%
R=66.94%
G=8.26%
B=24.79%

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
Decimal243309000.880.630.05343.189.8753.53
HexF31E5A0583F51575a36
Octal36336132013077552713266
Binary11110011111101011010010110001111111011010101111011010110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F31E5A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F31E5A; }

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

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

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

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

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

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

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

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