#FB71B4

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

Shades of Hot Pink #FB71B4

Tints of Hot Pink #FB71B4

Color information

#FB71B4 (or 0xFB71B4) is unknown color: approx Hot Pink. HEX triplet: FB, 71 and B4. RGB value is (251,113,180). Sum of RGB (Red+Green+Blue) = 251+113+180=544 (72% of max value = 765). Red value is 251 (98.44% from 255 or 46.14% from 544); Green value is 113 (44.53% from 255 or 20.77% from 544); Blue value is 180 (70.70% from 255 or 33.09% from 544); Max value from RGB is 251 - color contains mainly: red. Hex color #FB71B4 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #FB71B4 is #048E4B. Grayscale: #A1A1A1. Windows color (decimal): -298572 or 11825659. OLE color: 11825659.

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

Color convert

RGB251113180-
CMYK00.550.280.02
HSL330.87º94.52%71.37%-
HSV(B)330.87º54.98%98.43%-
XYZ53.9335.6147.21-
YUV161.9138.22191.55-

RGB Variations

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

RGB

RED value IS 251 (98.44% from 255) = 46.14%
GREEN value IS 113 (44.53% from 255) = 20.77%
BLUE value IS 180 (70.70% from 255) = 33.09%
R=46.14%
G=20.77%
B=33.09%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.55
Y (Yellow) values IS 0.28
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal25111318000.550.280.02330.8794.5271.37
HexFB71B40371C214b5f47
Octal373161264067342513137107
Binary111110111110001101101000110111111001010100101110111111000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FB71B4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FB71B4; }

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

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

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

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

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

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

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

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