#F13F43

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

Shades of Amaranth #F13F43

Tints of Amaranth #F13F43

Color information

#F13F43 (or 0xF13F43) is unknown color: approx Amaranth. HEX triplet: F1, 3F and 43. RGB value is (241,63,67). Sum of RGB (Red+Green+Blue) = 241+63+67=371 (49% of max value = 765). Red value is 241 (94.53% from 255 or 64.96% from 371); Green value is 63 (25% from 255 or 16.98% from 371); Blue value is 67 (26.56% from 255 or 18.06% from 371); Max value from RGB is 241 - color contains mainly: red. Hex color #F13F43 is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #F13F43 is #0EC0BC. Grayscale: #747474. Windows color (decimal): -966845 or 4407281. OLE color: 4407281.

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

Color convert

RGB2416367-
CMYK00.740.720.05
HSL358.65º86.41%59.61%-
HSV(B)358.65º73.86%94.51%-
XYZ39.0722.667.63-
YUV116.6899.97216.67-

RGB Variations

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

RGB

RED value IS 241 (94.53% from 255) = 64.96%
GREEN value IS 63 (25% from 255) = 16.98%
BLUE value IS 67 (26.56% from 255) = 18.06%
R=64.96%
G=16.98%
B=18.06%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.74
Y (Yellow) values IS 0.72
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal241636700.740.720.05358.6586.4159.61
HexF13F4304A485167563c
Octal361771030112110554712674
Binary1111000111111110000110100101010010001011011001111010110111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F13F43

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F13F43; }

 p { color: rgb(241,63,67); }

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

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

 a { background-color: rgb(241,63,67); }

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

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

 span { border-color: rgb(241,63,67); }

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