#F41B4D

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

Shades of Amaranth #F41B4D

Tints of Amaranth #F41B4D

Color information

#F41B4D (or 0xF41B4D) is unknown color: approx Amaranth. HEX triplet: F4, 1B and 4D. RGB value is (244,27,77). Sum of RGB (Red+Green+Blue) = 244+27+77=348 (46% of max value = 765). Red value is 244 (95.70% from 255 or 70.11% from 348); Green value is 27 (10.94% from 255 or 7.76% from 348); Blue value is 77 (30.47% from 255 or 22.13% from 348); Max value from RGB is 244 - color contains mainly: red. Hex color #F41B4D is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #F41B4D is #0BE4B2. Grayscale: #616161. Windows color (decimal): -779443 or 5053428. OLE color: 5053428.

HSL color Cylindrical-coordinate representation of color #F41B4D: hue angle of 346.18º degrees, saturation: 0.91, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #F41B4D is Cyan = 0, Magento = 0.89, Yellow = 0.68 and Black (K on CMYK) = 0.04.

Color convert

RGB2442777-
CMYK00.890.680.04
HSL346.18º90.79%53.14%-
HSV(B)346.18º88.93%95.69%-
XYZ39.0420.558.93-
YUV97.58116.39232.43-

RGB Variations

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

RGB

RED value IS 244 (95.70% from 255) = 70.11%
GREEN value IS 27 (10.94% from 255) = 7.76%
BLUE value IS 77 (30.47% from 255) = 22.13%
R=70.11%
G=7.76%
B=22.13%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.89
Y (Yellow) values IS 0.68
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal244277700.890.680.04346.1890.7953.14
HexF41B4D05944415a5b35
Octal364331150131104453213365
Binary111101001101110011010101100110001001001010110101011011110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F41B4D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F41B4D; }

 p { color: rgb(244,27,77); }

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

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

 a { background-color: rgb(244,27,77); }

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

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

 span { border-color: rgb(244,27,77); }

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