#f11385

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

Shades of Deep Pink #F11385

Tints of Deep Pink #F11385

Color information

#F11385 (or 0xF11385) is unknown color: approx Deep Pink. HEX triplet: F1, 13 and 85. RGB value is (241,19,133). Sum of RGB (Red+Green+Blue) = 241+19+133=393 (52% of max value = 765). Red value is 241 (94.53% from 255 or 61.32% from 393); Green value is 19 (7.81% from 255 or 4.83% from 393); Blue value is 133 (52.34% from 255 or 33.84% from 393); Max value from RGB is 241 - color contains mainly: red. Hex color #F11385 is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #F11385 is #0EEC7A. Grayscale: #626262. Windows color (decimal): -978043 or 8721393. OLE color: 8721393.

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

Color convert

RGB24119133-
CMYK00.920.450.05
HSL329.19º88.8%50.98%-
HSV(B)329.19º92.12%94.51%-
XYZ40.7420.8624.07-
YUV98.37147.55229.73-

RGB Variations

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

RGB

RED value IS 241 (94.53% from 255) = 61.32%
GREEN value IS 19 (7.81% from 255) = 4.83%
BLUE value IS 133 (52.34% from 255) = 33.84%
R=61.32%
G=4.83%
B=33.84%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.92
Y (Yellow) values IS 0.45
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal2411913300.920.450.05329.1988.850.98
HexF1138505C2D51495933
Octal36123205013455551113163
Binary111100011001110000101010111001011011011010010011011001110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #f11385

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #f11385; }

 p { color: rgb(241,19,133); }

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

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

 a { background-color: rgb(241,19,133); }

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

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

 span { border-color: rgb(241,19,133); }

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