#F11C40

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

Shades of Alizarin #F11C40

Tints of Alizarin #F11C40

Color information

#F11C40 (or 0xF11C40) is unknown color: approx Alizarin. HEX triplet: F1, 1C and 40. RGB value is (241,28,64). Sum of RGB (Red+Green+Blue) = 241+28+64=333 (44% of max value = 765). Red value is 241 (94.53% from 255 or 72.37% from 333); Green value is 28 (11.33% from 255 or 8.41% from 333); Blue value is 64 (25.39% from 255 or 19.22% from 333); Max value from RGB is 241 - color contains mainly: red. Hex color #F11C40 is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #F11C40 is #0EE3BF. Grayscale: #5F5F5F. Windows color (decimal): -975808 or 4201713. OLE color: 4201713.

HSL color Cylindrical-coordinate representation of color #F11C40: hue angle of 349.86º 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 #F11C40 is Cyan = 0, Magento = 0.88, Yellow = 0.73 and Black (K on CMYK) = 0.05.

Color convert

RGB2412864-
CMYK00.880.730.05
HSL349.86º88.38%52.75%-
HSV(B)349.86º88.38%94.51%-
XYZ37.6219.96.71-
YUV95.79110.07231.57-

RGB Variations

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

RGB

RED value IS 241 (94.53% from 255) = 72.37%
GREEN value IS 28 (11.33% from 255) = 8.41%
BLUE value IS 64 (25.39% from 255) = 19.22%
R=72.37%
G=8.41%
B=19.22%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.88
Y (Yellow) values IS 0.73
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal241286400.880.730.05349.8688.3852.75
HexF11C4005849515e5835
Octal361341000130111553613065
Binary111100011110010000000101100010010011011010111101011000110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F11C40

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F11C40; }

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

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

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

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

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

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

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

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