#FB71B1

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

Shades of Hot Pink #FB71B1

Tints of Hot Pink #FB71B1

Color information

#FB71B1 (or 0xFB71B1) is unknown color: approx Hot Pink. HEX triplet: FB, 71 and B1. RGB value is (251,113,177). Sum of RGB (Red+Green+Blue) = 251+113+177=541 (71% of max value = 765). Red value is 251 (98.44% from 255 or 46.40% from 541); Green value is 113 (44.53% from 255 or 20.89% from 541); Blue value is 177 (69.53% from 255 or 32.72% from 541); Max value from RGB is 251 - color contains mainly: red. Hex color #FB71B1 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #FB71B1 is #048E4E. Grayscale: #A1A1A1. Windows color (decimal): -298575 or 11629051. OLE color: 11629051.

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

Color convert

RGB251113177-
CMYK00.550.290.02
HSL332.17º94.52%71.37%-
HSV(B)332.17º54.98%98.43%-
XYZ53.6235.4945.62-
YUV161.56136.72191.8-

RGB Variations

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

RGB

RED value IS 251 (98.44% from 255) = 46.40%
GREEN value IS 113 (44.53% from 255) = 20.89%
BLUE value IS 177 (69.53% from 255) = 32.72%
R=46.40%
G=20.89%
B=32.72%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.55
Y (Yellow) values IS 0.29
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal25111317700.550.290.02332.1794.5271.37
HexFB71B10371D214c5f47
Octal373161261067352514137107
Binary111110111110001101100010110111111011010100110010111111000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FB71B1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FB71B1; }

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

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

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

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

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

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

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

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