#F11094

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

Shades of Deep Pink #F11094

Tints of Deep Pink #F11094

Color information

#F11094 (or 0xF11094) is unknown color: approx Deep Pink. HEX triplet: F1, 10 and 94. RGB value is (241,16,148). Sum of RGB (Red+Green+Blue) = 241+16+148=405 (53% of max value = 765). Red value is 241 (94.53% from 255 or 59.51% from 405); Green value is 16 (6.64% from 255 or 3.95% from 405); Blue value is 148 (58.20% from 255 or 36.54% from 405); Max value from RGB is 241 - color contains mainly: red. Hex color #F11094 is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #F11094 is #0EEF6B. Grayscale: #626262. Windows color (decimal): -978796 or 9703665. OLE color: 9703665.

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

Color convert

RGB24116148-
CMYK00.930.390.05
HSL324.8º88.93%50.39%-
HSV(B)324.8º93.36%94.51%-
XYZ41.8121.2129.91-
YUV98.32156.04229.77-

RGB Variations

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

RGB

RED value IS 241 (94.53% from 255) = 59.51%
GREEN value IS 16 (6.64% from 255) = 3.95%
BLUE value IS 148 (58.20% from 255) = 36.54%
R=59.51%
G=3.95%
B=36.54%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.93
Y (Yellow) values IS 0.39
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal2411614800.930.390.05324.888.9350.39
HexF1109405D2751455932
Octal36120224013547550513162
Binary111100011000010010100010111011001111011010001011011001110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F11094

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F11094; }

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

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

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

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

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

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

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

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