#F1205C

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

Shades of Amaranth #F1205C

Tints of Amaranth #F1205C

Color information

#F1205C (or 0xF1205C) is unknown color: approx Amaranth. HEX triplet: F1, 20 and 5C. RGB value is (241,32,92). Sum of RGB (Red+Green+Blue) = 241+32+92=365 (48% of max value = 765). Red value is 241 (94.53% from 255 or 66.03% from 365); Green value is 32 (12.89% from 255 or 8.77% from 365); Blue value is 92 (36.33% from 255 or 25.21% from 365); Max value from RGB is 241 - color contains mainly: red. Hex color #F1205C is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #F1205C is #0EDFA3. Grayscale: #656565. Windows color (decimal): -974756 or 6037745. OLE color: 6037745.

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

Color convert

RGB2413292-
CMYK00.870.620.05
HSL342.78º88.19%53.53%-
HSV(B)342.78º86.72%94.51%-
XYZ38.7220.5112.04-
YUV101.33122.74227.62-

RGB Variations

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

RGB

RED value IS 241 (94.53% from 255) = 66.03%
GREEN value IS 32 (12.89% from 255) = 8.77%
BLUE value IS 92 (36.33% from 255) = 25.21%
R=66.03%
G=8.77%
B=25.21%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.87
Y (Yellow) values IS 0.62
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal241329200.870.620.05342.7888.1953.53
HexF1205C0573E51575836
Octal36140134012776552713066
Binary111100011000001011100010101111111101011010101111011000110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F1205C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F1205C; }

 p { color: rgb(241,32,92); }

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

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

 a { background-color: rgb(241,32,92); }

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

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

 span { border-color: rgb(241,32,92); }

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