#F91B4B

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

Shades of Amaranth #F91B4B

Tints of Amaranth #F91B4B

Color information

#F91B4B (or 0xF91B4B) is unknown color: approx Amaranth. HEX triplet: F9, 1B and 4B. RGB value is (249,27,75). Sum of RGB (Red+Green+Blue) = 249+27+75=351 (46% of max value = 765). Red value is 249 (97.66% from 255 or 70.94% from 351); Green value is 27 (10.94% from 255 or 7.69% from 351); Blue value is 75 (29.69% from 255 or 21.37% from 351); Max value from RGB is 249 - color contains mainly: red. Hex color #F91B4B is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #F91B4B is #06E4B4. Grayscale: #626262. Windows color (decimal): -451765 or 4922361. OLE color: 4922361.

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

Color convert

RGB2492775-
CMYK00.890.700.02
HSL347.03º94.87%54.12%-
HSV(B)347.03º89.16%97.65%-
XYZ40.7321.438.65-
YUV98.85114.55235.1-

RGB Variations

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

RGB

RED value IS 249 (97.66% from 255) = 70.94%
GREEN value IS 27 (10.94% from 255) = 7.69%
BLUE value IS 75 (29.69% from 255) = 21.37%
R=70.94%
G=7.69%
B=21.37%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.89
Y (Yellow) values IS 0.70
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal249277500.890.700.02347.0394.8754.12
HexF91B4B05946215b5f36
Octal371331130131106253313766
Binary11111001110111001011010110011000110101010110111011111110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F91B4B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F91B4B; }

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

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

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

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

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

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

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

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