#FB117B

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

Shades of Deep Pink #FB117B

Tints of Deep Pink #FB117B

Color information

#FB117B (or 0xFB117B) is unknown color: approx Deep Pink. HEX triplet: FB, 11 and 7B. RGB value is (251,17,123). Sum of RGB (Red+Green+Blue) = 251+17+123=391 (51% of max value = 765). Red value is 251 (98.44% from 255 or 64.19% from 391); Green value is 17 (7.03% from 255 or 4.35% from 391); Blue value is 123 (48.44% from 255 or 31.46% from 391); Max value from RGB is 251 - color contains mainly: red. Hex color #FB117B is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #FB117B is #04EE84. Grayscale: #626262. Windows color (decimal): -323205 or 8065531. OLE color: 8065531.

HSL color Cylindrical-coordinate representation of color #FB117B: hue angle of 332.82º 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 #FB117B is Cyan = 0, Magento = 0.93, Yellow = 0.51 and Black (K on CMYK) = 0.02.

Color convert

RGB25117123-
CMYK00.930.510.02
HSL332.82º96.69%52.55%-
HSV(B)332.82º93.23%98.43%-
XYZ43.5622.3420.76-
YUV99.05141.52236.38-

RGB Variations

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

RGB

RED value IS 251 (98.44% from 255) = 64.19%
GREEN value IS 17 (7.03% from 255) = 4.35%
BLUE value IS 123 (48.44% from 255) = 31.46%
R=64.19%
G=4.35%
B=31.46%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.93
Y (Yellow) values IS 0.51
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal2511712300.930.510.02332.8296.6952.55
HexFB117B05D33214d6135
Octal37321173013563251514165
Binary1111101110001111101101011101110011101010011011100001110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FB117B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FB117B; }

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

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

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

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

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

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

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

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