#FB007B

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

Shades of Deep Pink #FB007B

Tints of Deep Pink #FB007B

Color information

#FB007B (or 0xFB007B) is unknown color: approx Deep Pink. HEX triplet: FB, 00 and 7B. RGB value is (251,0,123). Sum of RGB (Red+Green+Blue) = 251+0+123=374 (49% of max value = 765). Red value is 251 (98.44% from 255 or 67.11% from 374); Green value is 0 (0.39% from 255 or 0% from 374); Blue value is 123 (48.44% from 255 or 32.89% from 374); Max value from RGB is 251 - color contains mainly: red. Hex color #FB007B is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #FB007B is #04FF84. Grayscale: #585858. Windows color (decimal): -327557 or 8061179. OLE color: 8061179.

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

Color convert

RGB2510123-
CMYK010.510.02
HSL330.6º100%49.22%-
HSV(B)330.6º100%98.43%-
XYZ43.3621.9420.69-
YUV89.07147.16243.5-

RGB Variations

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

RGB

RED value IS 251 (98.44% from 255) = 67.11%
GREEN value IS 0 (0.39% from 255) = 0%
BLUE value IS 123 (48.44% from 255) = 32.89%
R=67.11%
G=0%
B=32.89%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 1
Y (Yellow) values IS 0.51
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal2510123010.510.02330.610049.22
HexFB07B06433214b6431
Octal3730173014463251314461
Binary111110110111101101100100110011101010010111100100110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FB007B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FB007B; }

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

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

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

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

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

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

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

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