#f51f45

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

Shades of Amaranth #F51F45

Tints of Amaranth #F51F45

Color information

#F51F45 (or 0xF51F45) is unknown color: approx Amaranth. HEX triplet: F5, 1F and 45. RGB value is (245,31,69). Sum of RGB (Red+Green+Blue) = 245+31+69=345 (45% of max value = 765). Red value is 245 (96.09% from 255 or 71.01% from 345); Green value is 31 (12.5% from 255 or 8.99% from 345); Blue value is 69 (27.34% from 255 or 20% from 345); Max value from RGB is 245 - color contains mainly: red. Hex color #F51F45 is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #F51F45 is #0AE0BA. Grayscale: #636363. Windows color (decimal): -712891 or 4530165. OLE color: 4530165.

HSL color Cylindrical-coordinate representation of color #F51F45: hue angle of 349.35º degrees, saturation: 0.91, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #F51F45 is Cyan = 0, Magento = 0.87, Yellow = 0.72 and Black (K on CMYK) = 0.04.

Color convert

RGB2453169-
CMYK00.870.720.04
HSL349.35º91.45%54.12%-
HSV(B)349.35º87.35%96.08%-
XYZ39.2220.827.58-
YUV99.32110.9231.91-

RGB Variations

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

RGB

RED value IS 245 (96.09% from 255) = 71.01%
GREEN value IS 31 (12.5% from 255) = 8.99%
BLUE value IS 69 (27.34% from 255) = 20%
R=71.01%
G=8.99%
B=20%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.87
Y (Yellow) values IS 0.72
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal245316900.870.720.04349.3591.4554.12
HexF51F4505748415d5b36
Octal365371050127110453513366
Binary111101011111110001010101011110010001001010111011011011110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #f51f45

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #f51f45; }

 p { color: rgb(245,31,69); }

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

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

 a { background-color: rgb(245,31,69); }

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

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

 span { border-color: rgb(245,31,69); }

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