#F1414B

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

Shades of Amaranth #F1414B

Tints of Amaranth #F1414B

Color information

#F1414B (or 0xF1414B) is unknown color: approx Amaranth. HEX triplet: F1, 41 and 4B. RGB value is (241,65,75). Sum of RGB (Red+Green+Blue) = 241+65+75=381 (50% of max value = 765). Red value is 241 (94.53% from 255 or 63.25% from 381); Green value is 65 (25.78% from 255 or 17.06% from 381); Blue value is 75 (29.69% from 255 or 19.69% from 381); Max value from RGB is 241 - color contains mainly: red. Hex color #F1414B is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #F1414B is #0EBEB4. Grayscale: #767676. Windows color (decimal): -966325 or 4932081. OLE color: 4932081.

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

Color convert

RGB2416575-
CMYK00.730.690.05
HSL356.59º86.27%60%-
HSV(B)356.59º73.03%94.51%-
XYZ39.4422.999.02-
YUV118.76103.31215.19-

RGB Variations

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

RGB

RED value IS 241 (94.53% from 255) = 63.25%
GREEN value IS 65 (25.78% from 255) = 17.06%
BLUE value IS 75 (29.69% from 255) = 19.69%
R=63.25%
G=17.06%
B=19.69%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.73
Y (Yellow) values IS 0.69
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal241657500.730.690.05356.5986.2760
HexF1414B049455165563c
Octal3611011130111105554512674
Binary11110001100000110010110100100110001011011011001011010110111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F1414B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F1414B; }

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

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

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

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

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

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

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

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