#FB1B7E

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

Shades of Deep Pink #FB1B7E

Tints of Deep Pink #FB1B7E

Color information

#FB1B7E (or 0xFB1B7E) is unknown color: approx Deep Pink. HEX triplet: FB, 1B and 7E. RGB value is (251,27,126). Sum of RGB (Red+Green+Blue) = 251+27+126=404 (53% of max value = 765). Red value is 251 (98.44% from 255 or 62.13% from 404); Green value is 27 (10.94% from 255 or 6.68% from 404); Blue value is 126 (49.61% from 255 or 31.19% from 404); Max value from RGB is 251 - color contains mainly: red. Hex color #FB1B7E is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #FB1B7E is #04E481. Grayscale: #696969. Windows color (decimal): -320642 or 8264699. OLE color: 8264699.

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

Color convert

RGB25127126-
CMYK00.890.500.02
HSL333.48º96.55%54.51%-
HSV(B)333.48º89.24%98.43%-
XYZ43.9422.821.82-
YUV105.26139.71231.95-

RGB Variations

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

RGB

RED value IS 251 (98.44% from 255) = 62.13%
GREEN value IS 27 (10.94% from 255) = 6.68%
BLUE value IS 126 (49.61% from 255) = 31.19%
R=62.13%
G=6.68%
B=31.19%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.89
Y (Yellow) values IS 0.50
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal2512712600.890.500.02333.4896.5554.51
HexFB1B7E05932214d6137
Octal37333176013162251514167
Binary1111101111011111111001011001110010101010011011100001110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FB1B7E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FB1B7E; }

 p { color: rgb(251,27,126); }

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

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

 a { background-color: rgb(251,27,126); }

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

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

 span { border-color: rgb(251,27,126); }

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