#F11B4F

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

Shades of Amaranth #F11B4F

Tints of Amaranth #F11B4F

Color information

#F11B4F (or 0xF11B4F) is unknown color: approx Amaranth. HEX triplet: F1, 1B and 4F. RGB value is (241,27,79). Sum of RGB (Red+Green+Blue) = 241+27+79=347 (45% of max value = 765). Red value is 241 (94.53% from 255 or 69.45% from 347); Green value is 27 (10.94% from 255 or 7.78% from 347); Blue value is 79 (31.25% from 255 or 22.77% from 347); Max value from RGB is 241 - color contains mainly: red. Hex color #F11B4F is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #F11B4F is #0EE4B0. Grayscale: #606060. Windows color (decimal): -976049 or 5184497. OLE color: 5184497.

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

Color convert

RGB2412779-
CMYK00.890.670.05
HSL345.42º88.43%52.55%-
HSV(B)345.42º88.8%94.51%-
XYZ38.0820.059.26-
YUV96.91117.9230.77-

RGB Variations

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

RGB

RED value IS 241 (94.53% from 255) = 69.45%
GREEN value IS 27 (10.94% from 255) = 7.78%
BLUE value IS 79 (31.25% from 255) = 22.77%
R=69.45%
G=7.78%
B=22.77%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.89
Y (Yellow) values IS 0.67
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal241277900.890.670.05345.4288.4352.55
HexF11B4F0594351595835
Octal361331170131103553113065
Binary111100011101110011110101100110000111011010110011011000110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F11B4F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F11B4F; }

 p { color: rgb(241,27,79); }

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

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

 a { background-color: rgb(241,27,79); }

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

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

 span { border-color: rgb(241,27,79); }

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