#FB2081

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

Shades of Deep Pink #FB2081

Tints of Deep Pink #FB2081

Color information

#FB2081 (or 0xFB2081) is unknown color: approx Deep Pink. HEX triplet: FB, 20 and 81. RGB value is (251,32,129). Sum of RGB (Red+Green+Blue) = 251+32+129=412 (54% of max value = 765). Red value is 251 (98.44% from 255 or 60.92% from 412); Green value is 32 (12.89% from 255 or 7.77% from 412); Blue value is 129 (50.78% from 255 or 31.31% from 412); Max value from RGB is 251 - color contains mainly: red. Hex color #FB2081 is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #FB2081 is #04DF7E. Grayscale: #6C6C6C. Windows color (decimal): -319359 or 8462587. OLE color: 8462587.

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

Color convert

RGB25132129-
CMYK00.870.490.02
HSL333.42º96.48%55.49%-
HSV(B)333.42º87.25%98.43%-
XYZ44.2623.1322.9-
YUV108.54139.55229.61-

RGB Variations

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

RGB

RED value IS 251 (98.44% from 255) = 60.92%
GREEN value IS 32 (12.89% from 255) = 7.77%
BLUE value IS 129 (50.78% from 255) = 31.31%
R=60.92%
G=7.77%
B=31.31%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.87
Y (Yellow) values IS 0.49
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal2513212900.870.490.02333.4296.4855.49
HexFB208105731214d6037
Octal37340201012761251514067
Binary111110111000001000000101010111110001101010011011100000110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FB2081

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FB2081; }

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

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

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

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

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

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

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

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