#F83543

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

Shades of Amaranth #F83543

Tints of Amaranth #F83543

Color information

#F83543 (or 0xF83543) is unknown color: approx Amaranth. HEX triplet: F8, 35 and 43. RGB value is (248,53,67). Sum of RGB (Red+Green+Blue) = 248+53+67=368 (48% of max value = 765). Red value is 248 (97.27% from 255 or 67.39% from 368); Green value is 53 (21.09% from 255 or 14.40% from 368); Blue value is 67 (26.56% from 255 or 18.21% from 368); Max value from RGB is 248 - color contains mainly: red. Hex color #F83543 is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #F83543 is #07CABC. Grayscale: #717171. Windows color (decimal): -510653 or 4404728. OLE color: 4404728.

HSL color Cylindrical-coordinate representation of color #F83543: hue angle of 355.69º degrees, saturation: 0.93, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #F83543 is Cyan = 0, Magento = 0.79, Yellow = 0.73 and Black (K on CMYK) = 0.03.

Color convert

RGB2485367-
CMYK00.790.730.03
HSL355.69º93.3%59.02%-
HSV(B)355.69º78.63%97.25%-
XYZ4122.917.57-
YUV112.9102.1224.36-

RGB Variations

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

RGB

RED value IS 248 (97.27% from 255) = 67.39%
GREEN value IS 53 (21.09% from 255) = 14.40%
BLUE value IS 67 (26.56% from 255) = 18.21%
R=67.39%
G=14.40%
B=18.21%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.79
Y (Yellow) values IS 0.73
K (Black) values IS 0.03
SystemRedGreenBlueCMYKHSL
Decimal248536700.790.730.03355.6993.359.02
HexF8354304F4931645d3b
Octal370651030117111354413573
Binary111110001101011000011010011111001001111011001001011101111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F83543

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F83543; }

 p { color: rgb(248,53,67); }

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

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

 a { background-color: rgb(248,53,67); }

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

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

 span { border-color: rgb(248,53,67); }

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