#F91B51

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

Shades of Amaranth #F91B51

Tints of Amaranth #F91B51

Color information

#F91B51 (or 0xF91B51) is unknown color: approx Amaranth. HEX triplet: F9, 1B and 51. RGB value is (249,27,81). Sum of RGB (Red+Green+Blue) = 249+27+81=357 (47% of max value = 765). Red value is 249 (97.66% from 255 or 69.75% from 357); Green value is 27 (10.94% from 255 or 7.56% from 357); Blue value is 81 (32.03% from 255 or 22.69% from 357); Max value from RGB is 249 - color contains mainly: red. Hex color #F91B51 is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #F91B51 is #06E4AE. Grayscale: #636363. Windows color (decimal): -451759 or 5315577. OLE color: 5315577.

HSL color Cylindrical-coordinate representation of color #F91B51: hue angle of 345.41º degrees, saturation: 0.95, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #F91B51 is Cyan = 0, Magento = 0.89, Yellow = 0.67 and Black (K on CMYK) = 0.02.

Color convert

RGB2492781-
CMYK00.890.670.02
HSL345.41º94.87%54.12%-
HSV(B)345.41º89.16%97.65%-
XYZ40.9421.529.78-
YUV99.53117.55234.61-

RGB Variations

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

RGB

RED value IS 249 (97.66% from 255) = 69.75%
GREEN value IS 27 (10.94% from 255) = 7.56%
BLUE value IS 81 (32.03% from 255) = 22.69%
R=69.75%
G=7.56%
B=22.69%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.89
Y (Yellow) values IS 0.67
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal249278100.890.670.02345.4194.8754.12
HexF91B510594321595f36
Octal371331210131103253113766
Binary11111001110111010001010110011000011101010110011011111110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F91B51

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F91B51; }

 p { color: rgb(249,27,81); }

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

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

 a { background-color: rgb(249,27,81); }

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

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

 span { border-color: rgb(249,27,81); }

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