#f51f50

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

Shades of Amaranth #F51F50

Tints of Amaranth #F51F50

Color information

#F51F50 (or 0xF51F50) is unknown color: approx Amaranth. HEX triplet: F5, 1F and 50. RGB value is (245,31,80). Sum of RGB (Red+Green+Blue) = 245+31+80=356 (47% of max value = 765). Red value is 245 (96.09% from 255 or 68.82% from 356); Green value is 31 (12.5% from 255 or 8.71% from 356); Blue value is 80 (31.64% from 255 or 22.47% from 356); Max value from RGB is 245 - color contains mainly: red. Hex color #F51F50 is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #F51F50 is #0AE0AF. Grayscale: #646464. Windows color (decimal): -712880 or 5251061. OLE color: 5251061.

HSL color Cylindrical-coordinate representation of color #F51F50: hue angle of 346.26º 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 #F51F50 is Cyan = 0, Magento = 0.87, Yellow = 0.67 and Black (K on CMYK) = 0.04.

Color convert

RGB2453180-
CMYK00.870.670.04
HSL346.26º91.45%54.12%-
HSV(B)346.26º87.35%96.08%-
XYZ39.5920.979.55-
YUV100.57116.4231.02-

RGB Variations

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

RGB

RED value IS 245 (96.09% from 255) = 68.82%
GREEN value IS 31 (12.5% from 255) = 8.71%
BLUE value IS 80 (31.64% from 255) = 22.47%
R=68.82%
G=8.71%
B=22.47%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.87
Y (Yellow) values IS 0.67
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal245318000.870.670.04346.2691.4554.12
HexF51F5005743415a5b36
Octal365371200127103453213366
Binary111101011111110100000101011110000111001010110101011011110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #f51f50

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #f51f50; }

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

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

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

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

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

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

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

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