#FA184F

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

Shades of Amaranth #FA184F

Tints of Amaranth #FA184F

Color information

#FA184F (or 0xFA184F) is unknown color: approx Amaranth. HEX triplet: FA, 18 and 4F. RGB value is (250,24,79). Sum of RGB (Red+Green+Blue) = 250+24+79=353 (46% of max value = 765). Red value is 250 (98.05% from 255 or 70.82% from 353); Green value is 24 (9.77% from 255 or 6.80% from 353); Blue value is 79 (31.25% from 255 or 22.38% from 353); Max value from RGB is 250 - color contains mainly: red. Hex color #FA184F is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #FA184F is #05E7B0. Grayscale: #616161. Windows color (decimal): -386993 or 5183738. OLE color: 5183738.

HSL color Cylindrical-coordinate representation of color #FA184F: hue angle of 345.4º degrees, saturation: 0.96, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #FA184F is Cyan = 0, Magento = 0.90, Yellow = 0.68 and Black (K on CMYK) = 0.02.

Color convert

RGB2502479-
CMYK00.900.680.02
HSL345.4º95.76%53.73%-
HSV(B)345.4º90.4%98.04%-
XYZ41.1621.549.39-
YUV97.84117.37236.53-

RGB Variations

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

RGB

RED value IS 250 (98.05% from 255) = 70.82%
GREEN value IS 24 (9.77% from 255) = 6.80%
BLUE value IS 79 (31.25% from 255) = 22.38%
R=70.82%
G=6.80%
B=22.38%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.90
Y (Yellow) values IS 0.68
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal250247900.900.680.02345.495.7653.73
HexFA184F05A4421596036
Octal372301170132104253114066
Binary11111010110001001111010110101000100101010110011100000110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FA184F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FA184F; }

 p { color: rgb(250,24,79); }

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

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

 a { background-color: rgb(250,24,79); }

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

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

 span { border-color: rgb(250,24,79); }

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