#F91A4D

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

Shades of Amaranth #F91A4D

Tints of Amaranth #F91A4D

Color information

#F91A4D (or 0xF91A4D) is unknown color: approx Amaranth. HEX triplet: F9, 1A and 4D. RGB value is (249,26,77). Sum of RGB (Red+Green+Blue) = 249+26+77=352 (46% of max value = 765). Red value is 249 (97.66% from 255 or 70.74% from 352); Green value is 26 (10.55% from 255 or 7.39% from 352); Blue value is 77 (30.47% from 255 or 21.88% from 352); Max value from RGB is 249 - color contains mainly: red. Hex color #F91A4D is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #F91A4D is #06E5B2. Grayscale: #626262. Windows color (decimal): -452019 or 5053177. OLE color: 5053177.

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

Color convert

RGB2492677-
CMYK00.900.690.02
HSL346.28º94.89%53.92%-
HSV(B)346.28º89.56%97.65%-
XYZ40.7821.419.01-
YUV98.49115.88235.35-

RGB Variations

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

RGB

RED value IS 249 (97.66% from 255) = 70.74%
GREEN value IS 26 (10.55% from 255) = 7.39%
BLUE value IS 77 (30.47% from 255) = 21.88%
R=70.74%
G=7.39%
B=21.88%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.90
Y (Yellow) values IS 0.69
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal249267700.900.690.02346.2894.8953.92
HexF91A4D05A45215a5f36
Octal371321150132105253213766
Binary11111001110101001101010110101000101101010110101011111110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F91A4D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F91A4D; }

 p { color: rgb(249,26,77); }

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

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

 a { background-color: rgb(249,26,77); }

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

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

 span { border-color: rgb(249,26,77); }

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