#FA71BC

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

Shades of Hot Pink #FA71BC

Tints of Hot Pink #FA71BC

Color information

#FA71BC (or 0xFA71BC) is unknown color: approx Hot Pink. HEX triplet: FA, 71 and BC. RGB value is (250,113,188). Sum of RGB (Red+Green+Blue) = 250+113+188=551 (72% of max value = 765). Red value is 250 (98.05% from 255 or 45.37% from 551); Green value is 113 (44.53% from 255 or 20.51% from 551); Blue value is 188 (73.83% from 255 or 34.12% from 551); Max value from RGB is 250 - color contains mainly: red. Hex color #FA71BC is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #FA71BC is #058E43. Grayscale: #A2A2A2. Windows color (decimal): -364100 or 12349946. OLE color: 12349946.

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

Color convert

RGB250113188-
CMYK00.550.250.02
HSL327.15º93.2%71.18%-
HSV(B)327.15º54.8%98.04%-
XYZ54.4135.7751.61-
YUV162.51142.39190.4-

RGB Variations

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

RGB

RED value IS 250 (98.05% from 255) = 45.37%
GREEN value IS 113 (44.53% from 255) = 20.51%
BLUE value IS 188 (73.83% from 255) = 34.12%
R=45.37%
G=20.51%
B=34.12%

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
Decimal25011318800.550.250.02327.1593.271.18
HexFA71BC0371921475d47
Octal372161274067312507135107
Binary111110101110001101111000110111110011010100011110111011000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FA71BC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FA71BC; }

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

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

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

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

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

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

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

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