#F1354B

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

Shades of Amaranth #F1354B

Tints of Amaranth #F1354B

Color information

#F1354B (or 0xF1354B) is unknown color: approx Amaranth. HEX triplet: F1, 35 and 4B. RGB value is (241,53,75). Sum of RGB (Red+Green+Blue) = 241+53+75=369 (48% of max value = 765). Red value is 241 (94.53% from 255 or 65.31% from 369); Green value is 53 (21.09% from 255 or 14.36% from 369); Blue value is 75 (29.69% from 255 or 20.33% from 369); Max value from RGB is 241 - color contains mainly: red. Hex color #F1354B is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #F1354B is #0ECAB4. Grayscale: #6F6F6F. Windows color (decimal): -969397 or 4929009. OLE color: 4929009.

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

Color convert

RGB2415375-
CMYK00.780.690.05
HSL352.98º87.04%57.65%-
HSV(B)352.98º78.01%94.51%-
XYZ38.8221.758.81-
YUV111.72107.28220.21-

RGB Variations

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

RGB

RED value IS 241 (94.53% from 255) = 65.31%
GREEN value IS 53 (21.09% from 255) = 14.36%
BLUE value IS 75 (29.69% from 255) = 20.33%
R=65.31%
G=14.36%
B=20.33%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.78
Y (Yellow) values IS 0.69
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal241537500.780.690.05352.9887.0457.65
HexF1354B04E455161573a
Octal361651130116105554112772
Binary1111000111010110010110100111010001011011011000011010111111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F1354B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F1354B; }

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

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

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

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

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

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

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

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