#F1394B

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

Shades of Amaranth #F1394B

Tints of Amaranth #F1394B

Color information

#F1394B (or 0xF1394B) is unknown color: approx Amaranth. HEX triplet: F1, 39 and 4B. RGB value is (241,57,75). Sum of RGB (Red+Green+Blue) = 241+57+75=373 (49% of max value = 765). Red value is 241 (94.53% from 255 or 64.61% from 373); Green value is 57 (22.66% from 255 or 15.28% from 373); Blue value is 75 (29.69% from 255 or 20.11% from 373); Max value from RGB is 241 - color contains mainly: red. Hex color #F1394B is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #F1394B is #0EC6B4. Grayscale: #727272. Windows color (decimal): -968373 or 4930033. OLE color: 4930033.

HSL color Cylindrical-coordinate representation of color #F1394B: hue angle of 354.13º degrees, saturation: 0.87, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #F1394B is Cyan = 0, Magento = 0.76, Yellow = 0.69 and Black (K on CMYK) = 0.05.

Color convert

RGB2415775-
CMYK00.760.690.05
HSL354.13º86.79%58.43%-
HSV(B)354.13º76.35%94.51%-
XYZ39.0122.148.87-
YUV114.07105.96218.54-

RGB Variations

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

RGB

RED value IS 241 (94.53% from 255) = 64.61%
GREEN value IS 57 (22.66% from 255) = 15.28%
BLUE value IS 75 (29.69% from 255) = 20.11%
R=64.61%
G=15.28%
B=20.11%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.76
Y (Yellow) values IS 0.69
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal241577500.760.690.05354.1386.7958.43
HexF1394B04C455162573a
Octal361711130114105554212772
Binary1111000111100110010110100110010001011011011000101010111111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F1394B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F1394B; }

 p { color: rgb(241,57,75); }

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

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

 a { background-color: rgb(241,57,75); }

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

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

 span { border-color: rgb(241,57,75); }

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