#FB71AC

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

Shades of Hot Pink #FB71AC

Tints of Hot Pink #FB71AC

Color information

#FB71AC (or 0xFB71AC) is unknown color: approx Hot Pink. HEX triplet: FB, 71 and AC. RGB value is (251,113,172). Sum of RGB (Red+Green+Blue) = 251+113+172=536 (70% of max value = 765). Red value is 251 (98.44% from 255 or 46.83% from 536); Green value is 113 (44.53% from 255 or 21.08% from 536); Blue value is 172 (67.58% from 255 or 32.09% from 536); Max value from RGB is 251 - color contains mainly: red. Hex color #FB71AC is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #FB71AC is #048E53. Grayscale: #A0A0A0. Windows color (decimal): -298580 or 11301371. OLE color: 11301371.

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

Color convert

RGB251113172-
CMYK00.550.310.02
HSL334.35º94.52%71.37%-
HSV(B)334.35º54.98%98.43%-
XYZ53.1435.343.04-
YUV160.99134.22192.2-

RGB Variations

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

RGB

RED value IS 251 (98.44% from 255) = 46.83%
GREEN value IS 113 (44.53% from 255) = 21.08%
BLUE value IS 172 (67.58% from 255) = 32.09%
R=46.83%
G=21.08%
B=32.09%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.55
Y (Yellow) values IS 0.31
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal25111317200.550.310.02334.3594.5271.37
HexFB71AC0371F214e5f47
Octal373161254067372516137107
Binary111110111110001101011000110111111111010100111010111111000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FB71AC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FB71AC; }

 p { color: rgb(251,113,172); }

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

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

 a { background-color: rgb(251,113,172); }

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

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

 span { border-color: rgb(251,113,172); }

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