#FB1191

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

Shades of Deep Pink #FB1191

Tints of Deep Pink #FB1191

Color information

#FB1191 (or 0xFB1191) is unknown color: approx Deep Pink. HEX triplet: FB, 11 and 91. RGB value is (251,17,145). Sum of RGB (Red+Green+Blue) = 251+17+145=413 (54% of max value = 765). Red value is 251 (98.44% from 255 or 60.77% from 413); Green value is 17 (7.03% from 255 or 4.12% from 413); Blue value is 145 (57.03% from 255 or 35.11% from 413); Max value from RGB is 251 - color contains mainly: red. Hex color #FB1191 is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #FB1191 is #04EE6E. Grayscale: #656565. Windows color (decimal): -323183 or 9507323. OLE color: 9507323.

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

Color convert

RGB25117145-
CMYK00.930.420.02
HSL327.18º96.69%52.55%-
HSV(B)327.18º93.23%98.43%-
XYZ45.0922.9528.84-
YUV101.56152.52234.59-

RGB Variations

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

RGB

RED value IS 251 (98.44% from 255) = 60.77%
GREEN value IS 17 (7.03% from 255) = 4.12%
BLUE value IS 145 (57.03% from 255) = 35.11%
R=60.77%
G=4.12%
B=35.11%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.93
Y (Yellow) values IS 0.42
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal2511714500.930.420.02327.1896.6952.55
HexFB119105D2A21476135
Octal37321221013552250714165
Binary11111011100011001000101011101101010101010001111100001110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FB1191

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FB1191; }

 p { color: rgb(251,17,145); }

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

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

 a { background-color: rgb(251,17,145); }

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

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

 span { border-color: rgb(251,17,145); }

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