#FA1852

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

Shades of Amaranth #FA1852

Tints of Amaranth #FA1852

Color information

#FA1852 (or 0xFA1852) is unknown color: approx Amaranth. HEX triplet: FA, 18 and 52. RGB value is (250,24,82). Sum of RGB (Red+Green+Blue) = 250+24+82=356 (47% of max value = 765). Red value is 250 (98.05% from 255 or 70.22% from 356); Green value is 24 (9.77% from 255 or 6.74% from 356); Blue value is 82 (32.42% from 255 or 23.03% from 356); Max value from RGB is 250 - color contains mainly: red. Hex color #FA1852 is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #FA1852 is #05E7AD. Grayscale: #626262. Windows color (decimal): -386990 or 5380346. OLE color: 5380346.

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

Color convert

RGB2502482-
CMYK00.900.670.02
HSL344.6º95.76%53.73%-
HSV(B)344.6º90.4%98.04%-
XYZ41.2721.599.97-
YUV98.19118.87236.28-

RGB Variations

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

RGB

RED value IS 250 (98.05% from 255) = 70.22%
GREEN value IS 24 (9.77% from 255) = 6.74%
BLUE value IS 82 (32.42% from 255) = 23.03%
R=70.22%
G=6.74%
B=23.03%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.90
Y (Yellow) values IS 0.67
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal250248200.900.670.02344.695.7653.73
HexFA185205A4321596036
Octal372301220132103253114066
Binary11111010110001010010010110101000011101010110011100000110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FA1852

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FA1852; }

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

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

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

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

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

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

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

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