#f12e4b

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

Shades of Amaranth #F12E4B

Tints of Amaranth #F12E4B

Color information

#F12E4B (or 0xF12E4B) is unknown color: approx Amaranth. HEX triplet: F1, 2E and 4B. RGB value is (241,46,75). Sum of RGB (Red+Green+Blue) = 241+46+75=362 (47% of max value = 765). Red value is 241 (94.53% from 255 or 66.57% from 362); Green value is 46 (18.36% from 255 or 12.71% from 362); Blue value is 75 (29.69% from 255 or 20.72% from 362); Max value from RGB is 241 - color contains mainly: red. Hex color #F12E4B is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #F12E4B is #0ED1B4. Grayscale: #6B6B6B. Windows color (decimal): -971189 or 4927217. OLE color: 4927217.

HSL color Cylindrical-coordinate representation of color #F12E4B: hue angle of 351.08º degrees, saturation: 0.87, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #F12E4B is Cyan = 0, Magento = 0.81, Yellow = 0.69 and Black (K on CMYK) = 0.05.

Color convert

RGB2414675-
CMYK00.810.690.05
HSL351.08º87.44%56.27%-
HSV(B)351.08º80.91%94.51%-
XYZ38.5221.168.71-
YUV107.61109.6223.14-

RGB Variations

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

RGB

RED value IS 241 (94.53% from 255) = 66.57%
GREEN value IS 46 (18.36% from 255) = 12.71%
BLUE value IS 75 (29.69% from 255) = 20.72%
R=66.57%
G=12.71%
B=20.72%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.81
Y (Yellow) values IS 0.69
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal241467500.810.690.05351.0887.4456.27
HexF12E4B05145515f5738
Octal361561130121105553712770
Binary1111000110111010010110101000110001011011010111111010111111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #f12e4b

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #f12e4b; }

 p { color: rgb(241,46,75); }

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

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

 a { background-color: rgb(241,46,75); }

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

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

 span { border-color: rgb(241,46,75); }

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