#F14548

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

Shades of Amaranth #F14548

Tints of Amaranth #F14548

Color information

#F14548 (or 0xF14548) is unknown color: approx Amaranth. HEX triplet: F1, 45 and 48. RGB value is (241,69,72). Sum of RGB (Red+Green+Blue) = 241+69+72=382 (50% of max value = 765). Red value is 241 (94.53% from 255 or 63.09% from 382); Green value is 69 (27.34% from 255 or 18.06% from 382); Blue value is 72 (28.52% from 255 or 18.85% from 382); Max value from RGB is 241 - color contains mainly: red. Hex color #F14548 is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #F14548 is #0EBAB7. Grayscale: #787878. Windows color (decimal): -965304 or 4736497. OLE color: 4736497.

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

Color convert

RGB2416972-
CMYK00.710.700.05
HSL358.95º86%60.78%-
HSV(B)358.95º71.37%94.51%-
XYZ39.5723.428.57-
YUV120.77100.48213.76-

RGB Variations

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

RGB

RED value IS 241 (94.53% from 255) = 63.09%
GREEN value IS 69 (27.34% from 255) = 18.06%
BLUE value IS 72 (28.52% from 255) = 18.85%
R=63.09%
G=18.06%
B=18.85%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.71
Y (Yellow) values IS 0.70
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal241697200.710.700.05358.958660.78
HexF14548047465167563d
Octal3611051100107106554712675
Binary11110001100010110010000100011110001101011011001111010110111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F14548

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F14548; }

 p { color: rgb(241,69,72); }

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

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

 a { background-color: rgb(241,69,72); }

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

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

 span { border-color: rgb(241,69,72); }

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