#FB0081

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

Shades of Deep Pink #FB0081

Tints of Deep Pink #FB0081

Color information

#FB0081 (or 0xFB0081) is unknown color: approx Deep Pink. HEX triplet: FB, 00 and 81. RGB value is (251,0,129). Sum of RGB (Red+Green+Blue) = 251+0+129=380 (50% of max value = 765). Red value is 251 (98.44% from 255 or 66.05% from 380); Green value is 0 (0.39% from 255 or 0% from 380); Blue value is 129 (50.78% from 255 or 33.95% from 380); Max value from RGB is 251 - color contains mainly: red. Hex color #FB0081 is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #FB0081 is #04FF7E. Grayscale: #595959. Windows color (decimal): -327551 or 8454395. OLE color: 8454395.

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

Color convert

RGB2510129-
CMYK010.490.02
HSL329.16º100%49.22%-
HSV(B)329.16º100%98.43%-
XYZ43.7522.0922.73-
YUV89.76150.16243.01-

RGB Variations

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

RGB

RED value IS 251 (98.44% from 255) = 66.05%
GREEN value IS 0 (0.39% from 255) = 0%
BLUE value IS 129 (50.78% from 255) = 33.95%
R=66.05%
G=0%
B=33.95%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 1
Y (Yellow) values IS 0.49
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal2510129010.490.02329.1610049.22
HexFB0810643121496431
Octal3730201014461251114461
Binary1111101101000000101100100110001101010010011100100110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FB0081

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FB0081; }

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

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

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

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

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

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

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

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