#F1284A

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

Shades of Amaranth #F1284A

Tints of Amaranth #F1284A

Color information

#F1284A (or 0xF1284A) is unknown color: approx Amaranth. HEX triplet: F1, 28 and 4A. RGB value is (241,40,74). Sum of RGB (Red+Green+Blue) = 241+40+74=355 (47% of max value = 765). Red value is 241 (94.53% from 255 or 67.89% from 355); Green value is 40 (16.02% from 255 or 11.27% from 355); Blue value is 74 (29.30% from 255 or 20.85% from 355); Max value from RGB is 241 - color contains mainly: red. Hex color #F1284A is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #F1284A is #0ED7B5. Grayscale: #686868. Windows color (decimal): -972726 or 4860145. OLE color: 4860145.

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

Color convert

RGB2414074-
CMYK00.830.690.05
HSL349.85º87.77%55.1%-
HSV(B)349.85º83.4%94.51%-
XYZ38.2720.718.46-
YUV103.98111.09225.74-

RGB Variations

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

RGB

RED value IS 241 (94.53% from 255) = 67.89%
GREEN value IS 40 (16.02% from 255) = 11.27%
BLUE value IS 74 (29.30% from 255) = 20.85%
R=67.89%
G=11.27%
B=20.85%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.83
Y (Yellow) values IS 0.69
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal241407400.830.690.05349.8587.7755.1
HexF1284A05345515e5837
Octal361501120123105553613067
Binary1111000110100010010100101001110001011011010111101011000110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F1284A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F1284A; }

 p { color: rgb(241,40,74); }

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

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

 a { background-color: rgb(241,40,74); }

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

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

 span { border-color: rgb(241,40,74); }

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