#FB0186

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

Shades of Deep Pink #FB0186

Tints of Deep Pink #FB0186

Color information

#FB0186 (or 0xFB0186) is unknown color: approx Deep Pink. HEX triplet: FB, 01 and 86. RGB value is (251,1,134). Sum of RGB (Red+Green+Blue) = 251+1+134=386 (51% of max value = 765). Red value is 251 (98.44% from 255 or 65.03% from 386); Green value is 1 (0.78% from 255 or 0.26% from 386); Blue value is 134 (52.73% from 255 or 34.72% from 386); Max value from RGB is 251 - color contains mainly: red. Hex color #FB0186 is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #FB0186 is #04FE79. Grayscale: #5A5A5A. Windows color (decimal): -327290 or 8782331. OLE color: 8782331.

HSL color Cylindrical-coordinate representation of color #FB0186: hue angle of 328.08º degrees, saturation: 0.99, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 1%. Process color model (Four color, CMYK) of #FB0186 is Cyan = 0, Magento = 1.00, Yellow = 0.47 and Black (K on CMYK) = 0.02.

Color convert

RGB2511134-
CMYK01.000.470.02
HSL328.08º99.21%49.41%-
HSV(B)328.08º99.6%98.43%-
XYZ44.122.2524.53-
YUV90.91152.32242.19-

RGB Variations

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

RGB

RED value IS 251 (98.44% from 255) = 65.03%
GREEN value IS 1 (0.78% from 255) = 0.26%
BLUE value IS 134 (52.73% from 255) = 34.72%
R=65.03%
G=0.26%
B=34.72%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 1.00
Y (Yellow) values IS 0.47
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal251113401.000.470.02328.0899.2149.41
HexFB1860642F21486331
Octal3731206014457251014361
Binary1111101111000011001100100101111101010010001100011110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FB0186

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FB0186; }

 p { color: rgb(251,1,134); }

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

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

 a { background-color: rgb(251,1,134); }

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

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

 span { border-color: rgb(251,1,134); }

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