#F13A50

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

Shades of Amaranth #F13A50

Tints of Amaranth #F13A50

Color information

#F13A50 (or 0xF13A50) is unknown color: approx Amaranth. HEX triplet: F1, 3A and 50. RGB value is (241,58,80). Sum of RGB (Red+Green+Blue) = 241+58+80=379 (50% of max value = 765). Red value is 241 (94.53% from 255 or 63.59% from 379); Green value is 58 (23.05% from 255 or 15.30% from 379); Blue value is 80 (31.64% from 255 or 21.11% from 379); Max value from RGB is 241 - color contains mainly: red. Hex color #F13A50 is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #F13A50 is #0EC5AF. Grayscale: #737373. Windows color (decimal): -968112 or 5257969. OLE color: 5257969.

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

Color convert

RGB2415880-
CMYK00.760.670.05
HSL352.79º86.73%58.63%-
HSV(B)352.79º75.93%94.51%-
XYZ39.2422.319.83-
YUV115.22108.13217.71-

RGB Variations

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

RGB

RED value IS 241 (94.53% from 255) = 63.59%
GREEN value IS 58 (23.05% from 255) = 15.30%
BLUE value IS 80 (31.64% from 255) = 21.11%
R=63.59%
G=15.30%
B=21.11%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.76
Y (Yellow) values IS 0.67
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal241588000.760.670.05352.7986.7358.63
HexF13A5004C435161573b
Octal361721200114103554112773
Binary1111000111101010100000100110010000111011011000011010111111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F13A50

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F13A50; }

 p { color: rgb(241,58,80); }

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

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

 a { background-color: rgb(241,58,80); }

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

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

 span { border-color: rgb(241,58,80); }

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