#F11C50

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

Shades of Amaranth #F11C50

Tints of Amaranth #F11C50

Color information

#F11C50 (or 0xF11C50) is unknown color: approx Amaranth. HEX triplet: F1, 1C and 50. RGB value is (241,28,80). Sum of RGB (Red+Green+Blue) = 241+28+80=349 (46% of max value = 765). Red value is 241 (94.53% from 255 or 69.05% from 349); Green value is 28 (11.33% from 255 or 8.02% from 349); Blue value is 80 (31.64% from 255 or 22.92% from 349); Max value from RGB is 241 - color contains mainly: red. Hex color #F11C50 is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #F11C50 is #0EE3AF. Grayscale: #616161. Windows color (decimal): -975792 or 5250289. OLE color: 5250289.

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

Color convert

RGB2412880-
CMYK00.880.670.05
HSL345.35º88.38%52.75%-
HSV(B)345.35º88.38%94.51%-
XYZ38.1420.119.46-
YUV97.62118.07230.27-

RGB Variations

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

RGB

RED value IS 241 (94.53% from 255) = 69.05%
GREEN value IS 28 (11.33% from 255) = 8.02%
BLUE value IS 80 (31.64% from 255) = 22.92%
R=69.05%
G=8.02%
B=22.92%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.88
Y (Yellow) values IS 0.67
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal241288000.880.670.05345.3588.3852.75
HexF11C500584351595835
Octal361341200130103553113065
Binary111100011110010100000101100010000111011010110011011000110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F11C50

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F11C50; }

 p { color: rgb(241,28,80); }

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

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

 a { background-color: rgb(241,28,80); }

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

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

 span { border-color: rgb(241,28,80); }

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