#F11B9B

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

Shades of Deep Pink #F11B9B

Tints of Deep Pink #F11B9B

Color information

#F11B9B (or 0xF11B9B) is unknown color: approx Deep Pink. HEX triplet: F1, 1B and 9B. RGB value is (241,27,155). Sum of RGB (Red+Green+Blue) = 241+27+155=423 (56% of max value = 765). Red value is 241 (94.53% from 255 or 56.97% from 423); Green value is 27 (10.94% from 255 or 6.38% from 423); Blue value is 155 (60.94% from 255 or 36.64% from 423); Max value from RGB is 241 - color contains mainly: red. Hex color #F11B9B is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #F11B9B is #0EE464. Grayscale: #696969. Windows color (decimal): -975973 or 10165233. OLE color: 10165233.

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

Color convert

RGB24127155-
CMYK00.890.360.05
HSL324.11º88.43%52.55%-
HSV(B)324.11º88.8%94.51%-
XYZ42.5821.8532.98-
YUV105.58155.9224.59-

RGB Variations

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

RGB

RED value IS 241 (94.53% from 255) = 56.97%
GREEN value IS 27 (10.94% from 255) = 6.38%
BLUE value IS 155 (60.94% from 255) = 36.64%
R=56.97%
G=6.38%
B=36.64%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.89
Y (Yellow) values IS 0.36
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal2412715500.890.360.05324.1188.4352.55
HexF11B9B0592451445835
Octal36133233013144550413065
Binary111100011101110011011010110011001001011010001001011000110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F11B9B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F11B9B; }

 p { color: rgb(241,27,155); }

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

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

 a { background-color: rgb(241,27,155); }

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

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

 span { border-color: rgb(241,27,155); }

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