#F31750

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

Shades of Amaranth #F31750

Tints of Amaranth #F31750

Color information

#F31750 (or 0xF31750) is unknown color: approx Amaranth. HEX triplet: F3, 17 and 50. RGB value is (243,23,80). Sum of RGB (Red+Green+Blue) = 243+23+80=346 (45% of max value = 765). Red value is 243 (95.31% from 255 or 70.23% from 346); Green value is 23 (9.38% from 255 or 6.65% from 346); Blue value is 80 (31.64% from 255 or 23.12% from 346); Max value from RGB is 243 - color contains mainly: red. Hex color #F31750 is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #F31750 is #0CE8AF. Grayscale: #5F5F5F. Windows color (decimal): -846000 or 5249011. OLE color: 5249011.

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

Color convert

RGB2432380-
CMYK00.910.670.05
HSL344.45º90.16%52.16%-
HSV(B)344.45º90.53%95.29%-
XYZ38.7220.259.46-
YUV95.28119.39233.37-

RGB Variations

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

RGB

RED value IS 243 (95.31% from 255) = 70.23%
GREEN value IS 23 (9.38% from 255) = 6.65%
BLUE value IS 80 (31.64% from 255) = 23.12%
R=70.23%
G=6.65%
B=23.12%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.91
Y (Yellow) values IS 0.67
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal243238000.910.670.05344.4590.1652.16
HexF3175005B4351585a34
Octal363271200133103553013264
Binary111100111011110100000101101110000111011010110001011010110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F31750

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F31750; }

 p { color: rgb(243,23,80); }

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

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

 a { background-color: rgb(243,23,80); }

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

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

 span { border-color: rgb(243,23,80); }

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