#FB73BA

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

Shades of Hot Pink #FB73BA

Tints of Hot Pink #FB73BA

Color information

#FB73BA (or 0xFB73BA) is unknown color: approx Hot Pink. HEX triplet: FB, 73 and BA. RGB value is (251,115,186). Sum of RGB (Red+Green+Blue) = 251+115+186=552 (73% of max value = 765). Red value is 251 (98.44% from 255 or 45.47% from 552); Green value is 115 (45.31% from 255 or 20.83% from 552); Blue value is 186 (73.05% from 255 or 33.70% from 552); Max value from RGB is 251 - color contains mainly: red. Hex color #FB73BA is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #FB73BA is #048C45. Grayscale: #A3A3A3. Windows color (decimal): -298054 or 12219387. OLE color: 12219387.

HSL color Cylindrical-coordinate representation of color #FB73BA: hue angle of 328.68º degrees, saturation: 0.94, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #FB73BA is Cyan = 0, Magento = 0.54, Yellow = 0.26 and Black (K on CMYK) = 0.02.

Color convert

RGB251115186-
CMYK00.540.260.02
HSL328.68º94.44%71.76%-
HSV(B)328.68º54.18%98.43%-
XYZ54.7836.3250.58-
YUV163.76140.56190.23-

RGB Variations

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

RGB

RED value IS 251 (98.44% from 255) = 45.47%
GREEN value IS 115 (45.31% from 255) = 20.83%
BLUE value IS 186 (73.05% from 255) = 33.70%
R=45.47%
G=20.83%
B=33.70%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.54
Y (Yellow) values IS 0.26
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal25111518600.540.260.02328.6894.4471.76
HexFB73BA0361A21495e48
Octal373163272066322511136110
Binary111110111110011101110100110110110101010100100110111101001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FB73BA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FB73BA; }

 p { color: rgb(251,115,186); }

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

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

 a { background-color: rgb(251,115,186); }

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

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

 span { border-color: rgb(251,115,186); }

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