#FA71BB

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

Shades of Hot Pink #FA71BB

Tints of Hot Pink #FA71BB

Color information

#FA71BB (or 0xFA71BB) is unknown color: approx Hot Pink. HEX triplet: FA, 71 and BB. RGB value is (250,113,187). Sum of RGB (Red+Green+Blue) = 250+113+187=550 (72% of max value = 765). Red value is 250 (98.05% from 255 or 45.45% from 550); Green value is 113 (44.53% from 255 or 20.55% from 550); Blue value is 187 (73.44% from 255 or 34% from 550); Max value from RGB is 250 - color contains mainly: red. Hex color #FA71BB is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #FA71BB is #058E44. Grayscale: #A2A2A2. Windows color (decimal): -364101 or 12284410. OLE color: 12284410.

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

Color convert

RGB250113187-
CMYK00.550.250.02
HSL327.59º93.2%71.18%-
HSV(B)327.59º54.8%98.04%-
XYZ54.335.7251.05-
YUV162.4141.89190.48-

RGB Variations

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

RGB

RED value IS 250 (98.05% from 255) = 45.45%
GREEN value IS 113 (44.53% from 255) = 20.55%
BLUE value IS 187 (73.44% from 255) = 34%
R=45.45%
G=20.55%
B=34%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.55
Y (Yellow) values IS 0.25
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal25011318700.550.250.02327.5993.271.18
HexFA71BB0371921485d47
Octal372161273067312510135107
Binary111110101110001101110110110111110011010100100010111011000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FA71BB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FA71BB; }

 p { color: rgb(250,113,187); }

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

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

 a { background-color: rgb(250,113,187); }

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

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

 span { border-color: rgb(250,113,187); }

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