#FB1396

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

Shades of Deep Pink #FB1396

Tints of Deep Pink #FB1396

Color information

#FB1396 (or 0xFB1396) is unknown color: approx Deep Pink. HEX triplet: FB, 13 and 96. RGB value is (251,19,150). Sum of RGB (Red+Green+Blue) = 251+19+150=420 (55% of max value = 765). Red value is 251 (98.44% from 255 or 59.76% from 420); Green value is 19 (7.81% from 255 or 4.52% from 420); Blue value is 150 (58.98% from 255 or 35.71% from 420); Max value from RGB is 251 - color contains mainly: red. Hex color #FB1396 is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #FB1396 is #04EC69. Grayscale: #676767. Windows color (decimal): -322666 or 9835515. OLE color: 9835515.

HSL color Cylindrical-coordinate representation of color #FB1396: hue angle of 326.12º degrees, saturation: 0.97, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #FB1396 is Cyan = 0, Magento = 0.92, Yellow = 0.40 and Black (K on CMYK) = 0.02.

Color convert

RGB25119150-
CMYK00.920.400.02
HSL326.12º96.67%52.94%-
HSV(B)326.12º92.43%98.43%-
XYZ45.5223.1830.93-
YUV103.3154.36233.35-

RGB Variations

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

RGB

RED value IS 251 (98.44% from 255) = 59.76%
GREEN value IS 19 (7.81% from 255) = 4.52%
BLUE value IS 150 (58.98% from 255) = 35.71%
R=59.76%
G=4.52%
B=35.71%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.92
Y (Yellow) values IS 0.40
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal2511915000.920.400.02326.1296.6752.94
HexFB139605C2821466135
Octal37323226013450250614165
Binary11111011100111001011001011100101000101010001101100001110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FB1396

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FB1396; }

 p { color: rgb(251,19,150); }

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

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

 a { background-color: rgb(251,19,150); }

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

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

 span { border-color: rgb(251,19,150); }

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