#FB1E7C

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

Shades of Deep Pink #FB1E7C

Tints of Deep Pink #FB1E7C

Color information

#FB1E7C (or 0xFB1E7C) is unknown color: approx Deep Pink. HEX triplet: FB, 1E and 7C. RGB value is (251,30,124). Sum of RGB (Red+Green+Blue) = 251+30+124=405 (53% of max value = 765). Red value is 251 (98.44% from 255 or 61.98% from 405); Green value is 30 (12.11% from 255 or 7.41% from 405); Blue value is 124 (48.83% from 255 or 30.62% from 405); Max value from RGB is 251 - color contains mainly: red. Hex color #FB1E7C is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #FB1E7C is #04E183. Grayscale: #6A6A6A. Windows color (decimal): -319876 or 8134395. OLE color: 8134395.

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

Color convert

RGB25130124-
CMYK00.880.510.02
HSL334.48º96.51%55.1%-
HSV(B)334.48º88.05%98.43%-
XYZ43.8922.8921.17-
YUV106.79137.72230.86-

RGB Variations

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

RGB

RED value IS 251 (98.44% from 255) = 61.98%
GREEN value IS 30 (12.11% from 255) = 7.41%
BLUE value IS 124 (48.83% from 255) = 30.62%
R=61.98%
G=7.41%
B=30.62%

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
Decimal2513012400.880.510.02334.4896.5155.1
HexFB1E7C05833214e6137
Octal37336174013063251614167
Binary1111101111110111110001011000110011101010011101100001110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FB1E7C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FB1E7C; }

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

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

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

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

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

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

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

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