#FB1E7B

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

Shades of Deep Pink #FB1E7B

Tints of Deep Pink #FB1E7B

Color information

#FB1E7B (or 0xFB1E7B) is unknown color: approx Deep Pink. HEX triplet: FB, 1E and 7B. RGB value is (251,30,123). Sum of RGB (Red+Green+Blue) = 251+30+123=404 (53% of max value = 765). Red value is 251 (98.44% from 255 or 62.13% from 404); Green value is 30 (12.11% from 255 or 7.43% from 404); Blue value is 123 (48.44% from 255 or 30.45% from 404); Max value from RGB is 251 - color contains mainly: red. Hex color #FB1E7B is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #FB1E7B is #04E184. Grayscale: #6A6A6A. Windows color (decimal): -319877 or 8068859. OLE color: 8068859.

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

Color convert

RGB25130123-
CMYK00.880.510.02
HSL334.75º96.51%55.1%-
HSV(B)334.75º88.05%98.43%-
XYZ43.8222.8720.84-
YUV106.68137.22230.94-

RGB Variations

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

RGB

RED value IS 251 (98.44% from 255) = 62.13%
GREEN value IS 30 (12.11% from 255) = 7.43%
BLUE value IS 123 (48.44% from 255) = 30.45%
R=62.13%
G=7.43%
B=30.45%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.88
Y (Yellow) values IS 0.51
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal2513012300.880.510.02334.7596.5155.1
HexFB1E7B05833214f6137
Octal37336173013063251714167
Binary1111101111110111101101011000110011101010011111100001110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FB1E7B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FB1E7B; }

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

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

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

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

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

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

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

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