#FF71B9

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

Shades of Hot Pink #FF71B9

Tints of Hot Pink #FF71B9

Color information

#FF71B9 (or 0xFF71B9) is unknown color: approx Hot Pink. HEX triplet: FF, 71 and B9. RGB value is (255,113,185). Sum of RGB (Red+Green+Blue) = 255+113+185=553 (73% of max value = 765). Red value is 255 (100% from 255 or 46.11% from 553); Green value is 113 (44.53% from 255 or 20.43% from 553); Blue value is 185 (72.66% from 255 or 33.45% from 553); Max value from RGB is 255 - color contains mainly: red. Hex color #FF71B9 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #FF71B9 is #008E46. Grayscale: #A3A3A3. Windows color (decimal): -36423 or 12153343. OLE color: 12153343.

HSL color Cylindrical-coordinate representation of color #FF71B9: hue angle of 329.58º degrees, saturation: 1, lightness: 0.72%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #FF71B9 is Cyan = 0, Magento = 0.56, Yellow = 0.27 and Black (K on CMYK) = 0.

Color convert

RGB255113185-
CMYK00.560.270
HSL329.58º100%72.16%-
HSV(B)329.58º55.69%100%-
XYZ55.936.5750.01-
YUV163.67140.04193.15-

RGB Variations

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

RGB

RED value IS 255 (100% from 255) = 46.11%
GREEN value IS 113 (44.53% from 255) = 20.43%
BLUE value IS 185 (72.66% from 255) = 33.45%
R=46.11%
G=20.43%
B=33.45%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.56
Y (Yellow) values IS 0.27
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal25511318500.560.270329.5810072.16
HexFF71B90381B014a6448
Octal377161271070330512144110
Binary11111111111000110111001011100011011010100101011001001001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FF71B9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FF71B9; }

 p { color: rgb(255,113,185); }

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

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

 a { background-color: rgb(255,113,185); }

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

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

 span { border-color: rgb(255,113,185); }

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