#F1344E

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

Shades of Amaranth #F1344E

Tints of Amaranth #F1344E

Color information

#F1344E (or 0xF1344E) is unknown color: approx Amaranth. HEX triplet: F1, 34 and 4E. RGB value is (241,52,78). Sum of RGB (Red+Green+Blue) = 241+52+78=371 (49% of max value = 765). Red value is 241 (94.53% from 255 or 64.96% from 371); Green value is 52 (20.70% from 255 or 14.02% from 371); Blue value is 78 (30.86% from 255 or 21.02% from 371); Max value from RGB is 241 - color contains mainly: red. Hex color #F1344E is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #F1344E is #0ECBB1. Grayscale: #6F6F6F. Windows color (decimal): -969650 or 5125361. OLE color: 5125361.

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

Color convert

RGB2415278-
CMYK00.780.680.05
HSL351.75º87.1%57.45%-
HSV(B)351.75º78.42%94.51%-
XYZ38.8821.719.35-
YUV111.48109.12220.39-

RGB Variations

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

RGB

RED value IS 241 (94.53% from 255) = 64.96%
GREEN value IS 52 (20.70% from 255) = 14.02%
BLUE value IS 78 (30.86% from 255) = 21.02%
R=64.96%
G=14.02%
B=21.02%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.78
Y (Yellow) values IS 0.68
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal241527800.780.680.05351.7587.157.45
HexF1344E04E4451605739
Octal361641160116104554012771
Binary1111000111010010011100100111010001001011011000001010111111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F1344E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F1344E; }

 p { color: rgb(241,52,78); }

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

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

 a { background-color: rgb(241,52,78); }

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

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

 span { border-color: rgb(241,52,78); }

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