#FB1B98

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

Shades of Deep Pink #FB1B98

Tints of Deep Pink #FB1B98

Color information

#FB1B98 (or 0xFB1B98) is unknown color: approx Deep Pink. HEX triplet: FB, 1B and 98. RGB value is (251,27,152). Sum of RGB (Red+Green+Blue) = 251+27+152=430 (56% of max value = 765). Red value is 251 (98.44% from 255 or 58.37% from 430); Green value is 27 (10.94% from 255 or 6.28% from 430); Blue value is 152 (59.77% from 255 or 35.35% from 430); Max value from RGB is 251 - color contains mainly: red. Hex color #FB1B98 is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #FB1B98 is #04E467. Grayscale: #6B6B6B. Windows color (decimal): -320616 or 9968635. OLE color: 9968635.

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

Color convert

RGB25127152-
CMYK00.890.390.02
HSL326.52º96.55%54.51%-
HSV(B)326.52º89.24%98.43%-
XYZ45.8423.5631.84-
YUV108.23152.71229.84-

RGB Variations

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

RGB

RED value IS 251 (98.44% from 255) = 58.37%
GREEN value IS 27 (10.94% from 255) = 6.28%
BLUE value IS 152 (59.77% from 255) = 35.35%
R=58.37%
G=6.28%
B=35.35%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.89
Y (Yellow) values IS 0.39
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal2512715200.890.390.02326.5296.5554.51
HexFB1B980592721476137
Octal37333230013147250714167
Binary11111011110111001100001011001100111101010001111100001110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FB1B98

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FB1B98; }

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

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

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

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

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

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

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

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