#F11096

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

Shades of Deep Pink #F11096

Tints of Deep Pink #F11096

Color information

#F11096 (or 0xF11096) is unknown color: approx Deep Pink. HEX triplet: F1, 10 and 96. RGB value is (241,16,150). Sum of RGB (Red+Green+Blue) = 241+16+150=407 (53% of max value = 765). Red value is 241 (94.53% from 255 or 59.21% from 407); Green value is 16 (6.64% from 255 or 3.93% from 407); Blue value is 150 (58.98% from 255 or 36.86% from 407); Max value from RGB is 241 - color contains mainly: red. Hex color #F11096 is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #F11096 is #0EEF69. Grayscale: #626262. Windows color (decimal): -978794 or 9834737. OLE color: 9834737.

HSL color Cylindrical-coordinate representation of color #F11096: hue angle of 324.27º degrees, saturation: 0.89, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #F11096 is Cyan = 0, Magento = 0.93, Yellow = 0.38 and Black (K on CMYK) = 0.05.

Color convert

RGB24116150-
CMYK00.930.380.05
HSL324.27º88.93%50.39%-
HSV(B)324.27º93.36%94.51%-
XYZ41.9721.2730.75-
YUV98.55157.04229.6-

RGB Variations

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

RGB

RED value IS 241 (94.53% from 255) = 59.21%
GREEN value IS 16 (6.64% from 255) = 3.93%
BLUE value IS 150 (58.98% from 255) = 36.86%
R=59.21%
G=3.93%
B=36.86%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.93
Y (Yellow) values IS 0.38
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal2411615000.930.380.05324.2788.9350.39
HexF1109605D2651445932
Octal36120226013546550413162
Binary111100011000010010110010111011001101011010001001011001110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F11096

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F11096; }

 p { color: rgb(241,16,150); }

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

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

 a { background-color: rgb(241,16,150); }

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

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

 span { border-color: rgb(241,16,150); }

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