#F31E4D

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

Shades of Amaranth #F31E4D

Tints of Amaranth #F31E4D

Color information

#F31E4D (or 0xF31E4D) is unknown color: approx Amaranth. HEX triplet: F3, 1E and 4D. RGB value is (243,30,77). Sum of RGB (Red+Green+Blue) = 243+30+77=350 (46% of max value = 765). Red value is 243 (95.31% from 255 or 69.43% from 350); Green value is 30 (12.11% from 255 or 8.57% from 350); Blue value is 77 (30.47% from 255 or 22% from 350); Max value from RGB is 243 - color contains mainly: red. Hex color #F31E4D is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #F31E4D is #0CE1B2. Grayscale: #636363. Windows color (decimal): -844211 or 5054195. OLE color: 5054195.

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

Color convert

RGB2433077-
CMYK00.880.680.05
HSL346.76º89.87%53.53%-
HSV(B)346.76º87.65%95.29%-
XYZ38.7720.528.94-
YUV99.04115.57230.68-

RGB Variations

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

RGB

RED value IS 243 (95.31% from 255) = 69.43%
GREEN value IS 30 (12.11% from 255) = 8.57%
BLUE value IS 77 (30.47% from 255) = 22%
R=69.43%
G=8.57%
B=22%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.88
Y (Yellow) values IS 0.68
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal243307700.880.680.05346.7689.8753.53
HexF31E4D05844515b5a36
Octal363361150130104553313266
Binary111100111111010011010101100010001001011010110111011010110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F31E4D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F31E4D; }

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

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

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

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

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

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

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

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