#FB1F81

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

Shades of Deep Pink #FB1F81

Tints of Deep Pink #FB1F81

Color information

#FB1F81 (or 0xFB1F81) is unknown color: approx Deep Pink. HEX triplet: FB, 1F and 81. RGB value is (251,31,129). Sum of RGB (Red+Green+Blue) = 251+31+129=411 (54% of max value = 765). Red value is 251 (98.44% from 255 or 61.07% from 411); Green value is 31 (12.5% from 255 or 7.54% from 411); Blue value is 129 (50.78% from 255 or 31.39% from 411); Max value from RGB is 251 - color contains mainly: red. Hex color #FB1F81 is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #FB1F81 is #04E07E. Grayscale: #6B6B6B. Windows color (decimal): -319615 or 8462331. OLE color: 8462331.

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

Color convert

RGB25131129-
CMYK00.880.490.02
HSL333.27º96.49%55.29%-
HSV(B)333.27º87.65%98.43%-
XYZ44.2423.0722.89-
YUV107.95139.89230.03-

RGB Variations

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

RGB

RED value IS 251 (98.44% from 255) = 61.07%
GREEN value IS 31 (12.5% from 255) = 7.54%
BLUE value IS 129 (50.78% from 255) = 31.39%
R=61.07%
G=7.54%
B=31.39%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.88
Y (Yellow) values IS 0.49
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal2513112900.880.490.02333.2796.4955.29
HexFB1F8105831214d6037
Octal37337201013061251514067
Binary11111011111111000000101011000110001101010011011100000110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FB1F81

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FB1F81; }

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

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

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

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

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

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

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

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